h2csmuggler
h2csmuggler copied to clipboard
HTTP Request Smuggling over HTTP/2 Cleartext (h2c)
Hello, when I run the script I have this error: ``` h2csmuggler/h2csmuggler.py:49: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket() retSock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_TLS) [INFO] Failed to upgrade: https://example.com ``` I run...
Fix the warning below. ./h2csmuggler-proxy.py:49: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket() retSock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_TLS) Ref. https://docs.python.org/3/library/ssl.html#:~:text=Deprecated%20since%20version%203.7%3A%20Since%20Python%203.2%20and%202.7.9%2C%20it%20is%20recommended%20to%20use%20the%20SSLContext.wrap_socket()%20instead%20of%20wrap_socket().
Not sure why but for a few servers I'm getting the error below. ``` [INFO] Requesting - / Traceback (most recent call last): File "/home/ricardo/Tools/h2csmuggler/h2csmuggler.py", line 382, in init() File...
Hey @BishopFox, While scanning the target I get multiple errors for `sslv3 alert`. Can you please suggest me how do I fix this. ```bash $ python3 h2csmuggler.py --scan-list ../urls --threads...
First off, great research, like literally mindblowing, now coming to the bug! When I am running this tool, after a couple of seconds I am getting this error : ```javascript...
Updated the nuclei templates with the new raw format.
Added write to file when it finds a vun host. writes to vun.txt #### Card #### Details
python h2csmuggler.py -x https://xxxxxxxxxx.com --test C:\Users\m\Desktop\webvulnscanner\h2csmuggler\h2csmuggler.py:49: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket() retSock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_TLS) [INFO] Failed to upgrade: https://xxxxxxxxxx.com
error after run docker-compse up > [5/6] RUN go get -d -v ./...: #9 5.134 get "golang.org/x/net/http2": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/http2?go-get=1 #9 5.134 get "golang.org/x/net/http2": verifying...