awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ernw/hardening

Open-source alternatives to Hardening

30 open-source projects similar to ernw/hardening, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Hardening alternative.

  • 0kee-team/watchad0

    0Kee-Team/WatchAD

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 0xd4d/de4dot0xd4d 的头像

    0xd4d/de4dot

    7,426在 GitHub 上查看↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    C#
    在 GitHub 上查看↗7,426
  • 3lp4tr0n/beaconhunter3lp4tr0n 的头像

    3lp4tr0n/BeaconHunter

    516在 GitHub 上查看↗

    Behavior based monitoring and hunting tool built in C# leveraging ETW tracing. Blue teamers can use this tool to detect and respond to potential Cobalt Strike beacons. Red teamers can use this tool to research ETW bypasses and discover new processes that behave like beacons.

    C#
    在 GitHub 上查看↗516
  • ben0xa/powershelldefenseB

    Ben0xA/PowerShellDefense

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ccob/beaconeyeCCob 的头像

    CCob/BeaconEye

    961在 GitHub 上查看↗

    BeaconEye scans running processes for active CobaltStrike beacons. When processes are found to be running beacon, BeaconEye will monitor each process for C2 activity.

    C#
    在 GitHub 上查看↗961

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • cisagov/sparrowcisagov 的头像

    cisagov/Sparrow

    1,430在 GitHub 上查看↗

    Sparrow.ps1 was created by CISA's Cloud Forensics team to help detect possible compromised accounts and applications in the Azure/m365 environment.

    PowerShell
    在 GitHub 上查看↗1,430
  • countercept/python-exe-unpackerC

    countercept/python-exe-unpacker

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • creddefense/creddefenseC

    CredDefense/CredDefense

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • damonmohammadbagher/etwprocessmon2D

    DamonMohammadbagher/ETWProcessMon2

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • danielbohannon/revoke-obfuscationD

    danielbohannon/Revoke-Obfuscation

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • denisugarte/powerdriveD

    denisugarte/PowerDrive

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • emposha/php-shell-detectoremposha 的头像

    emposha/PHP-Shell-Detector

    823在 GitHub 上查看↗

    Web Shell Detector Web Shell Detector – is a php script that helps you find and identify php/cgi(perl)/asp/aspx shells. Web Shell Detector has a “web shells” signature database that helps to identify “web shell” up to 99%. By using the latest javascript and css technologies, web shell detector…

    PHP
    在 GitHub 上查看↗823
  • hasherezade/pe-sievehasherezade 的头像

    hasherezade/pe-sieve

    3,559在 GitHub 上查看↗

    pe-sieve is a set of diagnostic tools for scanning Windows process memory to identify malicious implants, shellcode, and hooks. It functions as an in-memory implant detector, malware unpacker, and process callstack analyzer designed to locate and dump memory patches and injected code from running processes. The project identifies advanced evasion techniques, such as process hollowing and reflective injection, by verifying portable executable structures in memory. It distinguishes itself by analyzing process callstacks to detect anomalies and redirections and by reconstructing executable heade

    C++anti-malwarehookinglibpeconv
    在 GitHub 上查看↗3,559
  • hegusung/avsignseekH

    hegusung/AVSignSeek

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • invoke-ir/uprootI

    Invoke-IR/Uproot

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ion28/bluespawnION28 的头像

    ION28/BLUESPAWN

    1,332在 GitHub 上查看↗

    An Active Defense and EDR software to empower Blue Teams

    C++active-defenseanti-virusblue-team
    在 GitHub 上查看↗1,332
  • ionizecbr/amsipatchdetectionI

    IonizeCbr/AmsiPatchDetection

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jpcertcc/logontracerJPCERTCC 的头像

    JPCERTCC/LogonTracer

    3,136在 GitHub 上查看↗

    LogonTracer is a security auditing tool designed for logon analysis and forensic log auditing. It functions as a dockerized security auditor that utilizes a security event graph database to map account names and network addresses, allowing for the visualization of complex system compromise patterns and authentication paths. The system features a Sigma detection engine that scans imported event logs against standardized rule sets to identify known malicious activity. It also includes an anomalous behavior detector that applies statistical analysis, graph algorithms, and hidden Markov models to

    Pythonactive-directoryblueteamdfir
    在 GitHub 上查看↗3,136
  • lithnet/ad-password-protectionL

    lithnet/ad-password-protection

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • lordnoteworthy/al-khaserLordNoteworthy 的头像

    LordNoteworthy/al-khaser

    7,001在 GitHub 上查看↗

    Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse engineering. It provides implementations for detecting and evading virtual machines, sandboxes, and debuggers to prevent software analysis. The project implements control flow obfuscation through anti-disassembly methods and utilizes dynamic API resolution to bypass static import tables. It further hinders forensic analysis by manipulating memory headers to prevent process dumps and utilizing remote code injection to execute logic in external processes. The capability surface

    C++
    在 GitHub 上查看↗7,001
  • matterpreter/defendercheckmatterpreter 的头像

    matterpreter/DefenderCheck

    2,613在 GitHub 上查看↗

    Identifies the bytes that Microsoft Defender flags on.

    C#csharpevasionresearch-tool
    在 GitHub 上查看↗2,613
  • meirwah/awesome-incident-responsemeirwah 的头像

    meirwah/awesome-incident-response

    8,821在 GitHub 上查看↗
    awesomeawesome-listcybersecurity
    在 GitHub 上查看↗8,821
  • mhaggis/hunt-detect-preventM

    MHaggis/hunt-detect-prevent

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • notprab/.net-deobfuscatorNotPrab 的头像

    NotPrab/.NET-Deobfuscator

    1,504在 GitHub 上查看↗

    Agile - ArchangelCloak - Atomic - AutoIt - Autori Obfuscator - Babel - BoxedAppPacker - BytePress - Beebyte - Confuser 1.9 - ConfuserEx - Crypto Obfuscator - Cypher - DCNETProtector - De4dot - DNGuard - DotnetPatcher - DotNetCompressor - DotRefiner - DotWall - Dumper - Eazfuscator - Habib -…

    在 GitHub 上查看↗1,504
  • nsacyber/mitigating-web-shellsnsacyber 的头像

    nsacyber/Mitigating-Web-Shells

    979在 GitHub 上查看↗

    Guidance for mitigation web shells. #nsacyber

    YARAguidancemitigationwebshell
    在 GitHub 上查看↗979
  • p0dalirius/ldapmonitorP

    p0dalirius/LDAPmonitor

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • paulsec/awesome-windows-domain-hardeningPaulSec 的头像

    PaulSec/awesome-windows-domain-hardening

    1,791在 GitHub 上查看↗

    A curated list of awesome Security Hardening techniques for Windows.

    hardeningsecuritywindows
    在 GitHub 上查看↗1,791
  • psgumshoe/psgumshoeP

    PSGumshoe/PSGumshoe

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ptresearch/attackdetectionptresearch 的头像

    ptresearch/AttackDetection

    1,360在 GitHub 上查看↗

    Attack Detection

    在 GitHub 上查看↗1,360
  • r3mrum/psdecodeR

    R3MRUM/PSDecode

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0