()
| 858 | menu() |
| 859 | |
| 860 | def bluepot(): |
| 861 | print("you need to have at least 1 bluetooh receiver (if you have many it will work wiht those, too). You must install / libbluetooth-dev on Ubuntu / bluez-libs-devel on Fedora/bluez-devel on openSUSE ") |
| 862 | choice = raw_input("Continue ? Y / N : ") |
| 863 | if choice in yes: |
| 864 | os.system("wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.1.tar.gz && tar xfz bluepot-0.1.tar.gz && sudo java -jar bluepot/BluePot-0.1.jar") |
| 865 | else: |
| 866 | menu() |
| 867 | |
| 868 | def fluxion(): |
| 869 | print("fluxion is a wifi key cracker using evil twin attack..you need a wireless adoptor for this tool.") |