This commit is contained in:
jc
2025-05-22 13:43:29 +00:00
parent c6bda158de
commit ccd83520ec
+5 -1
View File
@@ -4,6 +4,10 @@
**Portradar** is a freaking fast and stealthy port scanner. Hold my beer! I don't drink though :) **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. **Note**: I'd advise running this script on a Linux host with atleast 4 cores for maximum efficiency.
Also, if you're using zsh, run the script like so:
```sh
`which bash` -c 'set +m && ./portradar.sh <IP>/<CIDR>'
```
## Subnet scan ## Subnet scan
Scanning open ports across an entire subnet. Scanning open ports across an entire subnet.
@@ -19,4 +23,4 @@ Scanning a specific open port but instead utilizing nmap for service and version
## Scanning a DC for open ports ## Scanning a DC for open ports
I heard this took less than half a minute to complete 👀 I heard this took less than half a minute to complete 👀
![alt text](images/scanning_dc.png) ![alt text](images/scanning_dc.png)