해킹_보안

문서수집-DNS정보수집

빌리딘 2012. 12. 12. 18:05

문서수집TOOL


metagoofil.py 

경로  root@bt:/pentest/enumeration/google/metagoofil# 





DNS 정보 수집


dnswalk

(타겟은 www를 빼고 검색한다)

경로  root@bt:/pentest/enumeration/google/metagoofil# 


dnsenum

(타겟은 www를 빼고 검색한다)

경로  root@bt:/pentest/enumeration/dns/dnsenum#


dnsmap

(타겟은 www를 빼고 검색한다)

브루트포스기능을 사용하려면 dnsmap-bulk.sh 를 사용한다.

경로  root@bt:/pentest/enumeration/dns/dnsmap#


dnsrecon

경로  root@bt:/pentest/enumeration/dns/dnsrecon#


fierce

경로  root@bt:/pentest/enumeration/dns/fierce#





dmitry

이놈이 갑이다

사용법

dmitry -iwnse TARGET


포트도 알아낼수있다.

dmitry -p TARGET -f




방화벽에서 경로차단했을경우 사용하는 DNS정보수집


itrace(ICMP 에코요청으로 추적)

경로 root@bt:/pentest/enumeration/irpas#

사용법

itrace -i eth0 -d TARGET



tcptraceroute (TCP SYN을 사용해 타켓에 패킷을 전송)

tcptraceroute www.TARGET


tctrace (ICMP대신 TCP SYN패킷 사용)

경로 root@bt:/pentest/enumeration/irpas#

사용법

tctrace -i eth0 -d www.TARGET