Lucene search
+L

2103272 matches found

Kitploit
Kitploit
added 2026/09/02 11:27 p.m.3 views

CVE-2025-55182-Researching-process

CVE-2025-55182 Research Repository Ethical Disclaimer This repository is dedicated to defensive cybersecurity research and educational purposes only. All content is focused on: Understanding vulnerabilities for defensive purposes Developing detection mechanisms Implementing mitigation strategies...

10CVSS7AI score0.99802EPSS
SaveExploits389References9
Kitploit
Kitploit
added 2026/09/02 11:27 p.m.3 views

PwnedCheck

PwnedCheck PwnedCheck is a command-line tool for checking whether passwords have appeared in known data breaches using theHave I Been Pwned API and supports encrypted Bitwarden vaults exports. Features Check single passwords from the command line Process passwords from a file Accept pre-hashed...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/02 11:27 p.m.6 views

shellcide

Shellcide x8664 shellcode IDE for Linux. You can find an online demodoes not support debugging here: Shellcide Online Demo Status This is a tool I tried to make back in around 2018, but never finished because of my lack of skills and interest in GUI development. I'm now using this as an excuse to...

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

morf

MORF Mobile Reconnaissance Framework A powerful offensive security toolkit for mobile application analysis Find Secrets. Protect Apps. Stay Secure. 📋 Table of Contents 💡 Overview 🚀 Quick Start 🔍 Key Features 🏗️ Architecture 📋 Common Use Cases 📦 Installation Prerequisites Method 1: Docker...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/02 11:27 p.m.5 views

packETH

packETH packETH is GUI and CLI packet generator tool for ethernet. It allows you to create and send any possible packet or sequence of packets on the ethernet link. It is very simple to use, powerful and supports many adjustments of parameters while sending packets. It runs on Linux. With the GUI...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:27 p.m.47 views

noia

Noia Noia is a web-based tool whose main aim is to ease the process of browsing mobile applications sandbox and directly previewing SQLite databases, images, and more. Powered by frida.re. Please note that I'm not a programmer, but I'm probably above the median in code-savyness. Try it out, open ...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 11:27 p.m.2 views

ccat

Cloud Container Attack Tool CCAT ☁️🐈...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/02 11:26 p.m.7 views

Reg1c1de

Reg1c1de: Escáner de Elevación de Privilegios del Registro de Windows Resumen de la salida de ayuda: Reg1c1de es una herramienta que escanea colmenas de registro especificadas e informa sobre cualquier clave donde el usuario tenga permisos de escritura. Además, si se encuentran valores de registr...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 11:26 p.m.5 views

CVE-2025-11371

CVE-2025-11371 В стандартной установке и конфигурации Gladinet CentreStack и TrioFox существует неаутентифицированная уязвимость локального включения файлов Local File Inclusion, которая позволяет непреднамеренно раскрывать системные файлы. Эксплуатация этой уязвимости была замечена в реальных...

7.5CVSS6.7AI score0.92094EPSS
SaveExploits4References1
Kitploit
Kitploit
added 2026/09/02 11:26 p.m.8 views

NetLogic

NetLogic Cloud-Native Attack Surface Mapper & Vulnerability Correlator — v3.0 NetLogic is a network security platform combining active port scanning, CVE correlation live NVD API, SSL/TLS analysis, HTTP security auditing, DNS/email security assessment, subdomain takeover detection, passive OSINT,...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.3 views

HTB-Mailing-A-Complete-Walkthrough

HTB: Mailing — A Complete Walkthrough By Mursalin If you've been grinding through HackTheBox machines, Mailing is one of those boxes that genuinely teaches you something. It's rated Easy, runs on Windows, and chains together a few real-world vulnerabilities — a directory traversal, a credential...

9.8CVSS5.9AI score0.9466EPSS
SaveExploits25
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.3 views

PrivateSphare

PrivateSphare PrivateSphare is a secure, anonymous, zero-knowledge file storage and sharing platform. It allows users to upload files and receive a human-readable 24-word passphrase for retrieval. No accounts, no tracking, and no unencrypted data ever touches the server's persistent storage. 🛡️ Ke...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.7 views

HunterScrape

This is a python script using the hunter.io API to pull data on a target domain, then generate a target email list. This is primarily for password spraying using a tool like Go365 or TREVORspray. Usage: HunterScrape-Dev.py -h -d DOMAIN -k KEY -l LIMIT -f -o OUTFILE options: -h, --help show this...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.5 views

pingback

Pingback C2 Detection A Zeek package and Suricata rules for detection of ICMP ping tunnels created by the Pingback C2 tool. Accompanying blog post: https://corelight.blog/2021/05/07/pingback-icmp-tunneling-malware/ Installation The easiest way to install this package is through zkg: zkg install...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.5 views

wordpress-cve-2024-10924-pentest

WordPress CVE-2024-10924 Penetration Testing Report 2FA Bypass Vulnerability in Really Simple SSL Plugin 📋 Table of Contents Executive Summary Target Information Methodology Timeline Reconnaissance Phase Vulnerability Analysis Attack Flow Exploitation Impact Assessment Remediation Tools Used...

9.8CVSS6.9AI score0.82025EPSS
SaveExploits21References1
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.6 views

CVE-2019-9053

Fixed it bcz of https://tryhackme.com/room/easyctf : enjoy Critical Issues Fixed 1. Python 2 to Python 3 Compatibility Old: print "string" New: print"string" Changed all print statements to print functions Updated string formatting to use f-strings 2. Deprecated optparse Library Old: import...

8.1CVSS7.2AI score0.68581EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.4 views

CVE-2022-2590-analysis

CVE-2022-2590, Dirty COW restricted to shmem linux kernel version: Linux/x86 6.0.0-rc1 commit 37887783b3fef877bf34b8992c9199864da4afcb Introduction: this vulnerability allows the attacker to write arbitrary content to read-only shared memory page by satisfying the function canfollowwritepte, whic...

7CVSS6.7AI score0.00895EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/02 11:25 p.m.3 views

ephemera

Ephemera : Zero-Trust SSH Certificate Authority Ephemera is a lightweight, self-hosted SSH Certificate Authority designed to enforce Zero-Trust access for infrastructure. It replaces static SSH keys with short-lived certificates, integrates hardware-backed WebAuthn MFA, and maintains...

5.8AI score
SaveExploits0References12
Kitploit
Kitploit
added 2026/09/02 11:24 p.m.3 views

bifrost

Bifrost root@kitploit: \ /' | | | , | '| || , '/'\ /',| | | | || | | | , | | /' /'/\ root@kitploit: Usage: ./bifrost -action dump | list | askhash | describe | asktgt | asktgs | s4u | ptt | remove For dump action: -source tickets | keytab for keytab, optional -path to specify a keytab for...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:24 p.m.106 views

rizin

Rizin Rizin is a reverse engineering framework, born as a fork of the radare2, with a focus on usability, features and cleanliness. Rizin is portable and it can be used to analyze binaries, disassemble code, debug programs, as a forensic tool, as a scriptable command-line hexadecimal editor able ...

5.9AI score
SaveExploits0References4
Rows per page
Query Builder