()
| 349 | return "AbracadabrA%s" %randint(40,999999) |
| 350 | |
| 351 | def onlyPhpPrint(): |
| 352 | print colored("[system() calls have been disabled by the website, you can just run php commands (ex: fwrite(fopen('a.txt','w'),\"content\");]\n","red") |
| 353 | |
| 354 | def invalidChoice(): |
| 355 | print colored("\n[Error] You entered an invalid choice!\n","red") |
no outgoing calls
no test coverage detected