mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 08:57:55 +00:00
commit
1c44281dc4
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