Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error executing exploit #1

Open
ualvesdias opened this issue Jan 9, 2017 · 1 comment
Open

Error executing exploit #1

ualvesdias opened this issue Jan 9, 2017 · 1 comment

Comments

@ualvesdias
Copy link

Hello. I'm getting the following error when I run the exploit:

Traceback (most recent call last):
File "joomla-rce.py", line 44, in
print get_url("http://www.XXX.XXX/", pl)
File "joomla-rce.py", line 14, in get_url
cookies = requests.get(url,headers=headers).cookies
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 473, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))

All I did was to replace the url. Any ideas? Thanks!!

@ualvesdias
Copy link
Author

Btw, this is in python2.7. When using python3, I get a lot more errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant