日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

★Kali信息收集~3.子域名系列

發(fā)布時間:2024/4/17 编程问答 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 ★Kali信息收集~3.子域名系列 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

3.1Netcraft :子域名查詢

?官網(wǎng):http://searchdns.netcraft.com/

輸入要查詢的域名,即可得知子域名

? ?

?

3.2Fierce :子域名查詢

  • 概述:

    fierce 是使用多種技術(shù)來掃描目標(biāo)主機(jī)IP地址和主機(jī)名的一個DNS服務(wù)器枚舉工具。運用遞歸的方式來工作。它的工作原理是先通過查詢本地DNS服務(wù)器來查找目標(biāo)DNS服務(wù)器,然后使用目標(biāo)DNS服務(wù)器來查找子域名。fierce的主要特點就是可以用來定位獨立IP空間對應(yīng)域名和主機(jī)名。

    ? ?

  • 參數(shù):

    root@Kali:/home/dnt# fierce -h

    fierce.pl (C) Copywrite 2006,2007 - By RSnake at http://ha.ckers.org/fierce/

    ? ?

    Usage: perl fierce.pl [-dns example.com] [OPTIONS]

    ? ?

    Overview:

    Fierce is a semi-lightweight scanner that helps locate non-contiguous

    IP space and hostnames against specified domains. It's really meant

    as a pre-cursor to nmap, unicornscan, nessus, nikto, etc, since all

    of those require that you already know what IP space you are looking

    for. This does not perform exploitation and does not scan the whole

    internet indiscriminately. It is meant specifically to locate likely

    targets both inside and outside a corporate network. Because it uses

    DNS primarily you will often find mis-configured networks that leak

    internal address space. That's especially useful in targeted malware.

    ? ?

    Options:

    -connect????????Attempt to make http connections to any non RFC1918

    (public) addresses. This will output the return headers but

    be warned, this could take a long time against a company with

    many targets, depending on network/machine lag. I wouldn't

    recommend doing this unless it's a small company or you have a

    lot of free time on your hands (could take hours-days).

    Inside the file specified the text "Host:\n" will be replaced

    by the host specified. Usage:

    ? ?

    perl fierce.pl -dns example.com -connect headers.txt

    ? ?

    -delay????????????????The number of seconds to wait between lookups.

    -dns????????????????The domain you would like scanned.

    -dnsfile ????????Use DNS servers provided by a file (one per line) for

    reverse lookups (brute force).

    -dnsserver????????Use a particular DNS server for reverse lookups

    (probably should be the DNS server of the target). Fierce

    uses your DNS server for the initial SOA query and then uses

    the target's DNS server for all additional queries by default.

    -file????????????????A file you would like to output to be logged to.

    -fulloutput????????When combined with -connect this will output everything

    the webserver sends back, not just the HTTP headers.

    -help????????????????This screen.

    -nopattern????????Don't use a search pattern when looking for nearby

    hosts. Instead dump everything. This is really noisy but

    is useful for finding other domains that spammers might be

    using. It will also give you lots of false positives,

    especially on large domains.

    -range????????????????Scan an internal IP range (must be combined with

    -dnsserver). Note, that this does not support a pattern

    and will simply output anything it finds. Usage:

    ? ?

    perl fierce.pl -range 111.222.333.0-255 -dnsserver ns1.example.co

    ? ?

    -search????????????????Search list. When fierce attempts to traverse up and

    down ipspace it may encounter other servers within other

    domains that may belong to the same company. If you supply a

    comma delimited list to fierce it will report anything found.

    This is especially useful if the corporate servers are named

    different from the public facing website. Usage:

    ? ?

    perl fierce.pl -dns examplecompany.com -search corpcompany,blahcompany

    ? ?

    Note that using search could also greatly expand the number of

    hosts found, as it will continue to traverse once it locates

    servers that you specified in your search list. The more the

    better.

    -suppress????????Suppress all TTY output (when combined with -file).

    -tcptimeout????????Specify a different timeout (default 10 seconds). You

    may want to increase this if the DNS server you are querying

    is slow or has a lot of network lag.

    -threads Specify how many threads to use while scanning (default

    is single threaded).

    -traverse????????Specify a number of IPs above and below whatever IP you

    have found to look for nearby IPs. Default is 5 above and

    below. Traverse will not move into other C blocks.

    -version????????Output the version number.

    -wide????????????????Scan the entire class C after finding any matching

    hostnames in that class C. This generates a lot more traffic

    but can uncover a lot more information.

    -wordlist????????Use a seperate wordlist (one word per line). Usage:

    ? ?

    perl fierce.pl -dns examplecompany.com -wordlist dictionary.txt

    ? ?

  • 實例:threads 是線程數(shù),可以自己指定

    ?root@Kali:/home/dnt# fierce -dns cnblogs.com -threads 100

    ? ?

    Trying zone transfer first...

    ? ?

    Unsuccessful in zone transfer (it was worth a shot)

    Okay, trying the good old fashioned way... brute force

    ? ?

    Checking for wildcard DNS...

    ** Found 99901599299.cnblogs.com at 42.121.252.58.

    ** High probability of wildcard DNS.

    Now performing 2280 test(s)...

    120.26.70.206????????files.cnblogs.com

    42.121.129.234????????images.cnblogs.com

    223.6.251.45????????group.cnblogs.com

    223.6.251.45????????home.cnblogs.com

    42.121.129.234????????download.cnblogs.com

    221.181.200.235????????cdn.cnblogs.com

    42.121.131.85????????mail.cnblogs.com

    42.121.129.234????????downloads.cnblogs.com

    223.6.251.45????????news.cnblogs.com

    223.6.251.45????????ad.cnblogs.com

    42.121.254.229????????p.cnblogs.com

    。。。。。。。。

    ? ?

轉(zhuǎn)載于:https://www.cnblogs.com/dunitian/p/5074772.html

總結(jié)

以上是生活随笔為你收集整理的★Kali信息收集~3.子域名系列的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。