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

ssrf.py doesn't work #13

Open
MR-pentestGuy opened this issue Mar 14, 2021 · 2 comments
Open

ssrf.py doesn't work #13

MR-pentestGuy opened this issue Mar 14, 2021 · 2 comments

Comments

@MR-pentestGuy
Copy link

Traceback (most recent call last):
File "ssrf.py", line 37, in main
request = requests.get(
File "/home/sanath/.local/lib/python3.8/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/home/sanath/.local/lib/python3.8/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/home/sanath/.local/lib/python3.8/site-packages/requests/sessions.py", line 528, in request
prep = self.prepare_request(req)
File "/home/sanath/.local/lib/python3.8/site-packages/requests/sessions.py", line 456, in prepare_request
p.prepare(
File "/home/sanath/.local/lib/python3.8/site-packages/requests/models.py", line 316, in prepare
self.prepare_url(url, params)
File "/home/sanath/.local/lib/python3.8/site-packages/requests/models.py", line 390, in prepare_url
raise MissingSchema(error)
requests.exceptions.MissingSchema: Invalid URL '': No schema supplied. Perhaps you meant http://?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "ssrf.py", line 58, in
main(url,sys.argv[2])
File "ssrf.py", line 46, in main
print('[ERROR] '+err)
TypeError: can only concatenate str (not "MissingSchema") to str

how i used it
python3 ssrf.py urls.txt burpcolllab

@m4ll0k
Copy link
Owner

m4ll0k commented Mar 15, 2021

Hi,

Show me full command.

@MR-pentestGuy
Copy link
Author

MR-pentestGuy commented Mar 15, 2021

python3 ssrf.py urls.txt burpcolllab
hey i used endpoints instead of alivesubs
looks like it doesn't work on endpoints
and also if the alivesubs are greater than 1000 it breaks up

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

2 participants