Network Tools: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
*[[nmap]]
 
*[[nmap]]
=nping=
+
*[[nping]]
 
*http://www.irongeek.com/i.php?page=backtrack-r1-man-pages/nping
 
*http://www.irongeek.com/i.php?page=backtrack-r1-man-pages/nping
 
*Beispiele   
 
*Beispiele   
Zeile 14: Zeile 14:
 
   
 
   
 
  nping --echo-client "public" echo.nmap.org --tcp -p1-1024 --flags ack
 
  nping --echo-client "public" echo.nmap.org --tcp -p1-1024 --flags ack
=netcat=
+
*[[netcat]]
 
*http://wiki.ubuntuusers.de/netcat
 
*http://wiki.ubuntuusers.de/netcat
  
=iperf=
+
*[[iperf]]
 
*http://wiki.ubuntuusers.de/iperf
 
*http://wiki.ubuntuusers.de/iperf
=tcpdump=
+
*[[tcpdump]]
*[[Tcpdump]]
 

Version vom 9. Oktober 2014, 09:55 Uhr

nping --tcp -p 80 --flags syn,ack,rst -c 1 www.xinux.de

nping scanme.nmap.org

nping --tcp -p 80 --flags rst --ttl 2 192.168.1.1

nping --icmp --icmp-type time --delay 500ms 192.168.254.254

nping --echo-server "public" -e wlan0 -vvv

nping --echo-client "public" echo.nmap.org --tcp -p1-1024 --flags ack