()
| 166 | |
| 167 | |
| 168 | def postexp(): |
| 169 | clearScr() |
| 170 | print(HACKERPROlogo) |
| 171 | print(" {1}--Shell Checker") |
| 172 | print(" {2}--POET") |
| 173 | print(" {3}--Phishing Framework \n") |
| 174 | print(" {99}-Return to main menu \n\n ") |
| 175 | choice11 = raw_input("hackerpro~# ") |
| 176 | os.system('clear') |
| 177 | if choice11 == "1": |
| 178 | sitechecker() |
| 179 | if choice11 == "2": |
| 180 | poet() |
| 181 | if choice11 == "3": |
| 182 | weeman() |
| 183 | elif choice11 == "99": |
| 184 | menu() |
| 185 | |
| 186 | |
| 187 | def scanusers(): |