63008 matches found
CVE-2020-3452
CVE-2020-3452 TL;DR 这是一个针对 CVE-2020-3452 的漏洞利用程序。它尚未完全完成。请在合法范围内使用。如果你搞砸了,那是你的问题。 这是什么? 这是一个快速且粗糙的尝试,旨在增强 CVE-2020-3452 的原始 PoC。 目前,它只是一个简单的 Python 脚本,功能与原始脚本完全相同。 免责声明 本软件按“原样”提供,不提供任何明示或暗示的担保,包括但不限于适销性、特定用途的适用性和不侵权的保证。在任何情况下,作者或版权持有人均不对因使用本软件或与本软件的使用或其他交易有关的任何索赔、损害或其他责任负责,无论是合同行为、侵权行为还是其他行为。 版权...
CVE-2017-5689-Checker
CVE-2017-5689-Checker 这是一个针对 CVE-2017-5689 漏洞的自动检查与利用工具。 该漏洞涉及绕过 Intel AMT 面板的身份验证。 文章:https://habr.com/ru/post/328232 我们的 Telegram = t.me/anarchysquad Shodan 搜索语法: root@kitploit: port: "16992" intel 附注:使用 Sh0dan-Search 收集 IP 地址。 安装: root@kitploit: apt install python apt install git git clone...
metashield-clean-up-sdk-python
============================== Metashield-clean-up-sdk-python Instalación Instale el paquete metashieldcleanup usando pip:: root@kitploit: pip install metashieldcleanup Uso Ejemplo para limpiar un archivo. .. code-block:: python root@kitploit: import time import base64 from metashieldcleanup.api...
SPY-MASKER
SPY-MASKER 🔥 SPY-MASKER It is a simple Python Script to hide phishing URL under a normal looking URL google.com or facebook.com. It can be integrated into Phishing tools to look the URL legit. ⚖️ Legal Disclaimer: FOR EDUCATIONAL PURPOSES ONLY Usage of SPY-MASKER for attacking targets without prio...
CVE-2024-21413
CVE-2024-21413 Este script de Python se utiliza para explotar la CVE-2024-21413 acuñada "MonikerLink" Sala de TryHackMe: MonikerLink Supuestos Este PoC ha sido creado para un entorno de laboratorio, lo que significa que el servidor debe configurarse de una manera específica es decir, la...
apache-struts-v2-CVE-2017-5638
apache-struts-v2-CVE-2017-5638 POC funcional para CVE 2017-5638 Este repositorio contiene un ejemplo funcional en python que demuestra las capacidades de RCE de CVE 2017-5638. También se incluye como referencia el archivo WAR de Struts Showcase...
CVE-2025-24813-PoC
CVE-2025-24813-PoC Apache Tomcat 远程代码执行漏洞批量检测脚本CVE-2025-24813 免责申明: 本文所描述的漏洞及其复现步骤仅供网络安全研究与教育目的使用。任何人不得将本文提供的信息用于非法目的或未经授权的系统测试。作者不对任何由于使用本文信息而导致的直接或间接损害承担责任。 如涉及侵权,请及时与我们联系,我们将尽快处理并删除相关内容。 更多PoC 详见纷传: https://pc.fenchuan8.com//index?forum=101158&yqm=DGR4X 利用条件较为苛刻,该脚本仅针对存在漏洞的环境进行概念性验证 使用方式:...
Needl
🚨 Needl is no longer maintained. If you need support or consultation for your privacy endeavours, drop me an e-mail [email protected] 🚨 Needl Take back your privacy. Lose yourself in the haystack. Your ISP is most likely tracking your browsing habits and selling them to marketing agencies...
CVE-2019-19609
CVE-2019-19609 Framework Strapi vulnerable a ejecución remota de código bueno, no encontré ningún exploit para CVE-2019-19609, así que escribí uno. :/ Uso root@kitploit: python3 exploit.py Un video https://youtu.be/alhZJmuUd2s Más información https://hack-fast.herokuapp.com/cve/CVE-2019-19609...
DNS-Persist
DNS-Persist DNS-Persist es un agente de post-explotación que utiliza DNS para el comando y control. El código del lado del servidor está en Python y el agente está codificado en C++. Esta es la primera versión; se añadirán más funciones y mejoras en el futuro. Primeros pasos Autor 0x09AL -...
hexora
hexora Hexora 是一款静态分析工具,旨在检测 Python 代码中的恶意和有害模式。它结合了基于规则的静态分析引擎与机器学习模型,对整个源文件进行评分,将其分类为恶意或良性。 它可以用于: 审计项目依赖,以发现潜在的供应链攻击 检测在 Pastebin、GitHub 或开放目录等平台上发现的恶意脚本 分析过去安全事件中的 IoC 文件 审计上传到 PyPi 的新包 示例 如需输出示例,请参见 docs/examples.md 文件。 安装 使用 Python 需要 Python 3.9+。 root@kitploit: pip install hexora 使用 uv:...
tmpmail
A temporary email right from your terminal written in POSIX sh tmpmail is a command line utility written in POSIX sh that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail's API to receive emails. By default w3m is used to render th...
impacket
Impacket Copyright Fortra, LLC and its affiliated companies. All rights reserved. Impacket was originally created by SecureAuth, and now maintained by Fortra's Core Security. Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level...
impacket
Impacket 版权所有 Fortra, LLC 及其附属公司。保留所有权利。 Impacket 最初由 SecureAuth 创建,现在由 Fortra 的 Core Security 维护。 Impacket 是一个 Python 类集合,用于处理网络协议。Impacket 专注于提供对数据包的低级编程访问,并且对于某些协议(例如 SMB1-3 和 MSRPC),它提供了协议实现本身。可以从头开始构建数据包,也可以从原始数据解析,面向对象的 API 使得处理深层协议层次结构变得简单。该库提供了一组工具,作为可以在该库上下文中完成的操作示例。 支持哪些协议? Ethernet、Lin...
sh00t
root@kitploit: A Testing Environment for Manual Security Testers Sh00t is a task manager to let you focus on performing security testing provides To Do checklists of test cases helps to create bug reports with customizable bug templates Features: Dynamic Task Manager to replace simple editors or...
altdns
Altdns - 通过变更和排列组合发现子域名 Altdns 是一款 DNS 侦察工具,能够发现符合特定模式的子域名。Altdns 接收可能出现在域名子域名中的单词(如 test、dev、staging),以及已知的子域名列表。 在将这两个列表作为输入提供给 altdns 后,该工具会生成一个 庞大的 "变更"或"变异"后的潜在子域名输出。它会保存此输出,以便随后可供你喜爱的 DNS 暴力破解工具使用。 或者,可以向 altdns 传递 -r 标志,这样在生成输出后,该工具可以(多线程)解析这些子域名并将结果保存到文件中。 Altdns 在处理大型数据集时效果最佳。拥有 200...
DbDat
DbDat Db Database Assessment Tool DbDat performs numerous checks on a database to evaluate security. The categories of checks performed are configuration, privileges, users, and information. Checks are performed by running queries or reading database configuration files. The goal of this tool is ...
powershell-backdoor-generator
root@kitploit: / DISCLAIMER: This program is intended for educational purposes only. By using this program, you agree that you understand the potential risks associated with its use. - This program should not be used on any system or network without proper authorization. Unauthorized use is...
watermarks-remover
root@kitploit: | | | || | | |/ |/| || |/ |/ |/ | |/| | | | | | |/ ||| | | | | | \ | | | | | \ | \ | \ | | | || / | | \ watermarks-remover Habilidad de agente + servicio Python de biblioteca estándar para eliminar marcas de procedencia de IA de múltiples proveedores de texto y archivos — para...
overlord
Overlord – 红队自动化 Overlord 提供了一个基于 Python 的控制台 CLI,用于以自动化方式构建红队基础设施。用户可以通过该工具的模块(例如 C2、邮件服务器、HTTP Web 投递服务器、钓鱼服务器等)提供输入,然后在所选的云提供商上自动生成完整的基础设施/模块和脚本。目前支持 AWS 和 Digital Ocean。该工具仍在开发中,其灵感来自并使用 GitHub 上的 Red-Baron Terraform 实现。 我们的博客文章 https://qsecure.com.cy/resources/publications/overlord/...