Lab 2 2 NMAP - Bobleoble/tech-journal GitHub Wiki

Notable Tools Used

  • fping:
    • Can be used to do a ping sweep to find active hosts on a network.
    • Basic command syntax: *_fping -c [number of packets] -g [ip address]
  • nmap:
    • Can be used for mainly locating active hosts and finding open ports (it can be used for a lot more, however).
    • Basic command syntax: nmap -T[1-5] [-sT (TCP Scan), -sF (Fin Scan)] [ip address].