-
Notifications
You must be signed in to change notification settings - Fork 432
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
Pages at victim does not load at first time #1
Comments
I can't reproduce this, so a reproducible test case would be great. |
I have found a way to reproduce this issue: Steps:
The errors noted in the above issue will occur. I'm currently using the code in the master branch of the github repo. |
Chunked encoding is not needed to trigger the error. I can reproduce the error with trying to fetch the http://www.google.com/robots.txt . It does work when '-k' is not used, but displays 'Location: ht' in Opera when '-k' is used: $ python sslstrip.py -f -a -k Log file: and it stops there. It's only for the first request in sslstrip session. Trying to refetch the resource will suceed. |
I'm also running into this problem, is there any known fix? EDIT: I'm using the latest version of Google Chrome in case that helps |
Hi, guys at BackTrack forums pointed out that since sslstrip 0.9 there is present bug which causes that pages sometimes does not load at first try. It throws different errors in different browsers:
Opera: Blank page with text "Location: ht"
Chrome: Classic error "This webpage is not available" with error "Error 321 (net::ERR_INVALID_CHUNKED_ENCODING): Unknown error."
Firefox: It does not react at first time or load blank page
It always loads after refresh.
The text was updated successfully, but these errors were encountered: