当前位置:网站首页>Kali system -- dnsmap for DNS collection and analysis
Kali system -- dnsmap for DNS collection and analysis
2022-06-13 00:30:00 【P1n9】
1>dnsmap Come of 2006 year , It is by a person called “The Thief No One Saw” Inspired by the short story of , This little story can be found in Paul Craig The book of 《Stealing the Network - How to Own the Bow》 Find .
dnsmap It is mainly used to help test the security of the network infrastructure during the information collection phase of penetration testing , It can find the target network segment , domain name , Even phone numbers and so on .
Subdomain name exhaustion is also a new technology in enumerating subdomains , Especially when the domain transfer technology fails .( Recently, I have rarely seen examples of publicly allowing domain transfers )
Tool source :http://code.google.com/p/dnsmap/
2> install
Download it and put it in kali On the system
3> Usage method :
-w Manually specify the dictionary
-r Save as regular file
-c Save as csv The file of
-d Show millisecs
-i Ignore intrusion prevention systems
Because of the firewall , This is an exhaustive failure : The specific usage is like that , Know that you can
dnsmap target-domain.foo
dnsmap target-domain.foo -w yourwordlist.txt -r /tmp/domainbf_results.txt
dnsmap target-fomain.foo -r /tmp/ -d 3000
dnsmap target-fomain.foo -r ./domainbf_results.txt
边栏推荐
- Will the salary increase after obtaining PMP certification?
- C language standard IO, such as printf(), scanf(), etc
- PLC can also make small games ----- CoDeSys can write small games of guessing numbers
- 6.824 Lab 2: Raft
- MySQL finds duplicate data based on one or more fields
- [hcie discussion] STP-A
- [matlab] matrix
- After so long use, CSDN has finally opened a blog
- 6.824 Lab 4B: Sharded Key/Value Service
- [supersocket 2.0] supersocket 2.0 from the beginning to the end
猜你喜欢
Successfully installed opencv under delphixe
How to make maputnik, a vector tile matching artifact, support GeoServer
Real time preview of PHP in browser by vscade
BUUCTF之BabySQL[极客大挑战 2019]
[matlab] symbol calculation
A simple deadlock example
Is the PMP training organization an actual training?
Daily buckle exercise - conclusion
Kaust:deyao Zhu | value memory map: a graph structured world model based on off-line reinforcement learning
6.824 Lab 3B: Fault-tolerant Key/Value Service
随机推荐
Distributed lock implementation
PMP test experience
The origin of MySQL in bedtime stories
Converting Chinese numbers to Arabic numbers in Delphi
Interprocess communication - shared memory shmat
在 Golang 中构建 CRUD 应用程序
[matlab] basic operation
2022施工員-設備方向-通用基礎(施工員)操作證考試題及模擬考試
Also on STM32 using dma+ serial port to obtain variable length data
How to gracefully solve the offset problem of Baidu and Gaode maps in leaflet
After so long use, CSDN has finally opened a blog
Is the revised PMP worth testing?
Through MDC, you can easily track your scheduled task log
Leaflet that supports canvas Path. Dashflow dynamic flow direction line
【HCIE论述】组播IGMP-A
Will PM (Project Manager) take the PMP Exam?
vs studio_ How to use scanf in 2022
电商员工离职后将产品价格改为1折出售,已被刑拘
[LeetCode]20. Valid parentheses thirty-six
[LeetCode]13. Roman numerals to integers thirty