Lucene search
+L

1117 matches found

Kitploit
Kitploit
added 2026/09/12 3:04 p.m.16 views

gixy

GIXY Overview Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection. Currently supported Python versions are 2.7, 3.5, 3.6 and 3.7. Disclaimer: Gixy is well tested only on GNU/Linux, other OSs may have some issues...

5.7AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/12 2:56 p.m.7 views

lightweight_static_analysis

Análisis estático ligero Este repositorio contiene el código del PoC de una charla de ShellCon 2019, «Crea el tuyo propio: Cómo escribir herramientas de análisis estático personalizadas y ligeras» diapositivas. En pocas palabras, este repositorio demuestra algunos ejemplos concretos de cómo puede...

6.1AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/12 2:53 p.m.10 views

octoscan

:octocat: octoscan Octoscan は GitHub Action ワークフロー用の静的脆弱性スキャナです。 目次 目次 インストール 使い方 リモートワークフローのダウンロード 分析 GitHub Action ルール dangerous-checkout dangerous-action dangerous-write expression-injection runner-label repo-jacking unsecure-commands bot-check known-vulnerability dangerous-artefact credential...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 2:07 p.m.128 views

airflowscan

airflowscan Checklist and tools for increasing security of Apache Airflow. DISCLAIMER This project NOT AFFILIATED with the Apache Foundation and the Airflow project, and is not endorsed by them. Contents The purpose of this project is provide tools to increase security of Apache Airflow...

5.7AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/12 2:07 p.m.5 views

airflowscan

airflowscan Lista de verificación y herramientas para aumentar la seguridad de Apache Airflow. AVISO Este proyecto NO ESTÁ AFILIADO con la Apache Foundation ni con el proyecto Airflow, y no cuenta con su respaldo. Contenido El propósito de este proyecto es proporcionar herramientas para aumentar ...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/12 2:04 p.m.9 views

iblessing

☠️ ██╗██████╗ ██╗ ███████╗███████╗███████╗██╗███╗ ██╗ ██████╗ ██║██╔══██╗██║ ██╔════╝██╔════╝██╔════╝██║████╗ ██║██╔════╝ ██║██████╔╝██║ █████╗ ███████╗███████╗██║██╔██╗ ██║██║ ███╗ ██║██╔══██╗██║ ██╔══╝ ╚════██║╚════██║██║██║╚██╗██║██║ ██║ ██║██████╔╝███████╗███████╗███████║███████║██║██║...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/12 1:56 p.m.13 views

PEpper

PEpper An open source tool to perform malware static analysis on P ortable E xecutable Installation root@kitploit: eva@paradise:$ git clone https://github.com/blackeko/PEpper/ eva@paradise:$ cd PEpper eva@paradise:$ pip3 install -r requirements.txt eva@paradise:$ python3 pepper.py ./malwaredir...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 1:30 p.m.7 views

AndroPyTool

AndroPyTool Update! DroidBox images were fixed. Dynamic analysis is working now. This is a tool for extracting static and dynamic features from Android APKs. It combines different well-known Android apps analysis tools such as DroidBox, FlowDroid, Strace, AndroGuard or VirusTotal analysis. Provid...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 1:23 p.m.9 views

APKHunt

APKHunt | OWASP MASVS Static Analyzer APKHunt is a comprehensive static code analysis tool for Android apps that is based on the OWASP MASVS framework. Although APKHunt is intended primarily for mobile app developers and security testers, it can be used by anyone to identify and address potential...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/12 1:05 p.m.12 views

php_code_analysis

este script analizará tu código el script puede encontrar 1. problemas de carga de archivos checkfileupload 2. inyección en cabecera de host hostheaderinjection 3. inyección SQL 4. deserialización insegura insecure deserialization 5. redirección abierta openredirect 6. SSRF 7. XSS 8. LFI 9...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 1:00 p.m.6 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/12 12:48 p.m.13 views

codeql

CodeQL 이 오픈 소스 저장소에는 GitHub 고급 보안 및 GitHub이 전 세계 고객에게 제공하는 기타 애플리케이션 보안 제품을 구동하는 표준 CodeQL 라이브러리와 쿼리가 포함되어 있습니다. CodeQL을 배우고 쿼리를 실행하려면 어떻게 해야 하나요? CodeQL 언어, Visual Studio Code용 CodeQL 확장을 사용한 CodeQL 작성, CodeQL CLI 사용에 대한 광범위한 문서가 있습니다. 기여하기 표준 라이브러리와 표준 검사에 대한 기여를 환영합니다. 새로운 검사에 대한 아이디어나 기존 쿼리를...

5.9AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/12 12:17 p.m.328 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/12 11:41 a.m.8 views

caracal

Caracal Caracal은 Starknet 스마트 계약을 위한 SIERRA 표현에 대한 정적 분석 도구입니다. 기능 취약한 Cairo 코드를 감지하는 탐지기 정보를 보고하는 프린터 오염 분석 Taint analysis 데이터 흐름 분석 프레임워크 Scarb 프로젝트에서 쉽게 실행 가능 설치 사전 컴파일된 바이너리 사전 컴파일된 바이너리는 릴리스 페이지에서 확인할 수 있습니다. Cairo 컴파일러 1.x.x를 사용하는 경우 v0.1.x 바이너리를, Cairo 컴파일러 2.x.x를 사용하는 경우 v0.2.x를 사용하십시오...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/12 10:57 a.m.38 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/12 10:42 a.m.9 views

YAASA

YAASA YAASA Yet Another APK Static Analyzer is a framework for having fun with analyzing APKs. The project is using the tools below and is built on Django framework: APKTool: A tool for reverse engineering Android apk files AxmlParserPY: Python AxmlParser PlagueScanner: Open source multiple AV...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/12 10:11 a.m.6 views

iocx

IOCX 현대 보안 파이프라인을 위한 결정적Deterministic, 무위험 IOC 추출 IOCX CLI를 사용한 PE 파일의 정적 IOC 추출 공식 IOCX 프로젝트 이 프로젝트는 결정적 정적 IOC 추출 및 PE 분석을 위한 원본 IOCX 엔진입니다. "iocx"라는 이름을 사용하는 다른 모든 저장소는 이 프로젝트와 관련이 없습니다. 공식 링크: PyPI: https://pypi.org/project/iocx/ Github: https://github.com/iocx-dev/iocx 웹사이트: https://iocx.dev...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/12 9:37 a.m.6 views

PowerShellProfiler

PowerShellProfiler El código de este proyecto proviene de https://github.com/pan-unit42/publictools/tree/master/powershellprofiler Introducción PowerShellProfiler.py es un script para analizar estáticamente scripts de PowerShell mediante la desofuscación y normalización del contenido, que luego s...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 9:37 a.m.11 views

cobol-shield

cobol-shield Security auditing toolkit for COBOL legacy systems Part of VTR Research Methodology | DOI: 10.5281/zenodo.22063208 Status: Reproducible | License: MIT | Track: Critical Infrastructure What it does Detects compilation context divergences, invisible Unicode attacks, and unsafe COBOL...

8.3CVSS7.4AI score0.12881EPSS
SaveExploits4References4
Kitploit
Kitploit
added 2026/09/12 8:57 a.m.5 views

ReverseAPK

ReverseAPK Créditos: @xer0dayz Sitio web: https://sn1persecurity.com Versión: 1.2 ACERCA DE: Analice rápidamente y realice ingeniería inversa de aplicaciones Android. CARACTERÍSTICAS: Muestra todos los archivos extraídos para facilitar la referencia. Descompila automáticamente archivos APK a...

5.8AI score
SaveExploits0
Rows per page
Query Builder