Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Security Testing

Security Testing

143 projects

Showing 36 of 143 projects

Razzer
RazzerC

A kernel fuzzer that specifically targets race condition bugs in operating system kernels.

#operating-system-security#concurrency-bugs#syzkaller
Stars376
Forks63
Last commit7 years ago
UDSim
UDSimC++

A GUI tool for simulating, learning, and fuzzing UDS (Unified Diagnostic Services) on vehicle CAN buses for security testing and training.

#fuzzing-tool#iso-tp#can-bus
Stars334
Forks101
Last commit3 years ago
GraphCrawler - The all-in-one GraphQL Security toolkit
GraphCrawler - The all-in-one GraphQL Security toolkitPython

An automated security testing toolkit for GraphQL endpoints that discovers, analyzes, and scores vulnerabilities.

#api#api-hacking#graphql
Stars333
Forks24
Last commit
French Wordlists
French Wordlists

A collection of French and English wordlists specifically curated for cracking French passwords.

#hash#french-language#passwords
Stars327
Forks48
Last commit2 days ago
Owi
OwiOCaml

An automatic bug-finding tool for C, C++, Go, Rust, and Zig using WebAssembly-level symbolic execution.

#multi-language#concolic-execution#webassembly
Stars323
Forks42
Last commit5 days ago
One Step Decompiler
One Step DecompilerPython

A Python wrapper for Android APK decompilation that simplifies extracting Java source code with multiple backend tools.

#python-tool#owasp-mstg#mobile-security
Stars315
Forks50
Last commit5 years ago
USB Proxy
USB ProxyC++

A USB proxy for intercepting and modifying USB traffic between devices and hosts, enabling security testing and device emulation.

#usb-otg#mitmproxy#device-testing
Stars286
Forks49
Last commit4 months ago
FANS
FANSC++

A fuzzing tool for discovering vulnerabilities in Android native system services through automated interface analysis and testing.

#fuzzing-tool#android-native#system-services
Stars266
Forks44
Last commit6 years ago
Janus
JanusC

A state-of-the-art file system fuzzer for Linux that explores both image and syscall input spaces simultaneously to find memory corruptions.

#fuzzer#filesystem#cve-discovery
Stars238
Forks32
Last commit6 years ago
PoisonApple
PoisonApplePython

A command-line tool for macOS persistence mechanism emulation, designed for threat hunters and security testing.

#cyber-threat-hunting#python-security#red-teaming
Stars229
Forks32
Last commit4 years ago
h2spacex
h2spacexPython

A low-level Python library for HTTP/2 single packet attacks and timing attacks using Scapy.

#python-library#single-packet-attack#last-frame-synchronization
Stars228
Forks19
Last commit2 months ago
ShowStopper
ShowStopperC++

A Windows tool for malware researchers to explore and test anti-debug techniques across modern debuggers.

#debugging-tools#anti-debugging#windows-security
Stars224
Forks26
Last commit5 months ago
padding-oracle-attacker
padding-oracle-attackerTypeScript

A CLI tool and library for executing padding oracle attacks with concurrent network requests and an elegant UI.

#crypto#web-security#encryption-attacks
Stars217
Forks32
Last commit3 years ago
Squirrel
SquirrelC++

A coverage-guided fuzzer for database management systems (DBMSs) that uses language validity and coverage feedback.

#software-testing#coverage-guided-fuzzing#aflplusplus
Stars215
Forks58
Last commit3 years ago
flowsynth
flowsynthPython

A network packet capture compiler for rapidly modeling and generating network traffic in hexdump or libpcap format.

#python-tool#network-traffic#traffic-analysis
Stars206
Forks31
Last commit4 years ago
captcha_cracker
captcha_crackerPython

A convolutional neural network model built with Keras for recognizing captcha images generated by the Laravel Captcha library.

#neural-network#cnn-keras#keras
Stars199
Forks57
Last commit3 years ago
Hydra
HydraC

An extensible fuzzing framework for finding semantic bugs in file systems like ext4, Btrfs, and F2FS.

#software-testing#semantic-bugs#fuzzing-framework
Stars177
Forks29
Last commit4 years ago
GraphQLer
GraphQLerPython

A dependency-aware GraphQL API fuzzing tool that automatically generates and executes security tests based on schema introspection.

#api#graphql#api-testing-framework
Stars170
Forks16
Last commit24 days ago
HacknDroid
HacknDroidPython

A Python framework for automating Mobile Application Penetration Testing (MAPT) activities and interacting with Android devices.

#mobile-security#flask#apk-analysis
Stars170
Forks40
Last commit8 months ago
TTPassGen
TTPassGenPython

A flexible and scriptable Python-based password dictionary generator supporting brute-force, combination, and complex rule modes.

#generator#python-tool#wordlist-generator
Stars169
Forks27
Last commit1 year ago
hashcat rules collection
hashcat rules collection

A comprehensive collection of 317 hashcat rule files for password cracking and security testing.

#wordlist-generator#wordlist#infosec
Stars168
Forks19
Last commit7 months ago
QuarksLab's Android Fuzzing
QuarksLab's Android FuzzingC

A collection of tools and examples for fuzzing Android applications using AFL++ with Frida mode.

#mobile-security#android-fuzzing#aarch64
Stars142
Forks24
Last commit3 years ago
slide_captcha_cracker
slide_captcha_crackerPython

Uses Canny edge detection and OpenCV to locate puzzle pieces in slide-based CAPTCHAs for automated solving.

#edge-detection#opencv#captcha-solving
Stars141
Forks38
Last commit9 years ago
Cyclops
Cyclops

A Chromium-based web browser with built-in XSS detection and taint tracking capabilities for security testing.

#cyclops-browser#vulnerability#web-security
Stars126
Forks12
Last commit2 years ago
NTFuzz
NTFuzzF#

A type-aware kernel fuzzing framework for Windows that uses static binary analysis to infer system call types for more effective fuzzing.

#research-tool#fuzzer#kernel-fuzzer
Stars113
Forks25
Last commit4 years ago
Cognito Scanner
Cognito ScannerPython

A Python script that implements security testing attacks against AWS Cognito, including account oracle and privilege escalation.

#vulnerability-assessment#audit#security-tools
Stars113
Forks8
Last commit2 years ago
token-reverser
token-reverserPython

A wordlist generator for security testing that creates permutations of known data to crack tokens.

#python-tool#wordlist-generator#password-reset-testing
Stars110
Forks12
Last commit6 years ago
Witcher
WitcherC

A framework for using AFL to fuzz web applications and detect SQL/command injection vulnerabilities.

#sql-injection#web-security#command-injection
Stars109
Forks20
Last commit2 years ago
CakeFuzzer
CakeFuzzerPython

An automated IAST fuzzer for discovering vulnerabilities in CakePHP web applications with minimal false positives.

#cakephp#iast#fuzzing
Stars104
Forks9
Last commit1 year ago
Synthetic Adversarial Log Objects (SALO) | Splunk
Synthetic Adversarial Log Objects (SALO) | SplunkPython

A Python framework for generating synthetic log events without requiring actual infrastructure or actions.

#devops#data-science#synthetic-data
Stars92
Forks11
Last commit2 years ago
RNN-Passwords
RNN-Passwords

A neural network-based password cracking tool using character-level RNNs to learn and generate password guesses.

#char-rnn#neural-networks#password-cracking
Stars87
Forks18
Last commit5 years ago
Bypass signature and permission checks for IPCs
Bypass signature and permission checks for IPCsJava

Android security testing tool that bypasses signature and permission checks for inter-process communications.

#app-security#mobile-security#penetration-testing
Stars86
Forks28
Last commit
WINHELLO2hashcat
WINHELLO2hashcatPython

Extracts Windows Hello PIN hashes for offline cracking with Hashcat.

#digital-forensics#python-tool#windows-security
Stars86
Forks7
Last commit4 years ago
VWGen
VWGenPython

A tool that generates vulnerable web applications for security testing and education, supporting multiple attack modules.

#generator#vulnerabilities#web-security
Stars85
Forks16
Last commit8 years ago
testcerts
testcertsGo

A Go library for dynamically generating self-signed certificates and certificate authorities for testing.

#self-signed-certificates#unit-testing#certificate-authority
Stars84
Forks11
Last commit1 day ago
RedHerd Framework
RedHerd FrameworkJavaScript

A collaborative serverless framework for orchestrating geographically distributed assets to simulate offensive cyberspace operations.

#collaborative-tools#serverless#distributed-systems
Stars75
Forks17
Last commit
PreviousPage 3 of 4

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
12 years ago
3 years ago
Next
#Penetration Testing44
#Fuzzing30
#Cybersecurity22
#Security17
#Python16
#Automated Testing14
#Pentesting14
#Password Cracking14
#Hashcat13
#Web Security13
#Docker12
#Vulnerability Discovery11