Rewrite of the popular wireless network auditor, "wifite"
翻译 - 重写流行的无线网络审核员“ wifite”
一个简单的wifi弱口令暴破的python脚本,可自动实时破解,不需要使用aircrack-ng抓包
This bash script will install wifite2 and its other tools Pyrit, bully, wireshark, hcxtools, hcxdumptool, macchanger
Rolling Release Branch for community PR's @Credits to derv82 & the community
git clone https://github.com/derv82/wifite2.git cd wifite2 ./Wifite.py
Remote WiFi terminal for Arduino
#!/usr/bin/env python import os import subprocess from subprocess import check_call print("\nInstalling Needed Tools") print("\n") cmd0 = os.system("apt-ge...