You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this tool support HTTPS / 443? I am getting this error because it looks like it is defaulting to port 80 / HTTP and I don't see anywhere in the -h to force SSL.
* An error occurred while connecting to the host https://REDACTED/pages/login.page (HTTPConnectionPool(host='REDACTED.com', port=80): Max retries exceeded with url: http://REDACTED/pages/login.page (Caused by ResponseError('too many redirects',)))
I am running with the following command, python3 jexboss.py -host https://REDACTED/pages/login.page --app-unserialize
The text was updated successfully, but these errors were encountered:
Does this tool support HTTPS / 443? I am getting this error because it looks like it is defaulting to port 80 / HTTP and I don't see anywhere in the -h to force SSL.
* An error occurred while connecting to the host https://REDACTED/pages/login.page (HTTPConnectionPool(host='REDACTED.com', port=80): Max retries exceeded with url: http://REDACTED/pages/login.page (Caused by ResponseError('too many redirects',)))
I am running with the following command,
python3 jexboss.py -host https://REDACTED/pages/login.page --app-unserialize
The text was updated successfully, but these errors were encountered: