1097317 matches found
TREVORproxy
TREVORproxy 一款用 Python 编写的 SOCKS 代理,能够随机化你的源 IP 地址。通过 SSH 隧道轮询你的恶意数据包,或赋予它们数十亿个独特的源地址! 请参阅随附的博客文章,其中包含有趣的吐槽和一些很酷的演示! 注意:如果你想防御此攻击,我们为你编写了一个优秀速率限制器 🩵。 作者 @thetechr0mancer 安装 root@kitploit: pip install git+https://github.com/blacklanternsecurity/trevorproxy TREVORproxy IPv6 子网代理图示 TREVORproxy SSH...
Scavenger
Scavenger - OSINT Bot - 重构版 机器人在行动 简介 这是我的 OSINT 机器人的代码,用于在粘贴站点上搜索敏感数据泄露。 搜索项: 凭证 私有 RSA 密钥 WordPress 配置文件 MySQL 连接字符串 洋葱链接 SQL 转储 API 密钥 完整邮箱地址 搜索项可以自定义。您可以在配置部分了解更多信息。 关于 Scavenger 的文章 https://jakecreps.com/2019/05/08/osint-collection-tools-for-pastebin/...
SQLC2
SQLC2 SQLC2 is a PowerShell script for deploying and managing a command and control system that uses SQL Server as both the control server and the agent. At its core, SQLC2 is just a PowerShell script, a TSQL script, and a few tables in an SQL Server instance that tracks agents, commands, and...
reFlutter
在博客上阅读更多内容: https://swarm.ptsecurity.com/fork-bomb-for-flutter/ 该框架通过使用已编译好并可用于应用重新打包的 Flutter 库补丁版本,帮助进行 Flutter 应用逆向工程。该库修改了快照反序列化过程,使您能够以方便的方式执行动态分析。 主要特性: socket.cc 已被修补,用于流量监控和拦截; dart.cc 已被修改,用于打印类、函数和一些字段; 显示函数的绝对代码偏移量; 包含微小改动以确保成功编译; 如果您想实现自己的补丁,支持使用特制的 Dockerfile 进行手动 Flutter 代码更改。 支持的引擎...
pythoncode-tutorials
Tutoriales de Código Python Este es un repositorio de todos los tutoriales del sitio web The Python Code. Lista de Tutoriales Ethical Hacking Scapy Getting Started With Scapy: Herramienta de Manipulación de Red en Python Construyendo un ARP Spoofer. código Detección de Ataques ARP Spoof. código...
CVE-2025-4322
🔐 CVE-2025-4322 – Motors = 5.6.67 - Escalada de Privilegios no Autenticada mediante Actualización de Contraseña/Toma de Control de Cuenta 📌 Información del Tema Plugin : Motors = 5.6.67 - Escalada de Privilegios no Autenticada mediante Actualización de Contraseña/Toma de Control de Cuenta Versión...
VulnFanatic-NG
VulnFanatic-NG LLM-assisted vulnerability research for Binary Ninja. VulnFanatic-NG adds a sidebar panel that scans the current binary and asks an LLM — a locally hosted OpenAI-compatible model by default, or Anthropic Claude, Google Gemini, or Azure OpenAI see LLM backends — to judge whether...
gftrace
gftrace 一个用于 Golang 二进制文件的命令行 Windows API 跟踪工具。 注意: 此工具是一个概念验证和工作进行中的原型,请相应对待。欢迎反馈! 工作原理? 尽管 Golang 程序在构建方式和运行时行为方面包含许多细微差别,但它们仍然需要与操作系统层交互,这意味着在某些时候它们确实需要调用 Windows API 的函数。 Go 运行时包包含一个名为 asmstdcall 的函数,该函数是用于与 Windows API 交互的一种“网关”。由于这个函数预计会调用 Windows API...
gftrace
gftrace A command line Windows API tracing tool for Golang binaries. Note: This tool is a PoC and a work-in-progress prototype so please treat it as such. Feedbacks are always welcome! How it works? Although Golang programs contains a lot of nuances regarding the way they are built and their...
urx
从 OSINT 归档中提取 URL,用于安全洞察。 Urx 是一款命令行工具,旨在从 OSINT 归档(如 Wayback Machine 和 Common Crawl)中收集 URL。基于 Rust 构建以实现高效,它利用异步处理快速查询多个数据源。该工具简化了为指定域名收集 URL 信息的过程,提供全面的数据集,可用于多种目的,包括安全测试和分析。 特性 从多个数据源并行获取 URL(Wayback Machine、Common Crawl、OTX、Arquivo.pt) 默认无密钥:Wayback、Common Crawl、OTX、Arquivo.pt 和 URLScan(匿名)均...
CVE-2023-30212-LAB
Creating a Vulnerable Docker Environment CVE-2023-30212 Description CVE-2023-30212 is a security vulnerability that affects versions of OURPHP prior to or equal to 7.2.0. This vulnerability allows for Cross-Site Scripting XSS attacks OURPHP Steps let’s download Dockerfile Open Terminal in the...
aimap
AIMap Plataforma de descubrimiento y pruebas de seguridad a escala de Internet para infraestructura expuesta de agentes de IA. AIMap encuentra, identifica y prueba la seguridad de endpoints de IA expuestos públicamente — servidores MCP, instancias Ollama, proxies vLLM/LiteLLM, cadenas LangServe,...
sonar.js
sonar.js A framework for identifying and launching exploits against internal network hosts. Works via WebRTC IP enumeration, WebSocket host scanning, and external resource fingerprinting. How does it work? Upon loading the sonar.js payload in a modern web browser the following will happen: sonar....
pwnedOrNot
用于查找已泄露邮箱账户密码的OSINT工具 由 Lohitya Pushkar thewhiteh4t 创建。 Twitter - Blog Available| in| ---|---|--- BlackArch Linux| SecBSD| Tsurugi Linux | | pwnedOrNot 分两个阶段工作。在第一 阶段,它使用 HaveIBeenPwned v3 API 测试给定的邮箱地址,以确定该账户是否曾经泄露;在第二 阶段,它在可用的公共转储 中搜索密码 。 !IMPORTANT 使用该工具需要 API 密钥。您可以从下面的 HIBP 网站购买密钥...
CVE-2025-14364
CVE-2025-14364 Demo Importer Plus Suscriptor autenticado → Administrador mediante la acción AJAXdo-reinstall 〔 1 〕 Vulnerabilidad Causa raíz: Ajax::handlerequest registra la acción AJAX demoimporterplus sin llamar a currentusercan. Cualquier suscriptor autenticado puede enviar...
CVE-2024-46878-TikiCMS-XSS
CVE-2024-46878 - Tiki CMS Reflected Cross-Site Scripting XSS Vulnerability Tiki CMS - 'page' Parameter Reflected Cross-Site Scripting XSS Vulnerability Disclaimer Intended only for educational, research, and defensive purposes. Unauthorized use against systems without permission is illegal. Summa...
webdiscover
root@kitploit: / / /\ \ | | / \ / / / \ ' \ / /\ / / |/ / \ \ / / \ '| \ /\ / / | | / ///| \ \ | \ V / / | / / |./ /,' ||/\/ / || 此脚本的目的是自动化Web枚举过程,并为目标攻击面搜索漏洞和利用方式。 添加的工具(脚本执行期间将安装依赖项): seclist ffuf namelist dnsrecon subfinder whatweb gospider nuclei searchsploit aquatone...
running-CVE-2024-32002-locally-for-tesing
Estamos adaptando esto para uso local seguimos esta publicación de blog pero con algunas diferencias clave https://amalmurali.me/posts/git-rce Cómo funciona 1. Un repositorio malicioso gitrce incluye un submódulo con una ruta especialmente diseñada. 2. La ruta del submódulo usa una variación de...
CVE2PoC
CVE2PoC CVE2PoC es una herramienta que ayuda a los evaluadores de penetración, cazadores de bugs e investigadores de seguridad a encontrar rápidamente exploits públicos, pruebas de concepto PoCs y avisos de seguridad relacionados con un ID de CVE. Tabla de Contenidos Características Instalación U...
Pompem
Pompem - Buscador de Exploits y Vulnerabilidades Pompem es una herramienta de código abierto, diseñada para automatizar la búsqueda de Exploits y Vulnerabilidades en las bases de datos más importantes. Desarrollada en Python, cuenta con un sistema de búsqueda avanzada que ayuda al trabajo de...