| 905 | |
| 906 | |
| 907 | def exp(): |
| 908 | print(HACKERPROlogo) |
| 909 | print(" {1}--ATSCAN") |
| 910 | print(" {2}--sqlmap") |
| 911 | print(" {3}--Shellnoob") |
| 912 | print(" {4}--commix") |
| 913 | print(" {5}--FTP Auto Bypass") |
| 914 | print(" {6}--jboss-autopwn") |
| 915 | print(" {7}--Blind SQL Automatic Injection And Exploit") |
| 916 | print(" {8}--Bruteforce the Android Passcode given the hash and salt") |
| 917 | print(" {9}--Joomla SQL injection Scanner \n ") |
| 918 | print(" {99}-Go Back To Main Menu \n\n") |
| 919 | choice5 = raw_input("hackerpro~# ") |
| 920 | if choice5 == "2": |
| 921 | clearScr() |
| 922 | sqlmap() |
| 923 | if choice5 == "1": |
| 924 | os.system('clear') |
| 925 | atscan() |
| 926 | if choice5 == "3": |
| 927 | clearScr() |
| 928 | shellnoob() |
| 929 | if choice5 == "4": |
| 930 | os.system("clear") |
| 931 | commix() |
| 932 | if choice5 == "5": |
| 933 | clearScr() |
| 934 | gabriel() |
| 935 | if choice5 == "6": |
| 936 | clearScr() |
| 937 | jboss() |
| 938 | if choice5 == "7": |
| 939 | clearScr() |
| 940 | bsqlbf() |
| 941 | if choice5 == "8": |
| 942 | androidhash() |
| 943 | if choice5 == "9": |
| 944 | cmsfew() |
| 945 | elif choice5 == "99": |
| 946 | menu() |
| 947 | elif choice5 == "": |
| 948 | menu() |
| 949 | else: |
| 950 | menu() |
| 951 | |
| 952 | |
| 953 | def snif(): |