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

Function passwd

hackerpro.py:837–858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

835
836
837def passwd():
838 print(HACKERPROlogo)
839 print(" {1}--Cupp ")
840 print(" {2}--Ncrack \n ")
841
842 print(" {99}-Back To Main Menu \n")
843 choice3 = raw_input("hackerpro~# ")
844 if choice3 == "1":
845 clearScr()
846 cupp()
847 elif choice3 == "2":
848 clearScr()
849 ncrack()
850 elif choice3 == "99":
851 clearScr()
852 menu()
853 elif choice3 == "":
854 menu()
855 elif choice3 == "3":
856 fb()
857 else:
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 ")

Callers 3

menuFunction · 0.85
cuppFunction · 0.85
ncrackFunction · 0.85

Calls 4

clearScrFunction · 0.85
cuppFunction · 0.85
ncrackFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected