User Tools

Site Tools


software:nmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:nmap [2020/07/21 17:46] – [Broadcast Scripts] superwizardsoftware:nmap [2020/08/29 02:52] – [output the scan to file with all of those formats] superwizard
Line 1: Line 1:
 +====== regular scan ======
 +
 +<WRAP center round box >
 +
 +2020-08-28
 +
 +    nmap  10.9.8.1
 +
 +</WRAP>
 +
 +
 +
 ====== output the scan to file with all of those formats ====== ====== output the scan to file with all of those formats ======
  
Line 5: Line 17:
 2020-07-21 2020-07-21
  
-    nmap -oA c:\temp\nmap-broadcast-dhcp-discover-2020-07-21 --script=broadcast-dhcp-discover 10.230.0.0/16+    nmap -oA c:\temp\nmap-broadcast-dhcp-discover-2020-07-21 --script=broadcast-dhcp-discover 10.9.0.0/16
  
 Result stored in three files of type grep xml and text Result stored in three files of type grep xml and text
-    nmap -oA c:\temp\nmap-broadcast-dhcp-discover-2020-07-21 --script=broadcast-dhcp-discover 10.230.0.0/16+    nmap -oA c:\temp\nmap-broadcast-dhcp-discover-2020-07-21 --script=broadcast-dhcp-discover 10.9.0.0/16
  
 Now, what if you want to output the scan to all of those formats? XML, text, and grepable? Simple! Use:  Now, what if you want to output the scan to all of those formats? XML, text, and grepable? Simple! Use: 
Line 14: Line 26:
        
 Now if I use ls -l test.* I’ll see all of the newly created files. gnmap is Grep, XML is XML, and .nmap is a text file. Now if I use ls -l test.* I’ll see all of the newly created files. gnmap is Grep, XML is XML, and .nmap is a text file.
-</WRAP> 
  
 From <https://www.hak5.org/episodes/haktip-103>  From <https://www.hak5.org/episodes/haktip-103> 
 +</WRAP>
  
  
software/nmap.txt · Last modified: 2022/07/13 19:48 by superwizard