mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 00:47:24 +00:00
Update README.md
typo
This commit is contained in:
parent
2ed24193bb
commit
b24c28d5a7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue