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:07] – [output the scan to file with all of those formats] superwizardsoftware:nmap [2020/08/29 02:51] – [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.230.0.0/16
 +
 +</WRAP>
 +
 +
 +
 ====== output the scan to file with all of those formats ====== ====== output the scan to file with all of those formats ======
  
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>
  
  
Line 25: Line 37:
 From: https://nmap.org/nsedoc/categories/broadcast.html From: https://nmap.org/nsedoc/categories/broadcast.html
  
-   Attempts to discover available IPv6 hosts on the LAN by sending an MLD (multicast listener discovery) query to   he link-local multicast address (ff02::1) and listening for any responses. The query's maximum response delay set to 1 to provoke hosts to respond immediately rather than waiting for other responses from their multicast group.+<WRAP center round box > 
 +Attempts to discover available IPv6 hosts on the LAN by sending an MLD (multicast listener discovery) query to   he link-local multicast address (ff02::1) and listening for any responses. The query's maximum response delay set to 1 to provoke hosts to respond immediately rather than waiting for other responses from their multicast group. 
 + 
 +</WRAP> 
 + 
 +====== Ubiquiti Scan ====== 
 + 
 + 
 +nmap -sU -p 10001 --script ubiquiti-discovery.nse <target> 
 + 
 +From <https://nmap.org/nsedoc/scripts/ubiquiti-discovery.html> 
  
  
software/nmap.txt · Last modified: 2022/07/13 19:48 by superwizard