Update README.md

typo
This commit is contained in:
Serif-7 2024-08-19 22:51:19 -04:00 committed by GitHub
parent 2ed24193bb
commit b24c28d5a7
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>
```