A collection of various awesome lists for hackers, pentesters and security researchers
-
Updated
Aug 23, 2020
{{ message }}
A collection of various awesome lists for hackers, pentesters and security researchers
Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
Web path scanner
Scalable fuzzing infrastructure.
the champagne of beta embedded databases
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.
syzkaller is an unsupervised coverage-guided kernel fuzzer
Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
Web Pentesting Fuzz 字典,一个就够了。
A collection of Burpsuite Intruder payloads, BurpBounty payloads, fuzz lists, malicious file uploads and web pentesting methodologies and checklists.
A high performance offensive security tool for reconnaissance and vulnerability scanning
A container repository for my public web hacks!
Curated list of resources on testing distributed systems
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
A fast, parallel test case minimization tool.
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Mining parameters from dark corners of Web Archives
Add a description, image, and links to the fuzzing topic page so that developers can more easily learn about it.
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