Lucene search
+L

8988 matches found

Kitploit
Kitploit
•added 2026/09/25 3:33 a.m.•15 views

uefi_retool

uefiretool 用于UEFI固件逆向工程的工具。 使用 uefiretool 脚本进行 UEFI 固件分析 用法: 将 idaplugin/uefianalyser.py 脚本和 idaplugin/uefianalyser 目录复制到 IDA 插件目录 编辑 config.json 文件 PEDIR 是包含 UEFI 固件中所有可执行镜像的目录 DUMPDIR 是包含固件文件系统中所有组件的目录 LOGSDIR 是日志目录 IDAPATH 和 IDA64PATH 是 IDA Pro 可执行文件的路径 运行 pip install -r requirements.txt 运行...

6.2AI score
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/25 3:33 a.m.•18 views

HyperDbg

HyperDbg Debugger HyperDbg Debugger is an open-source, hypervisor-assisted debugger for Windows Linux support is currently under development! with support for both user-mode and kernel-mode native debugging. It is built for reverse engineering, fuzzing, and advanced system analysis using modern...

6AI score
SaveExploits0References9
Kitploit
Kitploit
•added 2026/09/25 3:31 a.m.•10 views

HexRaysCodeXplorer

root@kitploit: | | | | | \ / \ | | \ \ / / | | | || | | |/ / | / / | | \ V / | | | |/ \ / / // | | | / | | / \ / |/ / | ' | |/ | '/ \ '| | | | | / | |\ \ | | || \ \ /\ | | | / /^\ \ | | | | | | / | | |///\| \,|, |/// ,|\/ / ./||/|| || / | | | |/ ||...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/25 3:31 a.m.•25 views

pythem

pythem - Penetration Testing Framework pythem is a multi-purpose pentest framework written in Python. It has been developed to be used by security researchers and security professionals. The tool intended to be used only for acts within the law. I am not liable for any undue and unlawful act...

5.9AI score
SaveExploits0References52
Kitploit
Kitploit
•added 2026/09/25 3:29 a.m.•11 views

filterforge

filterforge Python toolkit for reverse-engineering Berkeley Packet Filter BPF bytecode. Given raw BPF instructions — the kind you might extract from a malware sample, a packet capture filter, or a network appliance — filterforge disassembles them into human-readable form, uses Z3 to solve for the...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 3:28 a.m.•13 views

gemma_crackme_tutorial

Using Google's Gemma 4 E4B local AI model to Reverse Engineer a simple Crackme I was playing around with the new Gemma E4B open weights local model which Google released, and to my surprise I was seeing a great deal of success in using it for local offline reverse engineering scenarios. I wanted ...

6.5AI score
SaveExploits0References12
Kitploit
Kitploit
•added 2026/09/25 3:27 a.m.•10 views

Cisa-KEV-Threat-Intel-Orchestrator

CISA KEV Threat Intel Orchestrator Zero-touch pipeline that turns newly weaponized CVEs from the CISA Known Exploited Vulnerabilities KEV catalog into production-ready Sigma detection rules, automatically, every week. The problem Manually turning a new KEV entry into a usable detection is slow:...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 3:24 a.m.•1045 views

widevine-l3-decryptor

Deprecation Warning This repository used to contain code to circumvent Widevine L3 DRM in Chrome on Windows machines. It's not working anymore as of May 31st 2021, but you can read the reversing writeup. Update Google issued a DMCA takedown request against most forks of this repository. The...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 3:23 a.m.•15 views

Doldrums

To flutter: to move in quick, irregular motions, to beat rapidly, to be agitated. Doldrums: a period of stagnation. Doldrums is a reverse engineering tool for Flutter apps targetting Android. Concretely, it is a parser and information extractor for the Flutter/Dart Android binary, conventionally...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 3:21 a.m.•12 views

NashaVM

NashaVM - Native Sharp Virtual Machine Nasha is a Virtual Machine for .NET files and its runtime was made in C++/CLI Installation root@kitploit: git clone https://github.com/Mrakovic-ORG/NashaVM --recurse cd NashaVM\NashaVM nuget restore msbuild Dependencies dnlib .NET Framework Visual C++...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 3:20 a.m.•18 views

reverse-skill

reverse-skill Cybersecurity Skills Router · 逆向技能路由包 Navigate the dark waters, sail against the stream...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/25 3:19 a.m.•11 views

ChaseHQ

Pulling apart Chase H.Q. for the ZX Spectrum Reverse engineering by David Thomas, 2023-2024 Project started: March 2023 This is an in-progress disassembly of the ZX Spectrum conversion of Chase H.Q. by Ocean Software. So far this only covers the 48K version and the first stage of the game. The 12...

6.3AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 3:16 a.m.•15 views

machofile

machofile machofile es un módulo para analizar archivos binarios Mach-O, con un enfoque en el análisis de malware y la ingeniería inversa. Inspirado en el pefile de Ero Carrera, este módulo pretende ofrecer capacidades similares pero para binarios Mach-O. El material de referencia y la...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 3:16 a.m.•14 views

hidden

Hidden 🇺🇦 Hidden has been developed like a solution for reverse engineering and researching tasks. This is a windows driver with a usermode interface which is used for hiding specific environment on your windows machine, like installed RCE programs ex. procmon, wireshark, vm infrastructure ex...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 3:14 a.m.•8 views

SPF

SPF SpeedPhish Framework is a python tool designed to allow for quick recon and deployment of simple social engineering phishing exercises. Requirements: dnspython twisted PhantomJS Installation root@kitploit: apt-get update apt-get upgrade -y apt-get install git build-essential python-dev...

6AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 3:14 a.m.•10 views

Adversarial-Detection-Engineering-Framework

Adversarial Detection Engineering ADE Framework Get ahead of False Negatives by understanding how detection logic fails before threat actors abuse it. Check out the website: https://adeframework.org/ What Is ADE? Adversarial Detection Engineering ADE is the discipline of reasoning about False...

6AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/25 3:13 a.m.•6 views

customer-assistance-buttons-sdr

Investigación sobre Botones de Asistencia al Cliente Este repositorio alberga el trabajo que he dedicado a aplicar ingeniería inversa a los distintos codificadores y protocolos utilizados en los botones de asistencia al cliente en tiendas minoristas como Walgreens, CVS, Lowes y Home Depot. Cada...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 3:12 a.m.•9 views

px-vm

PerimeterX Auditor VM Analysis Summary This repository documents the reverse engineering of PerimeterX's auditor.js, a bytecode virtual machine used as a secondary fingerprinting layer in PX's bot detection pipeline. This analysis covers: Bytecode extraction and 5-layer decryption pipeline Opcode...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 2:50 a.m.•13 views

camjacking

Camjacking CamJacking es un framework de formación en concienciación sobre seguridad de nivel empresarial, diseñado para simular ataques de phishing realistas dirigidos a los permisos de cámara y a la concienciación del usuario 🎯 ¿Qué es CamJacking? CamJacking es un framework de formación en...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/25 2:46 a.m.•9 views

egodeath

egodeath This project does not achieve indistinguishability obfuscation. You should not be using this to product to protect secrets. It exists to deter reverse engineering, not prevent it A JavaScript obfuscator designed to make code extremely difficult to read and analyze for both humans and LLM...

6.1AI score
SaveExploits0
Rows per page
Query Builder