Lucene search
+L

1442908 matches found

Kitploit
Kitploit
added 2026/09/09 5:40 a.m.7 views

CVE-PoC-Hub

🔬 CVE-PoC-Hub — Curated Proof-of-Concept Exploits Working, verified PoC scripts for recent CVEs. Tested in lab environments. For security researchers, penetration testers, and CTF players. ⚠️ Disclaimer All PoCs are for educational and authorized testing only. Each exploit has been tested in...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:39 a.m.8 views

layne

Layne Layne is a self-hosted GitHub App that centralizes security scanning across our repositories. Since we don't use commercial SAST/secrets scanning tools, nor we have access to GitHub Enterprise, it can get hard to maintain different GitHub Actions workflow files across different repositories...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:39 a.m.5 views

iptables-essentials

Iptables Essentials: Common Firewall Rules and Commands ☑️ TODO Add useful Iptables configuration examples Add useful Kernel Settings sysctl configuration Add links to useful external resources Add advanced configuration examples, commands, rules Table of Contents Tools to help you configure...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 5:39 a.m.7 views

lblfixer_cve_2023_30839

LabelGrup Networks, official PrestaShop Partner Module for PrestaShop 1.7.8.9 to fix CVE-2023-30545, CVE-2023-30839 and CVE-2023-30839 vulnerabilities For further information, check the following links: CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-30545 CVE:...

9.9CVSS7.3AI score0.01692EPSS
SaveExploits2References3
Kitploit
Kitploit
added 2026/09/09 5:37 a.m.6 views

wvctf

WebVulnCTF WVCTF or WebVulnCTF is a gamified web platform which promotes training in pentesting and web application development security in an entertaining way. Through a rewards system, the user must search for a set of flags in the vulnerable application, that correspond to frequent...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 5:37 a.m.10 views

cc.py

cc.py Extracting URLs of a specific target based on the results of "commoncrawl.org". Updated to v.0.3 | Whats new: 65% faster proceeding Specify a year via -y/--year, e.g.: -y 2018 Specify an output file via -o/--out, e.g.: -o whatever.txt Crawl all pages for a specific index -i/--index, e.g.:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:37 a.m.3 views

DevGuide

OWASP Foundation Developer Guide The Developer Guide is one of the original documents from OWASP and so has a long history. The original DevGuide repository has many of the previous versions going back to the very first version 1.0 release from 2002. This is the content for the Developer Guide...

5.8AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/09 5:36 a.m.3 views

Adversarial-Detection-Engineering-Framework

Framework de Ingeniería de Detección Adversaria ADE Adelántese a los Falsos Negativos comprendiendo cómo falla la lógica de detección antes de que los actores de amenazas la abusen. Visite el sitio web: https://adeframework.org/ ¿Qué es ADE? La Ingeniería de Detección Adversaria ADE es la...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 5:36 a.m.6 views

trailmark

Trailmark Parse source code into queryable graphs of functions, classes, calls, and semantic annotations for security analysis. Trailmark uses tree-sitter for language-agnostic AST parsing and rustworkx for high-performance graph traversal. The long-term vision is to combine this graph with...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 5:35 a.m.6 views

soc-faker

soc-faker soc-faker is used to generate fake data for use by Security Operation Centers, Information security professionals, product teams, and many more. Getting Started soc-faker works with Python 3.6 or greater. You can install soc-faker using pip as well as cloning this repository directly. A...

5.9AI score
SaveExploits0References42
Kitploit
Kitploit
added 2026/09/09 5:35 a.m.6 views

cicd-goat

Entorno CI/CD deliberadamente vulnerable. Hackea pipelines CI/CD, captura las banderas. 🚩 Creado por Cider Security Adquirida por Palo Alto Networks. Tabla de Contenidos...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 5:35 a.m.62 views

cicd-goat

Deliberately vulnerable CI/CD environment. Hack CI/CD pipelines, capture the flags. 🚩 Created by Cider Security Acquired by Palo Alto Networks. Table of Contents...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 5:34 a.m.6 views

CTWall

CTWall - ChainThreatWall GitHub release --- As more teams move to virtualized development environments to reduce software supply-chain risk, one challenge remains: malicious dependencies can still slip through and reach production. CTWall ChainThreatWall platform helps Security, DevOps, and Produ...

6.1AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/09 5:32 a.m.4 views

OWASP-Subtractive-Hardening-Top-10

OWASP Subtractive Security Top 10 Project Overview The OWASP Subtractive Security Top 10 Project is an initiative to identify, document, and promote the highest-impact opportunities for reducing cyber risk through the elimination of attack paths. Unlike traditional security guidance that focuses...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 5:30 a.m.5 views

heroku-CVE-2013-0156

heroku-CVE-2013-0156 This vulnerability has been supplanted by CVE-2013-0333. See https://groups.google.com/forum/?fromgroups=!topic/rubyonrails-security/1h2DR63ViGo for more details. A replacement for this script, covering CVE-2013-0333, can be found at...

7.5CVSS8.4AI score0.99449EPSS
SaveExploits21References1
Kitploit
Kitploit
added 2026/09/09 5:30 a.m.7 views

brakeman

Brakeman Brakeman es una herramienta de análisis estático que verifica las aplicaciones Ruby on Rails en busca de vulnerabilidades de seguridad. Instalación Usando RubyGems: root@kitploit: gem install brakeman Usando Bundler: root@kitploit: group :development do gem 'brakeman', require: false end...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:29 a.m.6 views

Windows

Windows hacks and tricks...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:29 a.m.8 views

hetty

Hetty es un kit de herramientas HTTP para investigación en seguridad. Su objetivo es convertirse en una alternativa de código abierto a software comercial como Burp Suite Pro, con potentes funcionalidades adaptadas a las necesidades de la comunidad de infosec y bug bounty. Características Proxy...

6AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/09 5:28 a.m.3 views

CVE-2024-38856

nuclei -t CVE-2024-38856.yaml -u https://target...

9.8CVSS9AI score0.99427EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/09 5:26 a.m.10 views

criticality_score

Open Source Project Criticality Score Beta This project is maintained by members of the Securing Critical Projects WG. Goals 1. Generate a criticality score for every open source project. 2. Create a list of critical projects that the open source community depends on. 3. Use this data to...

5.9AI score
SaveExploits0References4
Rows per page
Query Builder