diff --git a/APPRECIATION_README.md b/APPRECIATION_README.md new file mode 100644 index 0000000..7cb6df3 --- /dev/null +++ b/APPRECIATION_README.md @@ -0,0 +1,9 @@ +# Hats off to gh0x0st for this article. + +While I live in Bash in Linux, Powershell/PowerCLI in IDE, SQL in databases and use Git Bash / WSL consoles on my Windows environments, I like to write equivalent Python and Go examples to do the same thing. + +I appreciate the level of detail gh0x0st put into the article as it mirrored a lot of the discoveries and ideas I came up with, and I can easily reference his work (with all credit to him) when people want to understand more. + +Thanks for your 'mastery' gh0x0st!!! + +Tim diff --git a/nmap_command.md b/nmap_command.md new file mode 100644 index 0000000..1643d6f --- /dev/null +++ b/nmap_command.md @@ -0,0 +1,20 @@ +# NMAP commands + +## NMAP Command Table + +Hint: keep structure of commands consistent using +TARGET PORT OMIT SCAN SPEED VERBOSITY OUTPUT argument order + + +|Stage |Nmap Command |Requires Root| +|---------------|--------------|-----------| +|Host Discovery - ICMP Echo| nmap TARGET -n -sn -PE -vv -oX OUTPUT |Yes| +|Host Discovery - ICMP Netmask| nmap TARGET -n -sn -PM -vv -oX OUTPUT |Yes| +|Host Discovery - ICMP Timestamp| nmap TARGET -n -sn -PP -vv -oX OUTPUT |Yes| +|Host Discovery - Port Scanning| nmap TARGET -PS21,22,23,25,80,113,443 -PA80,113,443 -n -sn -T4 -vv -oX OUTPUT |Yes| +|Port Scanning (Top 1000)| nmap TARGET --top-ports 1000 -n -Pn -sS -T4 --min-parallelism 100 --min-rate 64 -vv -oX OUTPUT |Yes| +|Service Detection| nmap TARGET -p PORTS -n -Pn -sV --version-intensity 6 --script banner -T4 -vv -oX OUTPUT |No| +|OS Detection| nmap TARGET -n -Pn -O -T4 --min-parallelism 100 --min-rate 64 -vv -oX OUTPUT |Yes| +|SSL Ciphers| nmap TARGET -p PORTS -n -Pn --script ssl-enum-ciphers -T4 -vv -oX OUTPUT |No| +|SSL Certs| nmap TARGET -p PORTS -n -Pn --script ssl-cert -T4 -vv -oX OUTPUT |No| +|Port Scanning (1-65535)| nmap TARGET -p- -n -Pn -sS -T4 --min-parallelism 100 --min-rate 128 -vv -oX OUTPUT |Yes|
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: