Skip to main content

Posts

Showing posts with the label #Security_Audit with #Nmap - commands List

#Security_Audit with #Nmap - commands List

# Security_Audit with #Nmap - commands List ------------------------------------------------- Courtesy:- https://www.facebook.com/geeksch00l Nmap -One of the best Tool for Security Scanning & Audits . . Her z Some Info on Its Command List . . .   Here are some nmap commands that will help for #VAPT #Vulnerability_Assessment #Penetration_Testing Basic #Scanning_Techniques --------------------------- Scan a single target —> nmap [target] Scan multiple targets —> nmap [target1,target2,etc] Scan a list of targets —-> nmap -iL [list.txt] Scan a range of hosts —-> nmap [range of IP addresses] Scan an entire subnet —-> nmap [IP address/cdir] Scan random hosts —-> nmap -iR [number] Excluding targets from a scan —> nmap [targets] –exclude [targets] Excluding targets using a list —> nmap [targets] –excludefile [list.txt] Perform an aggressive scan —> nmap -A [target] Scan an IPv6 target —> nmap -6 [target] Discovery Options --------------------- Per...