From 1df729a4f5fd9a9ebc08bee6e0e59c0f36a0df82 Mon Sep 17 00:00:00 2001
From: skyper <5938498+SkyperTHC@users.noreply.github.com>
Date: Fri, 5 May 2023 22:49:57 +0100
Subject: [PATCH] Update README.md
---
README.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b37e8ad..a32cad9 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg)
1. [Use any tool via Socks Proxy](#scan-proxy)
1. [Find your public IP address](#your-ip)
1. [Check reachability from around the world](#check-reachable)
- 1. [Check Open Ports](#check-open-ports)
+ 1. [Check/Scan Open Ports](#check-open-ports)
1. [Brute Force Password Cracking](#bruteforce)
1. [Data Upload/Download/Exfil](#exfil)
1. [File Encoding/Decoding](#file-encoding)
@@ -479,12 +479,18 @@ ooniprobe list 1
```
-**3.vii. Check Open Ports on an IP**
+**3.vii. Check/Scan Open Ports on an IP**
+[Censys](https://search.censys.io/) or [Shodan](https://internetdb.shodan.io) Port lookup service:
```shell
curl https://internetdb.shodan.io/1.1.1.1
```
+Fast (-F) vulnerability scan
+```shell
+nmap -A -T5 -F -Pn --script vulners.nse scanme.nmap.org
+```
+
**3.viii. Brute Force Password Cracking**