Difference between revisions of "Network"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 11: Line 11:
  
 
* mtr
 
* mtr
 +
 +
* listen on a specific port
 +
ngrep -qd lo port 21
 +
 +
* Password Sniffer
 +
dsniff
 +
 +
* create WLAN traffic
 +
aireplay -3 -b <MACofAP> -h <MACtoFake> -x 600 eth1

Revision as of 11:13, 12 January 2010

Networking topics

  • fake MAC address
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
  • Show all server sockets that are listening
lsof -i
  • Show all connections
netstat -putan
  • mtr
  • listen on a specific port
ngrep -qd lo port 21
  • Password Sniffer
dsniff
  • create WLAN traffic
aireplay -3 -b <MACofAP> -h <MACtoFake> -x 600 eth1