Lucene search
+L

7627 matches found

Kitploit
Kitploit
•added 2026/09/24 11:31 p.m.•16 views

progpilot

progpilot Pruebas de seguridad de aplicaciones estáticas SAST para PHP Instalación Hay muchas opciones disponibles, selecciona la que mejor se adapte a tu caso de uso...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:25 p.m.•14 views

android-check

Android Check Plugin de análisis de código estático para proyectos Android. Uso Modificaciones en /build.gradle: root@kitploit: buildscript repositories jcenter dependencies ... classpath 'com.noveogroup.android:check:1.2.5' ... Modificaciones en //build.gradle: root@kitploit: apply plugin:...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 11:24 p.m.•298 views

retdec

Warning The RetDec project is currently in a limited maintenance mode due to a lack of resources: Pull Requests are welcomed. They are reviewed with priority, if possible without delays. Issues are reacted on with delays up to one quarter. Issues are not actively solved unless they relate to a...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:21 p.m.•15 views

Sighthound

Sighthound Tree-sitter based static vulnerability scanner with pattern matching and taint-flow analysis. What It Does Scans source code for security issues using AST-aware rules. Supports pattern mode and taint mode source to sink tracking. Handles multi-file projects and parallel execution...

6AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:16 p.m.•16 views

semgrep-rules

elttam's semgrep-rules Welcome to elttam's public semgrep rules repository...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 11:16 p.m.•333 views

xortool

xortool.py A tool to do some xor analysis: guess the key length based on count of equal chars guess the key base on knowledge of most frequent char Notice: xortool is now only running on Python 3. The old Python 2 version is accessible at the py2 branch. The pip package has been updated...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 11:12 p.m.•162 views

bincat

Introduction What is BinCAT? BinCAT is a static Binary Code Analysis Toolkit, designed to help reverse engineers, directly from IDA or using Python for automation. It features: value analysis registers and memory taint analysis type reconstruction and propagation backward and forward analysis...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:12 p.m.•35 views

bincat

Introducción ¿Qué es BinCAT? BinCAT es un kit de análisis de código binario estático , diseñado para ayudar a los ingenieros inversos, directamente desde IDA o usando Python para automatización. Incluye: análisis de valores registros y memoria análisis de contaminación reconstrucción y propagació...

6AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 11:08 p.m.•19 views

cerberus-re-skill

Cerberus RE cerberus-re is a local Apple-focused reverse-engineering workbench for building a repeatable three-headed static/dynamic/instrumentation loop around Ghidra, LLDB, and Frida. It is designed for analysts and coding agents that need durable artifacts instead of terminal-only notes: Ghidr...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 11:07 p.m.•43 views

pyt

.. image:: https://travis-ci.org/python-security/pyt.svg?branch=master :target: https://travis-ci.org/python-security/pyt .. image:: https://readthedocs.org/projects/pyt/badge/?version=latest :target: http://pyt.readthedocs.io/en/latest/?badge=latest .. image::...

5.4AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 11:06 p.m.•12 views

detux

Detux: El Sandbox Multiplataforma para Linux Introducción: Detux es un sandbox desarrollado para realizar análisis de tráfico de malware Linux y capturar los IOCs mediante dicho análisis. Se utiliza el hipervisor QEMU para emular Linux Debian para varias arquitecturas de CPU. Actualmente se...

6.2AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 11:06 p.m.•209 views

detux

Detux: The Multiplatform Linux Sandbox Introduction: Detux is a sandbox developed to do traffic analysis of the Linux malwares and capture the IOCs by doing so. QEMU hypervisor is used to emulate Linux Debian for various CPU architectures. The following CPUs are currently supported: x86 x86-64 AR...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 11:04 p.m.•13 views

zabbix-threat-control

Zabbix Threat Control ztc Turn the Zabbix you already run into a vulnerability-management console. ztc reads each host's software inventory through the stock zabbix-agent2 no extra agent to deploy, audits it against Vulners, and pushes scored, per-host findings — problems, dashboards and CVSS...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 11:04 p.m.•161 views

Dna

Dna Dna is a static binary analysis framework built on top of LLVM. Notably it's written almost entirely in C, including managed bindings for LLVM, Remill, and Souper. Functionality Dna implements an iterative control flow graph reconstruction inspired heavily by the SATURN paper. It iteratively...

6.1AI score
SaveExploits0References5
Kitploit
Kitploit
•added 2026/09/24 11:02 p.m.•24 views

mobileAudit

Auditoría Móvil MobileAudit - Análisis SAST y de malware para APKs de Android Una aplicación web Django para realizar análisis estático y detectar contenido malicioso dentro de APKs de Android. El proyecto extrae metadatos de la aplicación, escanea el código fuente en busca de debilidades y agreg...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 10:38 p.m.•15 views

flawfinder

Acerca de Esto es "flawfinder" por David A. Wheeler. Flawfinder es un programa simple que escanea código fuente en C/C++ e informa sobre posibles fallos de seguridad. Puede ser una herramienta útil para examinar software en busca de vulnerabilidades, y también puede servir como una introducción...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 10:38 p.m.•80 views

flawfinder

About This is "flawfinder" by David A. Wheeler. Flawfinder is a simple program that scans C/C++ source code and reports potential security flaws. It can be a useful tool for examining software for vulnerabilities, and it can also serve as a simple introduction to static source code analysis tools...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 10:32 p.m.•9 views

semgrep-rules

semgrep-rules Welcome! This repository contains Semgrep's Community Edition rules. In addition to the rules in this repository, the Semgrep Registry offers proprietary Pro rules that offer additional language coverage, and unlock crossfile and deep dataflow analysis. Find rules: search for...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 10:28 p.m.•16 views

PortEx

PortEx Bienvenido a PortEx PortEx es una biblioteca de Java para el análisis estático de malware de archivos Portable Executable. Su enfoque está en la robustez ante malformaciones de PE y la detección de anomalías. PortEx está escrito en Java y Scala, y está dirigido a aplicaciones Java...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 10:25 p.m.•24 views

guarddog

GuardDog GuardDog is a CLI tool that identifies malicious PyPI and npm packages, Go modules, Rust crates, RubyGems, GitHub actions, or VSCode extensions. It runs static analysis on package source code through YARA rules and analyzes package metadata to detect supply chain attacks. What makes...

5.9AI score
SaveExploits0References3
Rows per page
Query Builder