From 558b10f08bcbc2ea9e66a60372268309e97f3477 Mon Sep 17 00:00:00 2001 From: jc Date: Thu, 22 May 2025 13:40:24 +0000 Subject: [PATCH] updated --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80813a7..749694f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ **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. +If you're using zsh, execute the script using: ```sh +`which bash` -c 'set +m && ./portradar.sh /' +``` ## Subnet scan Scanning open ports across an entire subnet. @@ -19,4 +22,4 @@ Scanning a specific open port but instead utilizing nmap for service and version ## Scanning a DC for open ports I heard this took less than half a minute to complete 👀 -![alt text](images/scanning_dc.png) \ No newline at end of file +![alt text](images/scanning_dc.png)