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 <