Lucene search
+L

10739 matches found

Kitploit
Kitploit
β€’added 2026/09/21 2:34 a.m.β€’49 views

petereport

PeTeReport PeTeReport Pe nTe st Report is an open-source application vulnerability reporting tool designed to assist pentesting/redteaming efforts, by simplifying the task of writting and generation of reports. Focused in product security, the tool help security researchers and pentesters to...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
β€’added 2026/09/21 2:30 a.m.β€’13 views

cve

CVE PoC Almost every publicly available CVE PoC. Current hottest CVEs...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
β€’added 2026/09/21 2:29 a.m.β€’59 views

keeweb

Password Manager KeeWeb Password ManagerπŸ”‘ KeeWeb is a browser and desktop password manager which is capable of opening up existing KeePass database kdbx files, or creating new vaults to store your important credentials in...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
β€’added 2026/09/21 2:25 a.m.β€’304 views

analyzer

This project automates the daily tasks of Threat Intelligence Analyzer role internally without external resources' interaction. It analyzes, visualizes and structures sensitive files Malware or data by extracting features, artifacts and IoC using different modules. The output of those modules can...

5.8AI score
SaveExploits0References12
Kitploit
Kitploit
β€’added 2026/09/21 2:25 a.m.β€’14 views

hacktricks

HackTricks Hacktricks logos & motion design by @ppieranacho . Run HackTricks Locally root@kitploit: Download latest version of hacktricks git clone https://github.com/HackTricks-wiki/hacktricks Select the language you want to use export LANG="master" Leave master for english "af" for Afrikaans "d...

6AI score
SaveExploits0
Kitploit
Kitploit
β€’added 2026/09/21 2:24 a.m.β€’46 views

syft

Syft A CLI tool and Go library for generating a Software Bill of Materials SBOM from container images and filesystems. Exceptional for vulnerability detection when used with a scanner likeGrype...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
β€’added 2026/09/21 2:18 a.m.β€’11 views

CVE-Factory

CVE-Factory: Scaling Expert-Level Agentic Tasks for Code Security Vulnerability CVE-Factory is a Multi-Agent system for fully automated, end-to-end CVE reproduction. Given CVE records, the system automatically researches details, generates test cases, builds Docker environments, and validates tha...

6.1AI score
SaveExploits0References14
Kitploit
Kitploit
β€’added 2026/09/21 2:17 a.m.β€’42 views

docker-onion-nmap

docker-onion-nmap Use nmap to scan hidden "onion" services on the Tor network. Minimal image based on alpine, using proxychains to wrap nmap. Tor and dnsmasq are run as daemons via s6, and proxychains wraps nmap to use the Tor SOCKS proxy on port 9050. Tor is also configured via DNSPort to...

5.6AI score
SaveExploits0References7
Kitploit
Kitploit
β€’added 2026/09/21 2:16 a.m.β€’105 views

authelia

Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on SSO for your applications via a web portal. It acts as a companion for reverse proxies by allowing, denying, or redirecting requests. Documentation is available at...

6.2AI score
SaveExploits0References27
Kitploit
Kitploit
β€’added 2026/09/21 2:15 a.m.β€’11 views

php-app-race-condition

Vulnerable PHP App Race Condition Environment setup: root@kitploit: docker-compose up Environment verification: Connection Test: http://localhost/test.php Vulnerable endpoint: http://localhost/poc.php Race condition exploit: root@kitploit: echo http://localhost | nuclei -t race.yml Observe that...

6AI score
SaveExploits0
Kitploit
Kitploit
β€’added 2026/09/21 2:14 a.m.β€’121 views

web-hacking-playground

Web Hacking Playground Description Web Hacking Playground is a controlled web hacking environment. It consists of vulnerabilities found in real cases, both in pentests and in Bug Bounty programs. The objective is that users can practice with them, and learn to detect and exploit them. Other topic...

5.7AI score
SaveExploits0
Kitploit
Kitploit
β€’added 2026/09/21 2:13 a.m.β€’12 views

cve-2019-5736-poc

To run: 1. edit poc command in stage2.c 2. build docker docker build -t cve . 3. run docker docker run -d cve /bin/bash -c "tail -f /dev/null" 4. backup docker-runc cp /usr/bin/docker-runc /usr/bin/docker-runc.bak 5. docker exec -it docker-id /bin/bash 6. in docker run cd /root && ./run.sh && exi...

9.3CVSS7.2AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
β€’added 2026/09/21 2:11 a.m.β€’10 views

CVE-2024-21626-demo

CVE-2024-21626-demo Demo for the LT at Container Runtime Meetup 5. This is to raise awareness of the attack risk based on publicly known information, and misuse is strictly prohibited. Slides Container Runtime Meetup 5 - Can You Really Trust That Image? Taking Host Root with CVE-2024-21626 Loggin...

8.6CVSS7.2AI score0.18087EPSS
SaveExploits18References2
Kitploit
Kitploit
β€’added 2026/09/21 2:09 a.m.β€’270 views

scallion

2020 Project Update Scallion was a hobby project to learn OpenCL and RSA. We are not currently maintaining scallion. It has bitrotted in two important ways: 1. Tor has moved on to v3 Onion addresses, which scallion does not support. Old v2 addresses will stop working in October of 2021. The new...

5.6AI score
SaveExploits0References7
Kitploit
Kitploit
β€’added 2026/09/21 2:09 a.m.β€’13 views

Kimai-CVE-2026-49865-POC

Kimai CVE-2026-52824 β€” Default APPSECRET Authentication Bypass Note: The repository URL contains an outdated CVE ID CVE-2026-49865. The correct and current CVE tracked in this repository is CVE-2026-52824 GHSA-jr9p-4h4j-6c58. Proof-of-concept exploit toolkit for the hardcoded default APPSECRET...

9.1CVSS5.9AI score0.02062EPSS
SaveExploits1
Kitploit
Kitploit
β€’added 2026/09/21 2:05 a.m.β€’12 views

AutoSploit

Docker deployment instructions tl;dr Using docker-compose: root@kitploit: git clone https://github.com/NullArray/AutoSploit.git cd Autosploit/Docker docker-compose run --rm autosploit Using just Docker: root@kitploit: git clone https://github.com/NullArray/AutoSploit.git cd Autosploit/Docker If y...

6AI score
SaveExploits0
Kitploit
Kitploit
β€’added 2026/09/21 1:56 a.m.β€’189 views

sn0int

sn0int...

5.7AI score
SaveExploits0
Kitploit
Kitploit
β€’added 2026/09/21 1:55 a.m.β€’11 views

cve-2018-16509

CVE-2018-16509 This is part of Cved: a tool to manage vulnerable docker containers. Cved: https://github.com/git-rep-src/cved Image source: https://github.com/cved-sources/cve-2018-16509 Image author: https://github.com/knqyf263/CVE-2018-16509...

9.3CVSS7.6AI score0.92499EPSS
SaveExploits4References3
Kitploit
Kitploit
β€’added 2026/09/21 1:54 a.m.β€’13 views

TTPRunner

TTPRunner Autonomous TTP execution agent for purple team operations Feed it a threat report. It builds the attack plan. You approve. It executes. Features Screenshots Dashboard Input| Execution Plan Graph ---|--- | Step Edit Modal| Execution Detail ---|--- | Targets| VECTR Integration ---|---...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
β€’added 2026/09/21 1:54 a.m.β€’14 views

CVE-2020-13925

CVE-2020-13925 Environment Setup Refer to https://github.com/apache/kylin to deploy using Docker, and change the version to 3.0.1 the vulnerable version. You can remove -m 8G \ it controls the allocated memory size. Then visit http://host:7070/kylin/login. The default username and password are...

10CVSS8.5AI score0.19859EPSS
SaveExploits0References1
Rows per page
Query Builder