12904 matches found
node-poc-http-smuggling
此存储库没有 README。...
cve-2022-22947
cve-2022-22947 poc for cve-2022-22947 usage: python python cve-2022-22947.py url cmd...
CVE-2015-8088
CVE-2015-8088 PoC代码来源。 CVE详情: https://vulners.com/cve/CVE-2015-8088 漏洞详情: http://kernfunny.org/blog/cve-2015-8088-heap-based-buffer-overflow-in-the-hifi-driver-of-huawei-smart-phone.html...
CVE-2024-36401
CVE-2024-36401 Remix del CVE-2024-36401 de Chokapikk para permitir un comportamiento similar a una webshell en entornos limitados. También permite sesiones TLS autofirmadas, ya que las sesiones HTTP son un poco... Uso: root@kitploit: git clone https://github.com/keelanbrady1011/CVE-2024-36401 && ...
CVE-2020-16898
CVE-2020-16898 Bad Neighbor BSOD(拒绝服务)漏洞利用 PoC 风险自负! 用法:CVE-2020-16898.exe "此处填写目标 IP"...
CVE-2018-15499
CVE-2018-15499 CVE-2018-15499 的 PoC 代码 更多信息请访问 @ https://downwithup.github.io/CVEPosts.html 受影响软件 下载 @: http://www.gearsoftware.com/support/drivers.php...
CVE-2023-36281
CVE-2023-36281 PoC de CVE-2023-36281 Me referí a este PoC. Desafortunadamente, no funciona porque los índices de subprocess.Popen son diferentes en cada entorno de Python. Sin embargo, mi código PoC soluciona este problema. Instalación $ pip install -r requirements.txt Ejecución 1. Obtén el índic...
cve-2022-26134
Instalación root@kitploit: git clone https://github.com/CJ-0107/cve-2022-26134 cd cve-2022-26134 Uso Porque esta herramienta es un PoC escrito siguiendo las normas de desarrollo del framework pocsuite3. Antes de usarla, descargue pocsuite3. Dirección del proyecto: root@kitploit:...
CVE-2021-46422
CVE-2021-46422 安装 root@kitploit: 下载py,使用cmd打开 使用 poc root@kitploit: python3 CVE-2021-46422.py -u url exp root@kitploit: python3 tpexp.py -u http://www.xxx.com -c id 免责声明🧐 本工具仅面向合法授权的企业安全建设行为,如您需要测试本工具的可用性,请自行搭建测试环境。 在使用本工具进行检测时,您应确保该行为符合当地的法律法规,并且已经取得了足够的授权。请勿对非授权目标进行扫描。...
CVE-2020-13151-POC-Aerospike-Server-Host-Command-Execution-RCE-
CVE-2020-13151-POC-Aerospike-Server-Host-Command-Execution-RCE- 参考: https://b4ny4n.github.io/network-pentest/2020/08/01/cve-2020-13151-poc-aerospike.html exploit.py - 用于运行的Python代码...
CVE-2022-1388-exploit
CVE-2022-1388-exploit 漏洞利用 POC...
CVE-2023-21554
CVE-2023-21554-PoC CVE-2023-21554 Windows MessageQueuing 概念验证代码, PoC成功的标志是 mqsvc.exe 进程崩溃,并且没有弹出消息提示,需要借助类似进程监视器的程序来观察。 在 Windows 终端或命令提示符中执行命令 python poc.py 输入受害者PC的IP地址并按回车。...
CVE-2018-14667
CVE-2018-14667 detail:https://xz.aliyun.com/t/3264 poc calcwindows:...
CVE-2014-6287
Poc exploit script bash bash.webm Acerca del exploit Puedes obtener una reverse shell con el archivo .sh en Linux Puedes obtener una reverse shell con el archivo .py en Windows y Linux en Windows, necesitas instalar netcat Debes especificar la url ejemplo: http://target.com/ usando para .py: pyth...
CVE-2018-15745
Argus Surveillance DVR 4.0.0.0 - 目录遍历 免责声明 此代码仅供教育和研究目的使用。 作者不对因使用此代码而产生的任何误用或损害负责。 您有责任在测试系统之前确保拥有适当的授权。 未经授权访问系统是违法的,并会受到法律惩罚。 针对 CVE-2018-15745 的漏洞利用代码 描述 此仓库包含针对 Argus Surveillance DVR 4.0.0.0 的原始 PoC 的自动化版本:https://www.exploit-db.com/exploits/45296 。 受影响版本 Argus Surveillance DVR 4.0.0.0 使用方法...
CallStackMasker
CallStackMasker Este repositorio demuestra una técnica de prueba de concepto PoC para suplantar dinámicamente pilas de llamadas mediante temporizadores. Antes de que nuestro implante entre en suspensión, podemos poner en cola temporizadores para sobrescribir su pila de llamadas con una falsa y...
Check-Point_poc
Check-Pointpoc Check-Point安全网关任意文件读取漏洞CVE-2024-24919 python Check-Pointpoc.py -h root@kitploit: -. -. OO . OO . /. -. ,-.-'/. -. ,-.-' \ .' / | |OO\ .' / | |OO \ /\ | | \ \ /\ | | \ \ \ | | |/ \ \ | | |/ .' ,| |.' .' ,| |.' / .'. | | / .'. | | '--' '--' --' '--' '--' --' usage:...
lolbin-poc
lolbin-poc Pequeño PoC de uso de un ejecutable firmado por Microsoft como lolbin. Compilación 32-bit root@kitploit: cmake -B build32 -A Win32 cmake --build build32 --config Release Compilación 64-bit root@kitploit: cmake -B build64 -A x64 cmake --build build64 --config Release Uso Descarga WinDbg...
CVE-2012-2982
此 PoC 漏洞利用代码针对 CVE-2012-2982,是为 TryHackMe 上的“PoC 脚本入门”房间编写的练习脚本。 该房间的地址为:https://tryhackme.com/room/intropocscripting 我原本打算用 Python 来完成,但最终决定借此机会练习 Rust 技能。 我还注意到 GitHub 上几乎所有非 Metasploit 的实现都是用 Python 写的, 所以我觉得带来一些新东西也许会很有趣。 使用方法 注意: 默认情况下,程序会启动一个 Netcat 监听器。 如果 Netcat 不在你的路径中,或者你想运行自己的监听器,请使用 -...