Merge pull request #923 from Serif-7/patch-1

Update README.md
This commit is contained in:
SirBroccoli 2024-08-21 10:46:20 +02:00 committed by GitHub
commit 1c44281dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ The nmap line proposed before will test the **top 1000 UDP ports** in every host
### SCTP Port Discovery
```bash
#Probably useless, but it's pretty fast, why not trying?
#Probably useless, but it's pretty fast, why not try it?
nmap -T4 -sY -n --open -Pn <IP/range>
```