()
| 835 | |
| 836 | |
| 837 | def 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 | |
| 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 ") |