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

-R module doesn't warn users to check if HTTPS is required by the site #111

Closed
hansmach1ne opened this issue Aug 7, 2024 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@hansmach1ne
Copy link
Owner

req.txt:

GET /?link=%2FPentesting%2FHOST_DISCOVERY%2FBinaries HTTP/1.1
Host: mach1ne.org
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Te: trailers
Connection: close

Some apps will redirect to HTTPS automatically like so:

HTTP/1.1 301 Moved Permanently
Date: Wed, 07 Aug 2024 15:15:13 GMT
Server: Apache
Location: https://mach1ne.org/?link=%2FPentesting%2FHOST_DISCOVERY%2FBinaries
Content-Length: 275
Connection: close
Content-Type: text/html; charset=iso-8859-1

But the bottom line is some won't and behavior will be unexpected.

@hansmach1ne hansmach1ne self-assigned this Aug 7, 2024
@hansmach1ne hansmach1ne added the bug Something isn't working label Aug 13, 2024
@hansmach1ne hansmach1ne added enhancement New feature or request and removed bug Something isn't working labels Sep 25, 2024
hansmach1ne added a commit that referenced this issue Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant