Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Security Tools

Security Tools

386 projects

Showing 36 of 386 projects

EXEInfo-PE
EXEInfo-PE

Free Windows executable and binary data detector that identifies packers, compilers, protectors, and file formats.

#exeinfo#pe-files#security-tools
Stars1.1k
Forks114
Last commit20 days ago
Manalyze
ManalyzeYARA

A static analyzer for PE executables that identifies malicious indicators and aids in malware assessment.

#pe#clamav#pe-files
Stars1.1k
Forks169
Last commit15 days ago
SIPVicious
SIPViciousPython

A VoIP security testing toolset for auditing SIP-based systems through scanning, enumeration, and password cracking.

#voip-security#pbx-testing#password-cracker
Stars1.1k
Forks185
Last commit1 month ago
Thug
ThugPython

Python low-interaction honeyclient

#virustotal#python#security-tools
Stars1.0k
Forks204
Last commit3 days ago
DumpsterFire
DumpsterFirePython

A modular, menu-driven tool for building time-delayed, distributed security event chains for Red, Blue, and Purple Team exercises.

#security-training#pentest#pentest-tool
Stars1.0k
Forks150
Last commit6 years ago
Pompem
PompemPython

Find exploit tool

#pentest-tool#exploit-database#python
Stars1.0k
Forks270
Last commit4 years ago
ngrep
ngrepC

A PCAP-based network packet analyzer that applies grep-like pattern matching to packet payloads across multiple protocols.

#traffic-analysis#command-line-tools#pcap
Stars1.0k
Forks106
Last commit6 months ago
Vivisect
VivisectPython

A Python framework for disassembly, static analysis, symbolic execution, and debugging of binaries and malware.

#disassembler#emulation#python
Stars1.0k
Forks194
Last commit8 days ago
haiti
haitiRuby

A CLI tool and library to identify hash types, supporting 675+ hash formats with hashcat and John the Ripper references.

#identify#hash#ctf-tools
Stars999
Forks60
Last commit17 days ago
Android-Security-Reference
Android-Security-Reference

A work-in-progress reference guide for Android security topics, tools, and version-specific details.

#security-reference#mobile-security#android
Stars993
Forks145
Last commit1 year ago
Fuzzing
Fuzzing

A curated list of awesome fuzzing resources, tools, and academic papers for software security testing.

#vulnerability-discovery#cpuu#fuzzing
Stars990
Forks98
Last commit1 month ago
Habu
HabuPython

Hacking Toolkit

#pentest#pentest-tool#penetration-testing
Stars983
Forks162
Last commit8 months ago
Habu
HabuPython

Hacking Toolkit

#pentest#pentest-tool#penetration-testing
Stars983
Forks162
Last commit8 months ago
Libnet
LibnetC

A portable C library for constructing and injecting network packets at IP and link layers.

#c-library#gre#tcp
Stars956
Forks260
Last commit1 year ago
ThreatIngestor
ThreatIngestorPython

An extendable Python tool to extract and aggregate Indicators of Compromise (IOCs) from various threat intelligence feeds.

#threat-sharing#misp-integration#osint
Stars924
Forks135
Last commit3 months ago
ThreatIngestor
ThreatIngestorPython

An extendable Python tool to extract and aggregate Indicators of Compromise (IOCs) from various threat intelligence feeds.

#threat-sharing#misp-integration#osint
Stars924
Forks135
Last commit3 months ago
awesome-ld-preload
awesome-ld-preload

A curated list of resources and libraries for LD_PRELOAD, a Linux mechanism for runtime function interception and behavior modification.

#debugging-tools#performance-optimization#behavior-modification
Stars921
Forks45
Last commit2 years ago
PowerShellArsenal
PowerShellArsenalPowerShell

A PowerShell module for reverse engineering that disassembles code, analyzes malware, parses memory structures, and inspects Windows internals.

#disassembly#pe-parsing#dotnet-analysis
Stars901
Forks204
Last commit
ssh-ping
ssh-pingShell

A collection of command-line utilities to enhance and simplify SSH operations like pinging hosts, checking certificates, and diffing files.

#devops#network-tools#command-line-tools
Stars886
Forks25
Last commit3 years ago
StaCoAn
StaCoAnJavaScript

A cross-platform static code analysis tool for mobile applications (APK/IPA) to find security vulnerabilities like hardcoded credentials and API keys.

#ipa-analysis#mobile-security#apk-analysis
Stars868
Forks138
Last commit5 years ago
rust-audit
rust-auditRust

Embed dependency information into Rust binaries for vulnerability auditing in production.

#supply-chain-security#sbom#cargo-subcommand
Stars844
Forks40
Last commit5 days ago
BlockBlock
BlockBlockObjective-C

A macOS security tool that continually monitors persistence locations to block malware installation attempts.

#malware-protection#system-hardening#real-time-alerts
Stars836
Forks49
Last commit2 months ago
MalUnpack
MalUnpackC

A dynamic unpacker for Windows malware that deploys packed executables, waits for payload unpacking, and dumps the extracted code.

#pe-sieve#windows-security#dynamic-unpacking
Stars836
Forks82
Last commit4 months ago
Droidbox
DroidboxPython

Dynamic analysis tool for Android applications that monitors runtime behavior, detects information leaks, and visualizes app activity.

#android-app-analysis#runtime-monitoring#android-security
Stars805
Forks225
Last commit3 years ago
PEPack
PEPackC

A command-line toolkit for analyzing and working with Portable Executable (PE) binaries on multiple platforms.

#pe-file#command-line-tools#portable-executable
Stars782
Forks139
Last commit2 days ago
PE-bear
PE-bear

A freeware reversing tool for PE files, designed for fast and flexible malware analysis.

#pe-format#pe-files#windows-reversing
Stars778
Forks71
Last commit3 years ago
un{i}packer
un{i}packerPython

An automatic, platform-independent unpacker for Windows binaries using emulation to analyze packed malware.

#pefile#unpacker#dumper
Stars772
Forks92
Last commit1 year ago
StringSifter
StringSifterPython

A machine learning tool that ranks strings by relevance for malware analysis, helping analysts prioritize suspicious strings.

#fireeye-data-science#command-line-tool#strings-analysis
Stars762
Forks126
Last commit1 month ago
ebowla
ebowlaPython

Framework for creating environmental keyed payloads that only execute on specific target systems.

#malware-development#memorymodule#evasion-techniques
Stars762
Forks170
Last commit7 years ago
HaboMalHunter
HaboMalHunterPython

An automated malware analysis tool for Linux ELF files, extracting static and dynamic features for security assessment.

#yara-rules#security#security-tools
Stars751
Forks222
Last commit3 years ago
SafetyHook
SafetyHookC++

A C++23 procedure hooking library for Windows that makes runtime function interception as safe as possible.

#hooks#cmkr#hook
Stars743
Forks83
Last commit2 months ago
CyLR
CyLRC#

A cross-platform forensic artifact collection tool for NTFS file systems that minimizes host impact.

#digital-forensics#forensic-analysis#dotnet-core
Stars732
Forks94
Last commit4 years ago
onesixtyone
onesixtyoneC

A fast, efficient SNMP scanner that sends requests in parallel and logs responses, unlike traditional sequential scanners.

#network-inventory#udp-scanning#network-discovery
Stars723
Forks100
Last commit1 year ago
Andromeda
AndromedaC++

Interactive reverse engineering tool for Android applications, written in C/C++ for performance.

#apk-analysis#android#android-reverse-engineering
Stars714
Forks74
Last commit6 years ago
box-js
box-jsJavaScript

A utility for analyzing and studying malicious JavaScript by emulating a Windows JScript environment.

#sandbox-emulation#malwareanalysis#indicators-of-compromise
Stars672
Forks88
Last commit1 month ago
Pipal
PipalRuby

A Ruby-based command-line tool for analyzing password dumps to generate statistics and insights for security reports.

#ruby-cli#penetration-testing#security-tools
Stars664
Forks118
Last commit3 years ago
PreviousPage 5 of 11

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
5 years ago
Next
#Security101
#Penetration Testing90
#Malware Analysis84
#Reverse Engineering78
#Cybersecurity65
#Python64
#Incident Response46
#Docker38
#Binary Analysis37
#Static Analysis36
#Devsecops35
#Digital Forensics32