2025-05-22 13:40:24 +00:00
2024-11-04 22:04:02 +03:00
2024-08-19 00:45:59 +00:00
2025-05-22 13:05:24 +00:00
2025-05-22 13:40:24 +00:00

Portradar

alt text

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.
![alt text](images/subnet_scan.png)

## Specific port scan
Scanning a specific open port across a subnet. This is very useful especially in pentesting. Gahdamn it, what's the fastest way to locate a Domain Controller in a network?
![alt text](images/specific_portscan.png)

## Specific port scan but with nmap
Scanning a specific open port but instead utilizing nmap for service and version enumeration.
![alt text](images/nmap_flag.png)

## Scanning a DC for open ports
I heard this took less than half a minute to complete 👀
![alt text](images/scanning_dc.png)
S
Description
No description provided
Readme MIT 9.8 MiB
Languages
Shell 100%