Lab 1 2 Passive Recon - Bobleoble/tech-journal GitHub Wiki

Notable Tools Used

  • theHarvester:
    • Used in early stage recon to gather information.
    • Basic command syntax: theHarvester -d [domain].
  • dnsrecon:
    • Can be used to preform a zone transfer.
    • Basic command syntax: dnsrecon -t axfr -d [domain].
  • Netcraft.com:
    • Netcraft.com's 'What's that site running' section provides more information.
    • Handy-Dandy Link
  • metagoofil:
    • Can be used to find and download specific file types from a domain.
    • Basic command syntax: metagoofil -d [domain] -t[type] -n[download limit].