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

Function wire

hackerpro.py:881–904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

879 menu()
880
881def wire():
882 print(HACKERPROlogo)
883 print(" {1}--reaver ")
884 print(" {2}--pixiewps")
885 print(" {3}--Bluetooth Honeypot GUI Framework")
886 print(" {4}--Fluxion\n")
887 print(" {99}-Back To The Main Menu \n\n")
888 choice4 = raw_input("hackerpro~# ")
889 if choice4 == "1":
890 clearScr()
891 reaver()
892 if choice4 == "2":
893 clearScr()
894 pixiewps()
895 if choice4 == "3":
896 bluepot()
897 if choice4 == "4":
898 fluxion()
899 elif choice4 == "99":
900 menu()
901 elif choice4 == "":
902 menu()
903 else:
904 menu()
905
906
907def exp():

Callers 3

menuFunction · 0.85
reaverFunction · 0.85
fluxionFunction · 0.85

Calls 6

clearScrFunction · 0.85
reaverFunction · 0.85
pixiewpsFunction · 0.85
bluepotFunction · 0.85
fluxionFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected