()
| 252 | |
| 253 | |
| 254 | def weeman(): |
| 255 | print("HTTP server for phishing in python. (and framework) Usually you will want to run Weeman with DNS spoof attack. (see dsniff, ettercap).") |
| 256 | choicewee = raw_input("Install Weeman ? Y / N : ") |
| 257 | if choicewee in yes: |
| 258 | os.system( |
| 259 | "git clone https://github.com/samyoyo/weeman.git && cd weeman && python weeman.py") |
| 260 | if choicewee in no: |
| 261 | menu() |
| 262 | else: |
| 263 | menu() |
| 264 | |
| 265 | |
| 266 | def gabriel(): |