mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-11 22:30:35 +01:00
Windows socket error #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @starek4 on GitHub (Oct 9, 2019).
Originally assigned to: @starek4 on GitHub.
Bug description
On Windows (or WSL), there is sometimes (quite rarely) a bug caused by boofuzz lib. Bug is tracked here: https://github.com/jtpereyda/boofuzz/issues/296
It is caused by non-terminated TCP connections. There are sockets which hangs in state TimeWait and blocks specific port number.
Thrown exception
On Windows: [WinError 10048]
In WSL: [Errno 98]
Workaround
Just use docker instead of native running on Windows. Or you can run WFuzz on any Linux, for example in some virtual environment, like Hyper-V.
@starek4 commented on GitHub (Nov 1, 2019):
Fixed by https://github.com/jtpereyda/boofuzz/pull/342.