Scanning and Enumeration Flashcards
What type an attack is DNS Bruteforcing? (Active or Passive)
Passive.
TCP Flag
What is SYN (Synchronize) flag used for?
Set during initial communication. Negotiating of parameters and sequence numbers
TCP Flag
What is ACK (Acknowledgment) flag used for?
Set as an acknowledgement to the SYN flag. Always set after initial SYN
TCP Flag
What is RST (Reset) flag used for?
Forces the termination of a connection (in both directions)
TCP Flag
What is FIN (Finish) flag used for?
Ordered close to communications
TCP Flag
What is PSH (Push) flag used for?
Forces the delivery of data without concern for buffering
TCP Flag
What is URG (Urgent) flag used for?
Data inside is being sent out of band. Example is cancelling a message
What is the 3 step TCP handshake?
- SYN
- SYN-ACK
- ACK
What does ICMP stand for?
Internet Control Message Protocol
What ICMP message type is 0?
0: Echo Reply
What ICMP message type is 3?
3: Destination Unreachable
What ICMP message type is 4?
4: Source Quench
What ICMP message type is 5?
5: Redirect
What ICMP message type is 8?
8: Echo Request
What ICMP message type is 11?
11: Time Exceeded
Nmap
How do you initiate Full Connect Scan?
nmap -sT
Nmap
How do you initiate Stealth (SYN )Scan?
nmap -sS
Nmap
How do you initiate ACK Scan?
nmap -sA
Nmap
How do you initiate FIN scan?
nmap -sF
Nmap
How do you initiate IDLE (Zombie) Scan
nmap -sI
Nmap
How do you initiate DNS List Scan?
nmap -sL
Nmap
How do you initiate NULL Scan?
nmap -sN
Nmap
How do you initiate Protocol Scan?
nmap -sO
Nmap
How do you initiate Ping Scan?
nmap -sP
Nmap
How do you initiate RPC scan?
nmap -sR
Nmap
How do you initiate Window scan?
nmap -sW
Nmap
How do you initiate Xmas scan?
nmap -sX
Nmap
How do you initiate ICMP ping?
nmap -PI
Nmap
How do you initiate No ping?
nmap -Pn