You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: