Nmap SCTP scan Flashcards
1
Q
Define SCTP
A
Stream Control Transmission Protocol, 4-way handshake
2
Q
SCTP Handshake Parts
A
INIT
INIT_ACK
COOKIE_ECHO
COOKIE_ACK
3
Q
Nmap INIT Scan command
A
nmap -sY -p [port_number] [ip]
4
Q
Nmap COOKIE_ECHO Scan Command
A
nmap -sZ -p [port_number] [ip]