Add Markov Chain feedback with parameter display #867
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit implements a Markov Chain-based feedback mechanism for ffuf that enables adaptive fuzzing based on response patterns. The system learns from HTTP response characteristics and adjusts input selection strategy in real-time.
Key features added:
The Markov Chain feedback operates by:
Files added/modified:
The implementation passes all existing tests and demonstrates the adaptive behavior during real fuzzing operations.
Description
Please add a short description of pull request contents.
If this PR addresses an existing issue, please add the issue number below.
Fixes: #(issue number)
Additonally
CONTRIBUTORS.md.The file should be alphabetically ordered.
CHANGELOG.mdThanks for contributing to ffuf :)