Site Tools


wlanhacking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
wlanhacking [2019/06/18 22:37] – created 109.192.255.244wlanhacking [2022/02/15 23:36] 188.106.43.97
Line 1: Line 1:
 +==== drive speed test ====
  
 +  sudo hdparm -tT --direct /dev/sda 
 +
 +==== iperf ====
 +
 +  https://www.thomas-krenn.com/de/wiki/TCP_und_UDP_Netzwerk_Performance_mit_iperf_messen
 +
 +  Server 1 TCP:  [root@server1 ~]# iperf -s
 +  Client 2 TCP:  [root@server2 ~]# iperf -c 192.168.255.1
 +
 +
 +  Server 1 UDP: [root@server1 ~]# iperf -s -u
 +  client 2 UDP: [root@server2 ~]# iperf -c 192.168.255.1 -u -b 1000M
 +==== rest ====
 +
 +remove all tagsexept date from JPEG: exiftool -all= -tagsFromFile @ -*date* *.jpg
 +
 +
 +netdiscover -i eth0 -r 192.168.178.0/24
 +
 +
 +monitor mode https://www.elektronik-kompendium.de/sites/net/2008051.htm
 +
 +
 +https://www.aircrack-ng.org/doku.php?id=newbie_guide#sniffing_ivs
 +
 +
 +mac adresse ändern http://www.easy-network.de/mac-adresse-unter-linux-aendern.html
 +
 +https://www.aircrack-ng.org/doku.php?id=newbie_guide#sniffing_ivs
wlanhacking.txt · Last modified: 2022/03/02 21:19 by 178.3.198.211