-
Updated
Aug 23, 2020
#
fuzzing
Here are 480 public repositories matching this topic...
A collection of various awesome lists for hackers, pentesters and security researchers
android
security
awesome
reverse-engineering
pentesting-windows
hacking
penetration-testing
bug-bounty
fuzzing
Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
-
Updated
Aug 27, 2020 - Python
Web path scanner
python
security
scanner
hacking
bruteforce
penetration-testing
bug-bounty
fuzzing
pentesting
pentest
fuzzer
appsec
dirsearch
dirbuster
scanner-web
-
Updated
Aug 17, 2020 - Python
Scalable fuzzing infrastructure.
-
Updated
Aug 26, 2020 - Python
the champagne of beta embedded databases
rust
tree
orm
database
high-performance
persistence
fuzzing
formal-methods
concurrent
lock-free
log-structured
kv
b-tree
sled
b-plus-tree
b-link-tree
bw-tree
incredibly-spicy
embedded-kv
crash-testing
-
Updated
Aug 26, 2020 - Rust
A curated list of fuzzing resources ( Books, courses - free and paid, videos, tools, tutorials and vulnerable applications to practice on ) for learning Fuzzing and initial phases of Exploit Development like root cause analysis.
-
Updated
Aug 15, 2020
syzkaller is an unsupervised coverage-guided kernel fuzzer
-
Updated
Aug 27, 2020 - Go
Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
dns
osint
scanner
phishing
domains
fuzzing
threat-hunting
typosquatting
threat-intelligence
homograph-attack
idn
-
Updated
Jul 7, 2020 - Python
Web Pentesting Fuzz 字典,一个就够了。
-
Updated
May 9, 2020 - Python
A collection of Burpsuite Intruder payloads, BurpBounty payloads, fuzz lists, malicious file uploads and web pentesting methodologies and checklists.
attack
injection
fuzzing
sql-injection
bugbounty
payloads
fuzz
burpsuite
intruder
fuzz-lists
burpsuite-engagement
burpsuite-intruder
-
Updated
Jun 10, 2020 - BitBake
A high performance offensive security tool for reconnaissance and vulnerability scanning
osint
scanner
hacking
enumeration
fuzzing
pentesting
offensive-security
hacking-tool
security-scanner
vulnerability-assessment
information-gathering
reconnaissance
pentest-tool
vulnerability-scanner
raccoon
-
Updated
Mar 5, 2020 - Python
A container repository for my public web hacks!
-
Updated
Sep 7, 2018 - JavaScript
Curated list of resources on testing distributed systems
-
Updated
Jul 30, 2020 - HTML
wizche
commented
Aug 20, 2020
As discussed in the discord channel. Having a whitelist/blacklist approach where you can tell to (not)instrument specific libraries in QEMU mode. For example by passing library names in an env variable. Something like INSTRUMENT_QEMU_BLACKLIST="libc.so,another.so".
Could be done by replacing all the checks if (cur_loc < afl_code_start || cur_loc >= afl_code_end) with the traverse of a list (in
A toolset for reverse engineering and fuzzing Protobuf-based apps
-
Updated
May 3, 2020 - Python
A fast, parallel test case minimization tool.
-
Updated
Apr 24, 2020 - C
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
-
Updated
Jul 19, 2020 - C++
Mining parameters from dark corners of Web Archives
-
Updated
May 6, 2020 - Python
awesome
curated
fuzzing
reading-list
awesome-list
security-research
exploit-development
vulnerability-research
-
Updated
Oct 11, 2018
Improve this page
Add a description, image, and links to the fuzzing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fuzzing topic, visit your repo's landing page and select "manage topics."
TypeScript 3.7 · TypeScript https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions
In fast-check
fc.precan be used to stop the execution of a property if some preconditions are not validated.As adding thi