-
Updated
Jan 4, 2022 - Python
fuzzer
Here are 246 public repositories matching this topic...
-
Updated
Dec 11, 2021 - Python
-
Updated
Jan 4, 2022 - Go
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.
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
Nov 17, 2021 - C++
-
Updated
May 8, 2021 - Perl
-
Updated
Dec 10, 2021 - Python
-
Updated
Feb 25, 2021 - Ruby
-
Updated
Apr 30, 2021 - TypeScript
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
Dec 24, 2021 - Java
-
Updated
Aug 13, 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
Nov 23, 2021 - Rust
-
Updated
Dec 26, 2021 - Rust
-
Updated
Nov 6, 2021 - C#
-
Updated
Dec 21, 2021 - Python
-
Updated
Jan 4, 2022 - Rust
-
Updated
Feb 25, 2021 - Go
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?