We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to install gef via bash -c "$(curl -fsSL https://gef.blah.cat/sh)
bash -c "$(curl -fsSL https://gef.blah.cat/sh)
Output is:
Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib64/python3.11/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/urllib/request.py", line 563, in error return self._call_chain(*args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/usr/local/lib64/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: rate limit exceeded
Python version is 3.11.9 Any ideas what might cause this?
3.11.9
The text was updated successfully, but these errors were encountered:
Hi @juxeii
I tried reproducing your issue but couldn't. The problem must be coming from the setup on your end, we cannot really assist on this.
Feel free to ask for help on the Discord, but since it's not a bug related to GEF, I will close the issue.
Cheers
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to install gef via
bash -c "$(curl -fsSL https://gef.blah.cat/sh)
Output is:
Python version is
3.11.9
Any ideas what might cause this?
The text was updated successfully, but these errors were encountered: