ankit0183 / Wifi-Hacking

Cyber Security Tool For Hacking Wireless Connections Using Built-In Kali Tools. Supports All Securities (WEP, WPS, WPA, WPA2/TKIP/IES)
https://ankit0183.github.io/Wifi-Hacking/
GNU General Public License v3.0
1.69k stars 260 forks source link

error #40

Open mtk339900 opened 1 year ago

mtk339900 commented 1 year ago

when i choose 11 in crack wifi without wordlist thats print sh: 1: Syntax error: "|" unexpected this is the code elif set == "11": test = str("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!#$%/=?{}[]-*:;") order = "crunch {} {} {} | aircrack-ng {} -e {} -w-".format(mini,max,test,path,essid) geny = os.system(order)