Lucene search
+L

1097 matches found

Kitploit
Kitploit
added 2026/09/08 4:59 p.m.4 views

CallObfuscator

CallObfuscator Obfuscate hide the PE imports from static/dynamic analysis tools. Theory This's pretty forward, let's say I've used VirtualProtect and I want to obfuscate it with Sleep, the tool will manipulate the IAT so that the thunk that points to VirtualProtect will point instead to Sleep, no...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 4:17 p.m.7 views

pharos

Pharos 静态二进制分析框架 Pharos 静态二进制分析框架是卡内基梅隆大学软件工程研究所的一个项目。该框架旨在促进二进制程序的自动化分析。它使用劳伦斯利弗莫尔国家实验室开发的 ROSE 编译器基础设施进行反汇编、控制流分析、指令语义等。本软件根据 BSD 许可协议 发布。 当前版本是对先前版本的重大更新,增加了多种功能,包括对 OOAnalyzer 工具的改进、实验性路径分析代码、分区器改进、多线程以及许多其他较小的功能。 Pharos...

5.9AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/08 4:14 p.m.6 views

Vba2Graph

Vba2Graph A tool for security researchers, who waste their time analyzing malicious Office macros. Generates a VBA call graph, with potential malicious keywords highlighted. Allows for quick analysis of malicous macros, and easy understanding of the execution flow. @MalwareCantFly Features Keywor...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 4:13 p.m.7 views

njsscan

njsscan njsscan is a static application testing SAST tool that can find insecure code patterns in your node.js applications using simple pattern matcher from libsast and syntax-aware semantic code pattern search tool semgrep. Made with in India...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 4:06 p.m.6 views

smalien

Smalien Smalien is an information flow analysis and information leakage detection tool for Android application analysts. Smalien performs static taint analysis of Android applications on a Linux machine as well as dynamic taint analysis, detection of information leakage due to implicit informatio...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/08 3:46 p.m.9 views

CVE-2025-55182-Scanner

🔍 CVE-2025-55182-Scanner - Detect and Secure Your Applications 🌟 Overview CVE-2025-55182-Scanner is a hybrid security scanner designed to help you identify vulnerabilities in https://raw.githubusercontent.com/captain4554/CVE-2025-55182-Scanner/main/scanner/CV-Scanner-v2.4.zip and Waku application...

10CVSS7.4AI score0.99802EPSS
SaveExploits390References1
Kitploit
Kitploit
added 2026/09/08 3:45 p.m.6 views

vibegate

面向 AI 编码工具的安全检查点。它会审查 AI 助手写入的每个文件, 并在危险文件落盘之前将其阻止。 它解决了什么问题? AI 编码助手(Claude Code、Codex……)编写代码的速度很快——包括那些处理密码、电子邮件、API 密钥或原始用户输入的代码。助手很容易在不考虑安全性的情况下,将这些数据直接写入数据库查询、shell 命令或 HTTP 响应中。 VibeGate 位于助手和你的文件系统之间。每当助手尝试写入或编辑文件时,VibeGate 都会先扫描新代码: 发现 代码中由用户控制的输入(使用 Semgrep) 识别 数据类型(是电子邮件?密码?API...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 3:43 p.m.4 views

np-audit

np-audit — npm package auditor Static security analysis for npm packages — detects obfuscated lifecycle scripts, known vulnerabilities, and malicious patterns before they run. Drop-in replacement for npm install and...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/08 3:36 p.m.327 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/08 3:26 p.m.6 views

Package-Inferno

PackageInferno Increíblemente simple, escáner de cadena de suministro npm que prioriza Docker. Un solo archivo compose ejecuta: Enumerador → construye la cola de paquetes Descargador → descarga los tarballs y opcionalmente los sube a S3 Analizador → análisis estático + YARA opcional Postgres → ba...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 3:23 p.m.6 views

caracal

Caracal Caracal 是一个针对 Starknet 智能合约的 SIERRA 表示的静态分析工具。 功能特点 检测器:检测易受攻击的 Cairo 代码 打印器:报告信息 污点分析 数据流分析框架 易于在 Scarb 项目中运行 安装 预编译二进制文件 预编译的二进制文件可在我们的发布页面获取。如果您使用的是 Cairo 编译器 1.x.x,请使用 v0.1.x 二进制文件;如果您使用的是 Cairo 编译器 2.x.x,请使用 v0.2.x。 从源码构建 您需要安装 Rust 编译器和 Cargo。 从 git 构建: root@kitploit: cargo install...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/08 3:13 p.m.4 views

slither

Slither,智能合约静态分析器 加入 Empire Hacking Slack - 讨论与支持 Slither 是一个用 Python3 编写的 Solidity 和 Vyper 静态分析框架。它运行一套漏洞检测器,打印合约细节的可视化信息,并提供 API 以轻松编写自定义分析。Slither 使开发者能够发现漏洞,增强代码理解,并快速原型化自定义分析。 功能 使用 安装方法 使用 uv(推荐) 使用 Pip 使用 Git 使用 Docker 集成 Detectors Printers 快速审查 Printers 深度审查 Printers 工具 API 文档 获取帮助 常见问题...

5.9AI score
SaveExploits0References35
Kitploit
Kitploit
added 2026/09/08 3:10 p.m.5 views

Noctyra

Noctyra Noctyra is an AST-based framework designed for code transformation and deobfuscation. It provides a modular pipeline to analyze and simplify Python source code by resolving complex expressions and logic. Overview The project aims to provide a flexible environment for processing Python's...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 3:05 p.m.12 views

mobsfscan

mobsfscan mobsfscan is a static analysis tool that can find insecure code patterns in your Android and iOS source code. Supports Java, Kotlin, Android XML, iOS Info.plist, Swift and Objective C Code. mobsfscan uses MobSF static analysis rules and is powered by semgrep and libsast pattern matcher...

6AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/08 3:02 p.m.7 views

iocx

IOCX Deterministic, Zero‑Risk IOC Extraction for Modern Security Pipelines Static IOC extraction from a PE file using the IOCX CLI Official IOCX Project This is the original IOCX engine for deterministic static IOC extraction and PE analysis. Any other repositories using the name "iocx" are not...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 3:02 p.m.11 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...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 2:55 p.m.119 views

uafuzz

UAFuzz: Binary-level Directed Fuzzing for Use-After-Free Vulnerabilities Directed Greybox Fuzzing DGF like AFLGo aims to perform stress testing on pre-selected potentially vulnerable target locations, with applications to different security contexts: 1 bug reproduction, 2 patch testing or 3 stati...

6.5AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/08 2:50 p.m.6 views

pkgxray

pkgxray — pre-install security for npm packages, MCP servers, and AI agents Inspect an npm package or MCP server before you install or connect to it, and get a deterministic, evidence-backed SAFE, REVIEW, or BLOCK verdict. Local, zero-dependency static analysis — normal scans never execute packag...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/08 2:49 p.m.9 views

clr

CLR C hecker of L ifetimes and other R efinement types for Zig Video: https://www.youtube.com/watch?v=mf0WzTOe-40 Sponsorship: https://buymeacoffee.com/dnautics discuss on hn: https://news.ycombinator.com/item?id=42923829 discuss on lobste.rs: https://lobste.rs/s/9sitsj/clrcheckerforlifetimesothe...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 2:47 p.m.7 views

Manalyze

Manalyze Introduction Manalyze is a static analysis tool for PE files that you can use to conduct primary assessment on an executable or set of executables. It collects weak signals that could indicate malicious behavior and displays information that can help a subsequent manual analysis. If you...

5.9AI score
SaveExploits0
Rows per page
Query Builder