fuzzowski icon indicating copy to clipboard operation
fuzzowski copied to clipboard

ssl error when using -p ssl

Open demiscuzz opened this issue 2 years ago • 0 comments

Fuzzowski send just over 100 requests to the remote server before exiting abruptly with a error "ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2396)"

I can get around the issue by using TCP and proxying through burp, but this is a bit inefficient.

the full command I'm using is python -m fuzzowski -p ssl 192.168.1.2 8006 -f raw -r '{{GET}} {{/}} HTTP/1.0\r\n\r\n' -nc

the server is not crashing or complaining.

demiscuzz avatar Feb 03 '23 15:02 demiscuzz