-
Updated
Apr 21, 2022 - Python
fuzzer
Here are 260 public repositories matching this topic...
-
Updated
Dec 11, 2021 - Python
-
Updated
Apr 24, 2022 - Go
When the computer is suspended during a fuzzing session, the time spent in suspended state is counted as a "run time" on a statistics screen. In case fuzzing was running for several hours and then the computer was suspended for several more hours, on one hand I would prefer not restarting the session, on the other hand, now it may be harder to tell how well a harness performs (corpus count vs. run
We can safely disallow any use of solc below 0.4.25.
-
Updated
Apr 16, 2022
-
Updated
Feb 21, 2019 - Python
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
Apr 13, 2022 - C++
-
Updated
May 8, 2021 - Perl
-
Updated
Dec 10, 2021 - Python
-
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
Apr 30, 2021 - TypeScript
-
Updated
Apr 19, 2022 - 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
Apr 18, 2022 - Rust
-
Updated
Aug 15, 2019 - Python
-
Updated
Nov 23, 2021 - Rust
-
Updated
Mar 26, 2022 - Python
-
Updated
Nov 6, 2021 - C#
-
Updated
Jan 28, 2022 - Go
-
Updated
Mar 23, 2022 - Rust
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?