2
0
Fork 0
mirror of https://github.com/carlospolop/hacktricks synced 2025-02-22 00:48:29 +00:00

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 ### SCTP Port Discovery
```bash ```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> nmap -T4 -sY -n --open -Pn <IP/range>
``` ```