Last active
December 27, 2015 06:29
-
-
Save nicdev/7282303 to your computer and use it in GitHub Desktop.
Revisions
-
nicdev revised this gist
Nov 2, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,5 @@ nmap -sP -PE -PP -n 192.168.1.0/24 # Scan for installed software and versions # nmap -sV --version-all [CIDR or IP] nmap -sV --version-all 192.168.1.0/24 -
nicdev revised this gist
Nov 2, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,6 @@ # nmap -sP -PE -PP -n [subnet in CIDR notation] nmap -sP -PE -PP -n 192.168.1.0/24 # Scan for installed software and versions nmap -sV --version-all [CIDR or IP] nmap -sV --version-all 192.168.1.0/24 -
nicdev revised this gist
Nov 2, 2013 . No changes.There are no files selected for viewing
-
nicdev revised this gist
Nov 2, 2013 . 1 changed file with 7 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,7 @@ # Discover live hosts on a subnet # nmap -sP -PE -PP -n [subnet in CIDR notation] nmap -sP -PE -PP -n 192.168.1.0/24 # Scan a subnet for OS detection # sudo nmap -vv -n -O -PN nmap [subnet or IP] sudo nmap -vv -n -O -PN nmap 192.168.1.0/24 -
nicdev created this gist
Nov 2, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ #nmap -sP -PE -PP -n [subnet in CIDR notation] nmap -sP -PE -PP -n 192.168.1.0/24