From 022d5d1983c0bab18b33c3d032ba1878ea2354d5 Mon Sep 17 00:00:00 2001 From: AchieveGoals <82723119+AchieveGoals@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:05:24 -0400 Subject: [PATCH 1/4] Create Apppreciate Note for gh0x0st's efforts 'Nuf said --- APPRECIATION_README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 APPRECIATION_README.md diff --git a/APPRECIATION_README.md b/APPRECIATION_README.md new file mode 100644 index 0000000..5632e0d --- /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, 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 hist work when people want to understand more. + +Thanks for your 'mastery' gh0x0st!!! + +Tim From 304144e68405005389593a37e8152506beddc488 Mon Sep 17 00:00:00 2001 From: AchieveGoals <82723119+AchieveGoals@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:06:23 -0400 Subject: [PATCH 2/4] Quick update to appreciate_readme See comments --- APPRECIATION_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPRECIATION_README.md b/APPRECIATION_README.md index 5632e0d..5519a80 100644 --- a/APPRECIATION_README.md +++ b/APPRECIATION_README.md @@ -1,6 +1,6 @@ # Hats off to gh0x0st for this article. -While I live in Bash in Linux, Powershell/PowerCLI in IDE, and use Git Bash / WSL consoles on my Windows environments, I like to write equivalent Python and Go examples to do the same thing. +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 hist work when people want to understand more. From 4be731d8ad8de34ff1fb56c3bf95c9a70d5d3049 Mon Sep 17 00:00:00 2001 From: AchieveGoals <82723119+AchieveGoals@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:07:17 -0400 Subject: [PATCH 3/4] typos --- APPRECIATION_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPRECIATION_README.md b/APPRECIATION_README.md index 5519a80..7cb6df3 100644 --- a/APPRECIATION_README.md +++ b/APPRECIATION_README.md @@ -2,7 +2,7 @@ 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 hist work when people want to understand more. +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!!! From 4fac26271cc8a40abdd5293f76522231931607e7 Mon Sep 17 00:00:00 2001 From: AchieveGoals <82723119+AchieveGoals@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:50:20 -0400 Subject: [PATCH 4/4] Create nmap_command.md simple example of markdown table using author's nmap command content --- nmap_command.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 nmap_command.md 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: