()
| 327 | |
| 328 | |
| 329 | def commix(): |
| 330 | print ("Automated All-in-One OS Command Injection and Exploitation Tool.") |
| 331 | print ("usage : python commix.py --help") |
| 332 | choicecmx = raw_input("Continue: y/n :") |
| 333 | if choicecmx in yes: |
| 334 | os.system("git clone https://github.com/stasinopoulos/commix.git commix") |
| 335 | os.system("cd commix") |
| 336 | os.system("python commix.py") |
| 337 | os.system("") |
| 338 | elif choicecmx in no: |
| 339 | os.system('clear') |
| 340 | info() |
| 341 | |
| 342 | |
| 343 | def pixiewps(): |