[PR #10] [MERGED] Remove timeout workarounds #10

Closed
opened 2025-12-31 16:39:00 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: remove_timeout_workarounds


📝 Commits (2)

  • 695a2a0 Removed polling mechanism and TLS/SSL workaround
  • 91d2c40 Killing 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ysoftdevs/wapifuzz/pull/10 **Author:** [@starek4](https://github.com/starek4) **Created:** 10/31/2019 **Status:** ✅ Merged **Merged:** 10/31/2019 **Merged by:** [@starek4](https://github.com/starek4) **Base:** `master` ← **Head:** `remove_timeout_workarounds` --- ### 📝 Commits (2) - [`695a2a0`](https://github.com/ysoftdevs/wapifuzz/commit/695a2a06fef14180a9056a035f511221939fad9b) Removed polling mechanism and TLS/SSL workaround - [`91d2c40`](https://github.com/ysoftdevs/wapifuzz/commit/91d2c406487a997721532cd4739150753e726733) Killing wapifuzz just when fuzzing is hanged ### 📊 Changes **7 files changed** (+24 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Removed several workarounds for bug in Boofuzz, which is now fixed (https://github.com/jtpereyda/boofuzz/pull/340). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-31 16:39:00 +01:00
adam closed this issue 2025-12-31 16:39:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-mirrors/wapifuzz#10