From f8259f2e5580e85a78f0f2b8796b0c1ea973ea1a Mon Sep 17 00:00:00 2001 From: jc Date: Tue, 24 Sep 2024 11:31:24 +0300 Subject: [PATCH] added an array of services --- README.md | 6 ++++-- portradar.sh | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf5fb7f..4d19506 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ **Portradar** is a freaking fast and stealthy port scanner. Hold my beer! I don't drink though :) +**Note**: I'd advise running this script on a Linux host with atleast 4 cores for maximum efficiency. + ## Subnet scan Scanning open ports across an entire subnet. ![alt text](images/subnet_scan.png) @@ -16,5 +18,5 @@ Scanning a specific open port but instead utilizing nmap for service and version ![alt text](images/nmap_flag.png) ## Scanning a DC for open ports -I heard this took less than 25 seconds to complete 👀 -![alt text](images/scanning_dc.png) \ No newline at end of file +I heard this took less than half a minute to complete 👀 +![alt text](images/scanning_dc.png) diff --git a/portradar.sh b/portradar.sh index 4f83777..18c47d2 100755 --- a/portradar.sh +++ b/portradar.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Add /usr/share/nmap-services in the script itself (maybe as a blob?) - help() { cat <