()
| 951 | |
| 952 | |
| 953 | def snif(): |
| 954 | print(HACKERPROlogo) |
| 955 | print(" {1}--Setoolkit ") |
| 956 | print(" {2}--SSLtrip") |
| 957 | print(" {3}--pyPISHER") |
| 958 | print(" {4}--SMTP Mailer \n ") |
| 959 | print(" {99}-Back To Main Menu \n\n") |
| 960 | choice6 = raw_input("hackerpro~# ") |
| 961 | if choice6 == "1": |
| 962 | clearScr() |
| 963 | setoolkit() |
| 964 | if choice6 == "2": |
| 965 | clearScr() |
| 966 | ssls() |
| 967 | if choice6 == "3": |
| 968 | clearScr() |
| 969 | pisher() |
| 970 | if choice6 == "4": |
| 971 | clearScr() |
| 972 | smtpsend() |
| 973 | if choice6 == "99": |
| 974 | clearScr() |
| 975 | menu() |
| 976 | elif choice6 == "": |
| 977 | menu() |
| 978 | else: |
| 979 | menu() |
| 980 | |
| 981 | |
| 982 | def cmsfew(): |