2448934 matches found
domdig
DOMDig DOMDig is a DOM XSS scanner that runs inside the Chromium web browser and it can scan single page applications SPA recursively. Unlike other scanners, DOMDig can crawl any webapplication including gmail by keeping track of DOM modifications and XHR/fetch/websocket requests and it can...
Web-Cache-Vulnerability-Scanner
Web缓存漏洞扫描器(WCVS)是一款快速且多功能的CLI扫描工具,用于检测Web缓存投毒(web cache poisoning)和Web缓存欺骗(web cache deception),由Hackmanit与Maximilian Hildebrand共同开发。 该扫描器支持多种Web缓存投毒与Web缓存欺骗技术,内置爬虫可识别更多待测URL,并能针对特定Web缓存进行适配以实现更高效的测试。此外,它高度可定制,可轻松集成到现有的CI/CD流水线中。 特性 安装 方式1:预编译二进制文件 方式2:Kali Linux / BlackArch 仓库 方式3:使用Go安装...
nfcgate
NFCGate ⚠️NFCGate is currently being falsely detected as "NGate" malware. Please seethis issue for up-to-date information.⚠️ NFCGate is an Android application meant to capture, analyze, or modify NFC traffic. It can be used as a researching tool to reverse engineer protocols or assess the security...
nfcgate
NFCGate ⚠️NFCGate 目前被误报为“NGate”恶意软件。请参阅此问题以获取最新信息。⚠️ NFCGate 是一款 Android 应用程序,旨在捕获、分析或修改 NFC 流量。它可用作研究工具,对协议进行逆向工程,或评估协议在流量修改方面的安全性。 注意 此应用程序由 达姆施塔特工业大学 安全移动网络实验室 的学生开发,用于安全研究目的。请勿将此应用程序用于恶意用途。 功能 设备内捕获 :捕获设备上其他应用程序发送和接收的 NFC 流量。 中继 :通过服务器在两台设备之间中继 NFC 流量。一台设备作为“读卡器”读取 NFC 标签,另一台设备使用主机卡模拟 HCE 模拟...
CVE-2021-42013_Reverse-Shell
CVE-2021-42013Reverse-Shell PoC CVE-2021-42013 reverse shell Apache 2.4.50 con CGI Uso : root@kitploit: chmod -x CVE-2021-42013.sh ./CVE-2021-42013reverseshell.sh http://ip:port/ LHOST LPORT Más información: root@kitploit: chmod -x CVE-2021-42013.sh ./CVE-2021-42013reverseshell.sh http://ip:8083...
WhacAMole
WhacAMole WhacAMole 是一个全面分析内存中进程的程序,能够检测并告警与恶意软件相关的异常,同时将所有相关信息呈现并保存到文件中,以便进行验证、关联或分析,此外还会转储内存区域、进程和可疑模块。 为了实现这一点,它不仅分析进程内存区域及其加载模块的异常,还深入分析进程使用的所有内存空间。 目前,WhacAMole 能够识别 67 种与恶意行为相关或仅可能由恶意软件导致的告警。 它显示进程、内存和模块的 70 多种属性,将内存中读取的许多属性与磁盘上相应文件中的属性进行比较,对可疑内存区域进行部分反汇编,并对内存中被恶意软件修改过的导出函数进行部分反汇编,以便分析人员自行调...
aura-botnet
Aura Botnet C2 服务器 该僵尸网络的 C2 服务器使用 Django 框架作为后端。 它远非最高效的 Web 服务器,但这被以下优点所抵消: Django 极具可移植性,因此非常适合测试/教育用途。 服务器和数据库都包含在 aura-server 文件夹中。 Django 包含一个非常直观且强大的管理站点,可用于管理机器人和命令。 服务器仅处理简单的 POST 请求并返回文本。 静态文件应由独立的 Web 服务器(本地或远程)处理,该服务器擅长提供静态文件,例如 nginx。 管理站点位于...
aura-botnet
Aura Botnet C2 Server The botnet's C2 server utilizes the Django framework as the backend. It is far from the most efficient web server, but this is offset by the following: Django is extremely portable and therefore good for testing/educational purposes. The server and database are contained...
pinky
Uploading a webshell is almost always the next step after exploiting a web vulnerability, but services like Cloudflare and the new generation of firewalls do a really good job preventing attackers to run commands in the target via HTTP or HTTPS. On the other hand, text content filtering and...
pdfjs-vuln-demo
Proyecto de Demostración de Vulnerabilidad en PDF.js Este proyecto está pensado para servir como una prueba de concepto que demuestre la explotación de la vulnerabilidad en la biblioteca PDF.js pdfjs-dist reportada en CVE-2024-4367 Poner En Marcha Haz un fork y clona este repositorio npm install...
Log4j-Scanner-Exploit
Log4Shell-Scanner-Exploit Script en bash que permite identificar y/o explotar la vulnerabilidad Log4shell de forma remota. Esta herramienta realiza distintas pruebas usando LDAP payloads y cabeceras X-Api-Version, User-Agent y X-Forwarded-For. Siempre utilizar este script con autorización previa...
Kimai-CVE-2026-49865-POC
Kimai CVE-2026-52824 — Default APPSECRET Authentication Bypass Note: The repository URL contains an outdated CVE ID CVE-2026-49865. The correct and current CVE tracked in this repository is CVE-2026-52824 GHSA-jr9p-4h4j-6c58. Proof-of-concept exploit toolkit for the hardcoded default APPSECRET...
CVE-2024-24919-Exploit
CVE-2024-24919-Exploit 概述 此仓库包含针对 CVE-2024-24919 的 Python 漏洞利用代码,该漏洞允许您从存在漏洞的页面读取敏感文件。 此漏洞利用首先检查目标是否易受攻击,然后获取您指定的路径。 严重程度 : 严重 用法 首先克隆仓库: root@kitploit: git clone https://github.com/Rug4lo/CVE-2024-24919-Exploit cd CVE-2024-24919-Exploit 赋予权限并使用 python3 执行漏洞利用 root@kitploit: chmod +x exploit.py...
CVE-2021-43778
CVE-2021-43778 CVE-2021-43778 poc 使用方法: CVE-2021-43778 http://test.com...
AutoRecon
就像是带挡板的保龄球。 - @ippsec AutoRecon AutoRecon 是一款多线程网络侦察工具,能够自动对服务进行枚举。它旨在为 CTF 和其他渗透测试环境(例如 OSCP)节省时间。在实际的渗透测试任务中也可能有用。 该工具的工作流程是:首先执行端口扫描/服务检测扫描。根据初始结果,工具会使用多种不同的工具对这些服务启动进一步的枚举扫描。例如,如果发现 HTTP 服务,将会启动 feroxbuster(以及其他工具)。 工具中的一切都是高度可配置的。默认配置不会进行任何自动化利用 ,以符合 OSCP...
CVE-2025-8018
CVE-2025-8018 漏洞利用 – Food Ordering Review System v1.0 该仓库提供了一个针对 CVE‑2025‑8018 的 Python 概念验证(PoC)漏洞利用程序,该漏洞是在 Food Ordering Review System v1.0 中发现的一个高严重性 SQL 注入漏洞。漏洞通过 reservationpage.php 中的 regId 参数触发。 📌 漏洞概述 类型: SQL 注入(无需认证) 受影响文件: /user/reservationpage.php 危险参数: regId 披露日期: 2025年7月22日 CVE 参考:...
CVE-2022-28590
CVE-2022-28590 原始发现和手动PoC来自 tuando243: Pixelimity 1.0 中通过 admin/admin-ajax.php?action=installtheme 存在一个远程代码执行(RCE)漏洞。 此PoC上传一个简单的webshell以便进一步远程代码执行。该利用程序要求服务器允许 system 函数,否则必须事先进行一些侦察以检测除了system之外哪些函数允许执行。 安装 root@kitploit: git clone https://github.com/jcarabantes/CVE-2022-28590.git python -m ve...
CVE-2024-42327_Zabbix_SQLI
CVE-2024-42327 - Zabbix SQL注入漏洞 SQLI 非盲注且非时间型 针对CVE-2024-42327的POC,该漏洞为Zabbix中通过user.get API方法的认证后SQL注入。 此POC并非像我在其他地方看到的某些POC那样基于时间。 CVE描述 该漏洞存在于user.get API端点,可由具有API访问权限的非管理员用户利用,包括具有默认用户角色的帐户。 SQL注入缺陷存在于CUser类的addRelatedObjects函数中。该函数由CUser.get函数调用,而后者可供具有API访问权限的用户使用。 攻击者可通过操纵API调用来注入SQL命令。...
CVE-2015-6967
CVE-2015-6967 Nibbleblog 4.0.3 - Subida de archivos arbitraria CVE-2015-6967 requisitos python 3 requests uso root@kitploit: usage: exploit.py -h --url URL --username USERNAME --password PASSWORD --payload PAYLOAD optional arguments: -h, --help muestra este mensaje de ayuda y sale --url URL, -l U...
adwsdomaindump
ADWSDomainDump Volcador de información de Active Directory a través de ADWS Active Directory Web Services. Instalación Instalación recomendada: root@kitploit: pipx install git+https://github.com/mverschu/adwsdomaindump o pipx install . Uso root@kitploit: adwsdomaindump -u 'corp.local\jsmith' -p...