Lucene search
+L

1861 matches found

Kitploit
Kitploit
added 2026/09/10 1:00 a.m.8 views

cli

Comenzando con la CLI de Snyk Introducción a la CLI de Snyk Snyk es una herramienta de seguridad nativa de la nube, enfocada en los desarrolladores, para escanear y monitorear tus proyectos de desarrollo de software en busca de vulnerabilidades de seguridad. Snyk escanea múltiples tipos de...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 12:21 a.m.5 views

smokedmeat

SmokedMeat Framework de Red Team para CI/CD Como Metasploit, pero para pipelines de CI/CD. De los creadores delpoutine escáner SAST de Build Pipeline en BoostSecurity Labs. Advertencia: Esta herramienta es solo para pruebas de seguridad autorizadas. SmokedMeat existe porque las amenazas a los...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 11:32 p.m.8 views

clusterfuzzlite

ClusterFuzzLite ClusterFuzzLite es una solución continua de fuzzing que se ejecuta como parte de flujos de trabajo de Integración Continua CI para encontrar vulnerabilidades más rápido que nunca. Con solo unas pocas líneas de código, los usuarios de GitHub pueden integrar ClusterFuzzLite en su...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 11:27 p.m.9 views

Mobile-Security-Framework-MobSF

Mobile Security Framework MobSF Mobile Security Framework MobSF es una plataforma de investigación de seguridad para aplicaciones móviles en Android, iOS y Windows Mobile. MobSF se puede utilizar para una variedad de casos de uso, como seguridad de aplicaciones móviles, pruebas de penetración,...

6AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/09 11:17 p.m.5 views

aws_public_ips

awspublicips...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 11:13 p.m.8 views

cryptomator

Supporting Cryptomator Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on donations. If you are also interested in further development, we offer you the opportunity to support us: One-time or recurring donation via...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 10:21 p.m.5 views

Aurea

Aurea Specification Golden Standards for IaC Security HTML Mirror: https://roxanneardary.com/aurea-specification/ Specification Overview Aurea is a fully open-source, AI-powered Infrastructure-as-Code security specification designed to provide continuous security analysis throughout the software...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 10:05 p.m.11 views

ultralytics

中文 | 한국어 | 日本語 | Русский | Deutsch | Français | Español | Português | Türkçe | Tiếng Việt | العربية...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/09 9:07 p.m.6 views

juice-shop

OWASP Juice Shop...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 8:48 p.m.5 views

automatic-api-attack-tool

Herramienta Automática de Ataque a APIs La herramienta de ataque a API personalizable de Imperva toma una especificación de API como entrada, y genera y ejecuta ataques basados en ella como salida. La herramienta es capaz de analizar una especificación de API y crear escenarios de ataque de fuzzi...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 8:35 p.m.7 views

mitmproxy_rs

mitmproxyrs !autofix.ci:...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/09 8:04 p.m.11 views

graphql-cop

GraphQL Cop - Utilidad de Auditoría de Seguridad para GraphQL Acerca de GraphQL Cop es una pequeña utilidad de Python para ejecutar pruebas de seguridad comunes contra APIs de GraphQL. GraphQL Cop es perfecto para ejecutar verificaciones CI/CD en GraphQL. Es ligero y cubre problemas de seguridad...

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

Web-Cache-Vulnerability-Scanner

Web Cache Vulnerability Scanner WCVS es un escáner CLI rápido y versátil para envenenamiento de caché web y decepción de caché web, desarrollado por Hackmanit y Maximilian Hildebrand. El escáner admite muchas técnicas diferentes de envenenamiento de caché web y decepción de caché web, incluye un...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 7:29 p.m.8 views

api-security-audit-action

GitHub Action: 42Crunch REST API Static Security Testing The REST API Static Security Testing action locates REST API contracts that follow the OpenAPI Specification OAS, formerly known as Swagger and runs thorough security checks on them. Both OAS v2 and v3.0.x are supported, in both JSON and YA...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/09 6:52 p.m.6 views

CVE-2026-1337-AI-Coding-Assistant-Prompt-Injection-to-Sandbox-Escape

CVE-2026-1337 – AI Coding Assistant Prompt Injection to RCE 📖 Overview A prompt injection vulnerability in an AI-powered code review bot allows an attacker to inject arbitrary shell commands by manipulating the bot’s “fix” suggestion. The sanitizer uses a simple blacklist that is bypassed using...

5.4CVSS5.9AI score0.00232EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/09 6:14 p.m.7 views

CVE-2021-22214

CVE-2021-22214 Description - POC for CVE-2021-22214: Gitlab CI Lint API未授权 SSRF漏洞 - create by antx at 2021-11-01. Detail - When requests to the internal network for webhooks are enabled, a server-side request forgery vulnerability in GitLab CE/EE affecting all versions starting from 10.5 was...

8.6CVSS7.8AI score0.27806EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 6:09 p.m.7 views

dnsx-action

dnsx Action makes it easy to orchestrate dnsx with GitHub Action. Example Usage GitHub Action runningdnsx on list of hosts root@kitploit: - name: 💥 dnsx - DNS Resolver uses: projectdiscovery/dnsx-action@main with: list: hosts.txt GitHub Action runningdnsx with custom resolvers root@kitploit: -...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/09 6:04 p.m.85 views

witcher

witcher Implement and monitor Appsec control at scale. Requirements NodeJS 20.13 Tested on Mac Ubuntu How to install root@kitploit: $ git clone [email protected]:mf-labs/witcher.git $ cd witcher $ npm i Build a Docker image root@kitploit: $ git clone [email protected]:mf-labs/witcher.gi...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 6:03 p.m.7 views

nord-stream

Nord Stream Nord Stream is a tool that allows you extract secrets stored inside CI/CD environments by deploying malicious pipelines. It currently supports Azure DevOps, GitHub and GitLab. Find out more in the following blogpost:...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/09 5:17 p.m.6 views

cifswitch-check

cifswitch-check A shell script to check whether a Linux system is exposed to CIFSwitch CVE-2026-46243 — a local privilege escalation vulnerability in the Linux kernel's CIFS/SMB client that has been present since 2007. Runs on bare-metal hosts, VMs, and inside containers. Designed to drop straigh...

7.8CVSS6.2AI score0.00377EPSS
SaveExploits4References2
Rows per page
Query Builder