XiphosResearch / exploits

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

Typo in joomraa.py line 187 #2

Closed satishb3 closed 8 years ago

satishb3 commented 8 years ago

https://github.com/XiphosResearch/exploits/blob/master/Joomraa/joomraa.py

line 187: except Excption:

Changing it to except Exception: worked for me.

Thanks for sharing the exploit. It is super easy to use.

0x27 commented 8 years ago

Sorted :)

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