【 Grey Hack 】WIFI万能钥匙
生活随笔
收集整理的這篇文章主要介紹了
【 Grey Hack 】WIFI万能钥匙
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
目錄
- 腳本源碼
- 使用方法
- 效果
版本:Grey Hack v0.7.3618 - Alpha
腳本源碼
computer = get_shell.host_computer status = "Unknown Error." crypto = include_lib("/lib/crypto.so") if not crypto thencrypto = include_lib(current_path + "/crypto.so") end if if not crypto then exit("Error: Can't find crypto library in the /lib path or the current folder") crypto.airmon("start", "wlan0") devices = computer.network_devices networks = computer.wifi_networks("wlan0") if networks == null then exit("Fail...") network_list = [] ID = 1 info = "No. BSSID PWR ESSID" for network in networksinfo = info + "\n" + str(ID) + ": " + networkID = ID + 1network_list.push(network.split(" ")) end for print(format_columns(info)) Target_ID = 0 while (Target_ID == 0 or Target_ID > len(network_list))Target_ID = val(user_input("Select a network device\n")) end while data = crypto.aireplay(network_list[Target_ID - 1][0], network_list[Target_ID - 1][2], ceil(300000/network_list[Target_ID - 1][1].split("%")[0].to_int)) if typeof(data) == "string" then print(data) end if file = computer.File(current_path+"/file.cap") if not file or not file.has_permission("r") or not file.has_permission("w") then exit("404 File Error.") if file thenresult = crypto.aircrack(file.path)status = computer.connect_wifi("wlan0", network_list[Target_ID - 1][0], network_list[Target_ID - 1][2], result) file.delete end if if status then exit("Wifi Online.") exit("Unknown Error.")使用方法
運行腳本,選擇要連接的WIFI,等待即可
效果
自動在合適的數量后開始解密 而不是教程里定死的7000個包
總結
以上是生活随笔為你收集整理的【 Grey Hack 】WIFI万能钥匙的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Java开发工具】下载安装eclips
- 下一篇: RS-485原理