From 9265c047d66a77caa422ab7e5d600da3a6ba9dc0 Mon Sep 17 00:00:00 2001 From: jc Date: Sun, 22 Sep 2024 21:43:03 +0300 Subject: [PATCH] updated --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50bc0a6..bf5fb7f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# portradar +# Portradar ![alt text](images/portradar.png) + +**Portradar** is a freaking fast and stealthy port scanner. Hold my beer! I don't drink though :) + +## 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 25 seconds to complete 👀 +![alt text](images/scanning_dc.png) \ No newline at end of file