-
Updated
Aug 7, 2021 - Python
fuzzer
Here are 227 public repositories matching this topic...
-
Updated
Aug 6, 2021 - Go
-
Updated
Jun 8, 2021 - Python
Hi, I also have a question regarding the custom post processor.
In the example https://github.com/AFLplusplus/AFLplusplus/blob/stable/custom_mutators/examples/post_library_gif.so.c#L48 it is mentioned that if the post process function returns 0 the input is not sent to the target program and fuzzing is continued. When I tried to do that same the fuzzer throws the error: `Custom_post_process fa
-
Updated
Feb 21, 2019 - Python
We can safely disallow any use of solc below 0.4.25.
-
Updated
Apr 28, 2021 - C++
If I remember correctly, I wasn't able to implement on-demand paging with whv because doing a WHvTranslateGva with an empty environment doesn't generate memory faults like executing would.
This is annoying because wtf does memory translation to be able to set breakpoints where the user wants to; to do that it needs to do a VirtTranslate so I ended up mapping it all at start-up. It's not ide
-
Updated
May 8, 2021 - Perl
-
Updated
Jun 18, 2021 - Python
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Feb 25, 2021 - Ruby
All the tools in prjxray should have an xc7 prefix, so to make them unique.
E.g. bitread or bittool could enter in conflicts with other tools names.
-
Updated
Jul 28, 2021 - Python
Feature request
Is your feature request related to a problem? Please describe
The analysis.py script provides just one confidence interval: 95%. While that is related to the 2-sigma interval of normal distribution, so in theory allows for easy estimation of bigger confidence intervals (like 3, 4, 5-sigma), it assumes a normal distribution, which the differences don't follow, and may be
-
Updated
Jun 6, 2018 - Python
-
Updated
Aug 15, 2019 - Python
-
Updated
Jul 21, 2017 - C#
-
Updated
Jul 29, 2021 - Python
-
Updated
Aug 10, 2021 - Rust
-
Updated
Feb 25, 2021 - Go
-
Updated
Jul 24, 2021 - Rust
-
Updated
Oct 2, 2020 - Python
-
Updated
Nov 11, 2019 - F#
Improve this page
Add a description, image, and links to the fuzzer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fuzzer topic, visit your repo's landing page and select "manage topics."


Can we have a feature where a normal brute force is running based on HTTP response like 403/401 do a recursive brute force on that endpoint?