()
| 571 | |
| 572 | |
| 573 | def poet(): |
| 574 | print("POET is a simple POst-Exploitation Tool.") |
| 575 | print("") |
| 576 | choicepoet = raw_input("y / n :") |
| 577 | if choicepoet in yes: |
| 578 | os.system("git clone https://github.com/mossberg/poet.git") |
| 579 | os.system("python poet/server.py") |
| 580 | if choicepoet in no: |
| 581 | clearScr() |
| 582 | postexp() |
| 583 | elif choicepoet == "": |
| 584 | menu() |
| 585 | else: |
| 586 | menu() |
| 587 | |
| 588 | |
| 589 | def setoolkit(): |