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
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