Lucene search
+L

1113 matches found

Kitploit
Kitploit
added 2026/09/12 8:38 p.m.31 views

sobelow

Sobelow Sobelow is a security-focused static analysis tool for Elixir & the Phoenix framework. For security researchers, it is a useful tool for getting a quick view of points-of-interest. For project maintainers, it can be used to prevent the introduction of a number of common vulnerabilities...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 8:34 p.m.14 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.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/12 8:34 p.m.11 views

MalEval

MalEval Article: Is “Knowing It’s Malicious” Enough? Evaluating LLMs for Fine-Grained Malware Behavior Auditing Article DOI: 10.1145/3832187 MalEval is a framework for evaluating Android malware behavior reports generated by large language models. The code in this repository implements two...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 8:27 p.m.47 views

ida-efitools2

About It is an IDA plugin for extending UEFI reverse engineering capabilities. Based on ida-efitools with a bunch of fixes and new features. Works with both Python 2 and Python 3. Supports outdated versions of IDA Pro 7.x with no guarantees. Features GUIDs defining Structures propagating register...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/12 8:13 p.m.8 views

njsscan

njsscan njsscan es una herramienta de pruebas estáticas de seguridad de aplicaciones SAST que puede encontrar patrones de código inseguros en tus aplicaciones node.js mediante el comparador de patrones simple de libsast y la herramienta de búsqueda de patrones de código semántico consciente de la...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/12 7:52 p.m.7 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...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 7:32 p.m.6 views

Apkx-Hunter

APKX-Hunter v2.7.2 — Debian Package APKX-Hunter is an open-source Android Static Analysis Framework written entirely in C , purpose-built for Android security assessments, reverse engineering, malware analysis, OWASP MASVS compliance scanning, bug bounty hunting, and penetration testing. The...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 7:31 p.m.8 views

maldrolyzer

maldrolyzer Simple framework to extract "actionable" data from Android malware C&Cs, phone numbers etc. Installation You have to install the following packets before you start using this project: Androguard git clone https://github.com/androguard/androguard; cd androguard; sudo python setup.py...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 7:26 p.m.42 views

peframe

======= peframe peframe is a open source tool to perform static analysis on Portable Executable malware and generic suspicious file. It can help malware researchers to detect packer, xor, digital signature, mutex, anti debug, anti virtual machine, suspicious sections and functions, macro and much...

5.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 6:44 p.m.6 views

VulTriage

An intelligent vulnerability detection framework based on Large Language Models and static code analysis, supporting multi-dataset evaluation and ablation studies. 📋 Table of Contents Introduction Key Features System Requirements Quick Start Usage Datasets & Models FAQ Introduction This project i...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 6:40 p.m.101 views

intercept

!zreadhttps://img.shields.io/badge/AskZread-.svg?style=plastic&color=00b0aa&labelColor=000000&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTYxNTYgMS42MDAxSDIuMjQxNTZD...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/12 6:31 p.m.7 views

androwarn

Androwarn Otro analizador de código estático para aplicaciones Android maliciosas Descripción Androwarn es una herramienta cuyo objetivo principal es detectar y advertir al usuario sobre posibles comportamientos maliciosos desarrollados por una aplicación Android. La detección se realiza mediante...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 6:25 p.m.7 views

vibegate

A security checkpoint for AI coding tools. It looks at every file an AI assistant writes, and stops the dangerous ones before they hit disk. What problem does this solve? AI coding assistants Claude Code, Codex, … write code fast — including code that handles things like passwords, emails, API...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 6:15 p.m.12 views

abap-code-scanner

OWASP ABAP Code Scanner Static Application Security Testing SAST for SAP ABAP. A free, open-source CLI for finding security vulnerabilities in custom ABAP code - offline and in CI. Editions...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 4:04 p.m.4 views

Creosote

Creosote Creosote is our solution to searching for the tarfile vulnerability described by CVE-2007-4559. The tool recursively traverses the given directory searching for python files. When the tool finds python files it scans them for the tarfile module and then parses the code into an AST to loo...

9.8CVSS7.1AI score0.27095EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/12 4:02 p.m.12 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/12 3:52 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/12 3:37 p.m.9 views

cve-2020-11023-scanner

💥 CVE-2020-11023 Scanner: Find and Conquer XSS Before It's Too Late! 💥 Are you haunted by the specter of Cross-Site Scripting XSS vulnerabilities lurking in your JavaScript code? Worried about CVE-2020-11023 leaving your web applications open to attack? Fear no more! The CVE-2020-11023 Scanner is...

6.9CVSS6.8AI score0.8383EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/12 3:31 p.m.10 views

AndroTickler

AndroTickler A java tool that helps to pentest Android apps faster, more easily and more efficiently. AndroTickler offers many features of information gathering, static and dynamic checks that cover most of the aspects of Android apps pentesting. It also offers several features that pentesters ne...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 3:29 p.m.6 views

Bughound

¿Qué es Bughound? Bughound es una herramienta de análisis estático de código abierto que analiza tu código y envía los resultados a Elasticsearch y Kibana para obtener información útil sobre las posibles vulnerabilidades en tu código. Bughound tiene su propia imagen Docker de Elasticsearch y Kiba...

5.8AI score
SaveExploits0
Rows per page
Query Builder