195 matches found
CVE-2023-3450
CVE-2023-3450...
CVE-2018-6389
doser.py Herramienta DoS para solicitudes HTTP inspirada en hulk pero con más funcionalidades escrita en Python: Ejemplos 999 hilos envían solicitudes GET: root@kitploit: python doser.py -t 999 -g 'https://targeted.site.com' 999 hilos envían solicitudes POST con datos json: root@kitploit: python...
WhatsAppHACK-RCE
WhatsAppHACK-RCE...
CVE-2024-23346
root@kitploit: /bin/python3.11 exploit.py -t -u -p -l...
CVE-2022-22947
CVE-2022-22947 Inyección de webshell en memoria Admite la inyección de tres tipos de webshells en memoria root@kitploit: Usage: usage -t -u Options: -h, --help show this help message and exit -t TYPE switch one : spring, netty, godzilla -u URL url Tomando como ejemplo la inyección del webshell...
MiscTools
MiscTools CsExec Ejecución de comandos / Movimiento lateral mediante funcionalidad similar a PsExec. Debe ejecutarse en el contexto de un usuario privilegiado. root@kitploit: CsExec.exe Véase también TikiService. CsPosh Ejecución de comandos / Movimiento lateral mediante PowerShell. Crea un espac...
CVE-2023-23752
CVE-2023-23752 的二进制文件 仅用于道德和教育目的 😉 使用方法 root@kitploit: CVE-2023-23752 -u http://someserverexample.com 从源码构建 Go 如果你安装了 Go,请执行: root@kitploit: git clone https://github.com/gunzf0x/CVE-2023-23752.git cd CVE-2023-23752 go run main.go -u http://someserverexample.com 许可证 MIT...
CVE-2023-23752
CVE-2023-23752 这是CVE-2023-23752漏洞的利用证明代码。它允许攻击者从目标应用程序中提取敏感信息,例如用户名、密码和数据库名称。 使用方法 要使用此代码,可以按照以下步骤操作: 1. 克隆此仓库或下载CVE-2023-23752.py文件。 2. 确保您的系统上已安装Python 3和所需的软件包(argparse和requests)。 3. 打开终端或命令提示符,导航到CVE-2023-23752.py文件所在的目录。 4. 使用以下命令运行脚本: root@kitploit: python CVE-2023-23752.py -u -o...
xortigate-cve-2023-27997
xortigate-cve-2023-27997 针对 xortigate(CVE-2023-27997)的漏洞利用程序。它不能直接“原样”使用,仅用于教育目的。 信息 请参阅博客文章以获取更多详细信息。 这只是一个演示该漏洞的 POC,仅此而已。 示例...
morpheus
Morpheus - 自动化的ettercap TCP/IP劫持工具 root@kitploit: 版本发布:v2.2 - 稳定版 作者:pedro ubuntu r00t-3xp10it 代号:oneiroi phobetor(神话中的梦神) 支持的发行版:Linux Ubuntu, Kali, Debian, BackBox, Parrot OS Suspicious-Shell-Activity© SSA RedTeam 开发 @2018 法律免责声明 root@kitploit: 作者对本工具的任何滥用不承担任何责任, 请记住,未经事先同意攻击目标是非法的,并会受到法律惩罚。...
osueta
root@kitploit: / \ / / | || | | | ' / - ' \ \ \ | /| ./||||//||| || | | | | | | | | | || -= 5. 中。该脚本能够对暴力攻击中使用的用户名进...
RevCAT
RevCAT OpenCATS Note: must point to the root path where OpenCATS is installed. Screenshots...
regexploit
Regexploit 寻找易受正则表达式拒绝服务(ReDoS)攻击的正则表达式。 更多信息请参见Doyensec 博客 许多默认的正则表达式解析器具有无界的最坏情况复杂度。当输入字符串匹配时,正则表达式匹配可能很快。然而,某些不匹配的输入字符串会使正则表达式匹配器陷入疯狂的回溯循环,并花费大量时间处理。这可能导致拒绝服务,因为CPU将被卡住尝试匹配正则表达式。 该工具旨在: 查找易受ReDoS攻击的正则表达式 给出一个会导致灾难性回溯的恶意字符串示例 最坏情况复杂度 这反映了正则表达式匹配器回溯过程的复杂度与输入字符串长度的关系。...
CVE-2025-54782
基本使用: 1.use bash python posttest.py urls.txt 2. 自定义命令: 2.command bash python posttest.py urls.txt -c "whoami" python posttest.py urls.txt -c "ls -la /tmp" python posttest.py urls.txt -c "cat /etc/passwd" 3. 指定线程数: bash python posttest.py urls.txt -c "id" -t 10 📁 URL文件格式(urls.txt): text...
CVE-2022-22947
CVE-2022-22947 Uso: root@kitploit: python3 CVE-2022-22947.py url...
CVE-2026-53365
CVE-2026-53365 Donar Apoya el mantenimiento de este proyecto con PayPal o escaneando el código QR a continuación. ⚡ Uso Sencillo Usa este proyecto solo en entornos seguros y autorizados, como: Máquinas virtuales locales Contenedores Docker Entornos de laboratorio aislados Entornos de pruebas de...
CVE-2023-23752
Instalación root@kitploit: git clone https://github.com/0xx01/CVE-2023-23752.git cd CVE-2023-23752 chmod +x exploit.sh Uso root@kitploit: ./exploit.sh http://localhost...
CVE_6387
这是一个使用 create-next-app 引导的 Next.js 项目。 开始使用 首先,运行开发服务器: root@kitploit: npm run dev or yarn dev or pnpm dev or bun dev 用浏览器打开 http://localhost:3000 查看结果。 您可以通过修改 app/page.tsx 来开始编辑页面。页面会随着您的编辑自动更新。 该项目使用 next/font 自动优化和加载 Inter(一个自定义的 Google 字体)。 了解更多 要了解更多关于 Next.js 的信息,请查看以下资源: Next.js 文档 - 了解...
Webmin-CVE-2019-15107
Webmin-CVE-2019-15107 针对 Webmin CVE-2019-15107 的远程代码执行漏洞利用 PoC...
CVE-2022-42889
Quickstart root@kitploit: sudo apt install golang To run like Python: root@kitploit: go run main.go arg1 arg2 To build executable: root@kitploit: go build main.go Usage: root@kitploit: non@woa:/program$ go run main.go - Usage: ./program vulnerable/web?param= 'ls -la' To Do: Reverse shell...