MCPcopy
hub / github.com/jaykali/hackerpro / bluepot

Function bluepot

hackerpro.py:860–866  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858 menu()
859
860def 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
868def fluxion():
869 print("fluxion is a wifi key cracker using evil twin attack..you need a wireless adoptor for this tool.")

Callers 1

wireFunction · 0.85

Calls 1

menuFunction · 0.85

Tested by

no test coverage detected