hash3liZer / WiFiBroot

A Wireless (WPA/WPA2) Pentest/Cracking tool. Captures & Crack 4-way handshake and PMKID key. Also, supports a deauthentication/jammer mode for stress testing
GNU General Public License v3.0
972 stars 176 forks source link

Syntax error #36

Open ghost opened 3 years ago

ghost commented 3 years ago

File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197 print "\n"+tabulate(tabulator, headers=HEADERS)+"\n" ^ SyntaxError: invalid syntax

waeldimassi commented 3 years ago

You should use python version 2.x. I would recommend creating a new virtual env conda create --name py2 python=2.7 and then re-run the code