Nmap: outfile ke file

From OnnoWiki
Revision as of 10:49, 27 February 2018 by Onnowpurbo (talk | contribs) (Created page with "==Nmap Output Formats== * Save default output to file nmap -oN outputfile.txt 192.168.1.1 * Save results as XML nmap -oX outputfile.xml 192.168.1.1 * Save results in a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Nmap Output Formats

  • Save default output to file
nmap -oN outputfile.txt 192.168.1.1
  • Save results as XML
nmap -oX outputfile.xml 192.168.1.1
  • Save results in a format for grep
nmap -oG outputfile.txt 192.168.1.1
  • Save in all formats
nmap -oA outputfile 192.168.1.1