Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 394 Bytes

port-scanner

port, dns scanner

usage

port-scanner --target google.com --concurrency 16 --subdomains-file sub-domains.txt

status

  • dns scanner
  • port scanner

expected output

{"name":"google.com","addresses":[{"ip":"~~~"}],"subdomains":[{"name":"sub1.google.com","addresses":[{"ip":"~~~"}]},{"name":"sub2.google.com","addresses":[{"ip":"~~~"}]}]}