This commit is contained in:
jc
2024-09-22 21:30:03 +03:00
parent a49229302d
commit 16594ba582
+20 -1
View File
@@ -1,2 +1,21 @@
# portradar
# Portradar
![alt text](images/portradar.png)
**Portradar** is a freaking fast and stealthy port scanner. Hold my beer! I don't drink though :)
## Usage
### Subnet scan
It can scan for open ports across an entire subnet.
![alt text](images/subnet_scan.png)
### Specific port scan
It can scan for a specific open port across an subnet or host. 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
It can scan for a specific open port but instead utilize nmap for service and version enumeration.
![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)