Please enable JavaScript.
Coggle requires JavaScript to display documents.
Target Enumeration (Firewall / IDS evasion (Timing Technics (play with…
Target Enumeration
-
-
Scans Types
TCP Based
TCP Connect Scan
SYN+port =>, SYN/ACK <=, ACK =>, RST <=; (-sT)
NULL Scan
No bits in TCP header + port =>, SI no réponse = port Open / SI RST = port closed; (-sN)
FIN Scan
FIN+port =>, SI no rep = Open, Si RST = Closed; (-sF)
IDLE Scan
Anonymous scan
Send SYN/ACK to Zombie & note fragmentID
=> Send SYN spoofed packets with zombie IP to the target,
=> Target answer SYN/ACK to Zombie,
=> Zombie Send RST cause it did not start communication and Increment the FragmentID,
=> ping SYN/ACK to zombie; Zombie aswer with RST + FragmentID incremented;
=> analyse the fragmentID : SI incremented port Open ELSE Not open/filtered
-
-
XMAS Scan
FIN + URG + PUSH + port =>, Si no rep = Open, SI RST = Closed; (-sX)
-
TCP SYN Scan
SYS+port =>, SYN/ACK <=, RST =>; (-sS)
-
-
UDP Based
-
Send empty UDP header; SI UDP rep = Open; SI no rep = "ICMP port unreahable error" = Closed ; other ICMP rep = Filtered
-