1308626 matches found
CVE-2025-5548
🛡️ Research and Exploitation: CVE 2025-5548 This is the main repository where I document my progress in the analysis of CVE 2025-5548. In this space I record each phase of the process: from lab preparation to final exploit development. 📂 Repository Structure Below is the organization of the...
cve-2020-29070
CVE-2020-29070 CVE-2020-29070 write-up...
winDED
winDED Custom exploit for CVE-2023-38831 using python. Introduction: WinRAR is an archiving software that allows users to create file archives and zipped versions of files and folders so that users can easily transport files/ folders or store them at a compressed size. I mean, you’ve heard of it,...
CVE-2025-29927-Proof-of-Concept
Walkthrough Step 1 5 min Hint Which network services are exposed by the target? — — — Solution root@kitploit: kali@kali:$ nmap kali@kali:$ nmap -sC -sV -p Step 2 5 min Hint 1 The landing page only reveals a login page, but web servers often expose additional paths. Hint 2 Try using a directory...
poc-cve-2023-2868
CVE-2023-2868: Barracuda ESG Command Injection For full details, read our AttackerKB Analysis. Usage Set LHOST and RHOST variables to your listener. ruby poccve20232868.rb This will spawn a reverse shell...
lab-SMB-responder-CVE-2024-21413
SMB Lab + Responder CVE-2024-21413 🎯 Objective This project aimed to study the CVE-2024-21413 MonikerLink vulnerability, exploring how the SMB/NTLM protocol can be abused for credential capture. Even after the official Microsoft patch, the lab shows that the concept remains valid in internal...
CVE-2018-18955
CVE-2018-18955...
kernelpop
kernelpop kernelpop is a framework for performing automated kernel vulnerability enumeration and exploitation on the following operating systems: Linux Mac It is designed to be python version-agnostic, meaning that it should work with both python2 and python3 please let me know if you find that i...
wp-allowed-hosts
WP Allowed Hosts This plugin has been created after the vulnerability known as CVE-2017-8295 has been disclosed, this plugin will protect you from that attack with no hassle, just add simple line to your wp-config.php . Installation Just download the plugin from here and upload it to your site...
CVE-2022-40684
CVE-2022-40684 POC With RUST For CVE-2022-40684 Fortinet FortiOS, FortiProxy, and FortiSwitchManager...
CVE-2024-3400-RCE-Scan
Cyberspace Mapping Dork Fofa root@kitploit: app="paloalto-GlobalProtect" https://en.fofa.info/result?qbase64=YXBwPSJwYWxvYWx0by1HbG9iYWxQcm90ZWN0Ig%3D%3D Zoomeye root@kitploit: app:"Palo Alto Networks firewall httpd"...
CVE-2017-11882-Possible-Remcos-Malspam
This repository does not have a README...
CVE-2024-11616
This repository does not have a README...
CVE-2020-0787
CVE-2020-0787(named pipe) It's Just A Demo,Do not use in real. -Get result for Command executionUse cmd /c: exp.exe "cmd /c whoami \\.\pipe\showme " show -Run beacon.exe: exp.exe "C:/beacon.exe" For CobaltStrike It's better one than current project:...
OMIGOD_cve-2021-38647
OMIGODcve-2021-38647 CVE-2021-38647 is an unauthenticated RCE vulnerability effecting the OMI agent as root. While executing payload Change HOST Command :Replace your command with Command here. such as id, whoami etc Credit https://github.com/horizon3ai/CVE-2021-38647 Follow us Vulnmachines YouTu...
bluekeep-metasploit-lab-project
Exploiting BlueKeep CVE-2019-0708 on Windows 7 Objective Gain remote access to an unpatched Windows 7 system via the BlueKeep RDP vulnerability using Metasploit. Lab Setup Attacker: Kali Linux Target: Windows 7 Unpatched, RDP Enabled Network: NAT / Host-Only Tools Used Metasploit Framework Kali...
nuclei-wordfence-cve
Nuclei + Wordfence = ♥ 77,636 个用于 WordPress 安全扫描的 Nuclei 模板 🥳 让你的 WordPress 安全水平更上一层楼!本项目汇集了海量全新的 Nuclei 模板,用于 WordPress 扫描。扫描核心(Core)、插件和主题中的弱点——全部基于 Wordfence.com 的最新情报。 为什么说它是你的新好朋友: 海量模板库 :无需再四处寻找单个模板,整个武器库尽在你的指尖。 始终与时俱进 :这些模板会随最新威胁持续更新,让你永远不会落后于形势。 开源魔法 :需要针对特定场景调整模板?没问题,你拥有完全的控制权。 如果你正在守护...
CVE-2022-26134
批量验证 CVE-2022-26134 用法:同目录下放置url.txt 仅供学习,请勿用于非法用途...
CVE-2024-50379-exp
CVE-2024-50379-exp -t 条件竞争时间 -u 域名 -f 写入木马 测试发现第一次条件竞争时有很大几率会写入失败需要重新再进行一次条件竞争才会写入木马,所以脚本第一次会进行固定6秒条件竞争检测是否写入,没有会再进行用户自定义或者默认的10秒检测,生成的木马为随机md5.jsp root@kitploit: python .\CVE-2024-50379.py -u http://192.168.31.33:8888/ -f '123456' -t 10 image...