mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-11 22:30:35 +01:00
[PR #10] [MERGED] Remove timeout workarounds #10
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?
📋 Pull Request Information
Original PR: https://github.com/ysoftdevs/wapifuzz/pull/10
Author: @starek4
Created: 10/31/2019
Status: ✅ Merged
Merged: 10/31/2019
Merged by: @starek4
Base:
master← Head:remove_timeout_workarounds📝 Commits (2)
695a2a0Removed polling mechanism and TLS/SSL workaround91d2c40Killing wapifuzz just when fuzzing is hanged📊 Changes
7 files changed (+24 additions, -55 deletions)
View changed files
📝
README.md(+1 -2)📝
config_example.json(+1 -2)📝
fuzzer/src/configuration_manager.py(+6 -8)📝
fuzzer/src/fuzzer.py(+2 -8)📝
fuzzer/src/post_test_case_callback.py(+7 -25)📝
fuzzer/src/progress_reporter.py(+6 -8)📝
tests/localhost_config.json(+1 -2)📄 Description
Removed several workarounds for bug in Boofuzz, which is now fixed (https://github.com/jtpereyda/boofuzz/pull/340).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.