Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:45, 4 February 2023 Kangtain talk contribs created page Wifi: Penetration Testing (Created page with "== Change MAC adress == <syntaxhighlight lang="bash"> > ifconfig wlan0 down > macchanger —random wlan0 > ifconfig wlan0 up </syntaxhighlight>Wifi card default mode is “managed mode” only capture data packets that contains it’s MAC address. In <code>monitor mode</code> it captures every data packet in it’s wifi range == Enable monitor mode == <syntaxhighlight lang="bash"> > ifconfig wlan0 down > airmon-ng start wlan0 ##( Some times it does not work) || OR use...") Tag: Visual edit