XiphosResearch / exploits

Miscellaneous exploit code
http://www.xiphosresearch.com/
1.52k stars 586 forks source link

These modifications on your exploit #6

Closed paralelo14 closed 8 years ago

paralelo14 commented 8 years ago

bro i add your exploit to my mass exploit bot.. and i make these modifications:

import requests from requests.packages.urllib3.exceptions import InsecureRequestWarning requests.packages.urllib3.disable_warnings(InsecureRequestWarning)

and

resp = sess.get(options.url + "/index.php/component/users/?view=login", verify=False)

To take off warning and ssl certificate check ;))

see ya

link: https://github.com/anarcoder/google_explorer/blob/beta_version/exploits/joomraa.py

HarryR commented 8 years ago
I do hope you're not running this exploit in the wild... it's only provided for people to test the vulnerability of their site with.