141520 matches found
CVE-2025-24071_POC
Video Tutorial Windows Library File Creator CVE-2025-24071/CVE-2025-24054 Demo A minimalistic Rust application that demonstrates the creation of Windows Library files .library-ms with configurable network paths. Overview This project creates Windows Library Description .library-ms files that poin...
pcapan
pcapan A pcap capture analysis helper Usage: root@kitploit: $ git clone https://github.com/synacktiv/pcapan $ cd pcapan $ cargo run -- --pcap /tmp/capture.pcap --google -w whitelist.yaml Finished dev unoptimized + debuginfo targets in 0.04s Running target/debug/pcapan --pcap /tmp/log.tcpdump...
jok3r
.. raw:: html Jok3r v3 beta...
sx
sx is the command-line network scanner designed to follow the UNIX philosophy. The goal of this project is to create the fastest network scanner with clean and simple code. 📖 Table of Contents Features Install Build from source Quick Start References Contributing Credits License ✨ Features ⚡ 30x...
sx
sx es el escáner de red de línea de comandos diseñado para seguir la filosofía UNIX. El objetivo de este proyecto es crear el escáner de red más rápido con un código limpio y simple. 📖 Índice de contenidos Features Install Build from source Quick Start References Contributing Credits License ✨...
capsulecorp-pentest
Blog Twitter: Discord: Libro: 1. Capsulecorp Pentest Capsulecorp Pentest es una pequeña red virtual gestionada por Vagrant y Ansible. Contiene cinco máquinas virtuales, incluyendo un sistema atacante Linux con Xubuntu y 4 servidores Windows 2019 configurados con varios servicios vulnerables. Este...
lgosp-poc
LG On Screen Phone authentication bypass PoC ¿Qué es LG On Screen Phone? La aplicación LG On-Screen Phone OSP facilita el acceso y control de los smartphones Android de LG a través de un PC. La conexión puede establecerse mediante un cable USB o de forma inalámbrica a través de Wi-Fi o Bluetooth...
Docker-Container-CVE-2020-13401
CVE-2020-13401 Study Study on CVE-2020-13401 vulnerability of containers in dockers older than 19.03.11 Containers that are created with Docker Engine versions before 19.03.11 are vulnerable to receive and apply fake RA Router Advertisement messages from other containers in the network. Receiving...
doona
Doona - 网络模糊测试工具 .:: 关于 ::. Doona 是暴力利用检测工具(BED)的一个分支。 BED 是一款旨在检查守护进程是否存在潜在缓冲区溢出、格式化字符串漏洞等问题的程序。 Doona 在澳大利亚英语中是羽绒被的意思。由于其新增了足够多的功能/变更,我将其重命名以避免混淆。 希望您觉得它有用。 @Wireghoul .:: 版本 ::. 1.0 - 新增命令行选项,更多模糊测试数据与测试用例 0.9 - 错误修复,更多模糊测试用例与新模块 0.8 - 错误修复与更多模糊测试用例 0.7 - 多动词支持,更多模糊测试用例与错误修复 0.6 - 首个正式 Doona 发...
doona
Doona - Network fuzzing tool .:: About ::. Doona is a fork of the Bruteforce Exploit Detector Tool BED. BED is a program which is designed to check daemons for potential buffer overflows, format string bugs etc. Doona is Australian for duvet. It adds a significant enough number of features/change...
babyshark
babyshark Wireshark made easy in your terminal. Babyshark is a PCAP TUI that helps you answer: What’s using the network? What looks broken/weird? What should I select next? Status: v0.3.0 alpha. Offline .pcap / .pcapng viewing works without Wireshark Live capture requires tshark Wireshark CLI...
libpcap
LIBPCAP 1.x.y por The Tcpdump Group Para informar sobre un problema de seguridad, envía un correo electrónico a [email protected]. Para informar errores y otros problemas, contribuir con parches, solicitar una funcionalidad, proporcionar comentarios generales, etc., consulta las pautas para...
bitcoin
Bitcoin Core 集成/暂存树 https://bitcoincore.org 如需立即可用的 Bitcoin Core 软件二进制版本,请访问 https://bitcoincore.org/en/download/。 什么是 Bitcoin Core? Bitcoin Core 连接到比特币点对点网络,以下载并完全验证区块和交易。它还包含一个钱包和图形用户界面,可选构建。 有关 Bitcoin Core 的更多信息,请参见 doc 文件夹。 许可证 Bitcoin Core 在 MIT 许可证条款下发布。更多信息请参见 COPYING 或访问...
360WFP_Exploit
360WFPExploit Una prueba de concepto PoC que demuestra el posible abuso de la interfaz del controlador WFP de 360 Security 360netmonx64wfp.sys, con el objetivo de verificar el riesgo de que las interfaces IOCTL sin autenticación del llamante puedan ser utilizadas indebidamente por programas de...
CVE-2026-4637
Paessler PRTG Network Monitor (versions before 26.2.120.1449 ) is vulnerable to a reflected Cross-Site Scripting (XSS) flaw. The issue occurs because the web interface returns an HTTP 403 "Forbidden Path" error page for non-existent resources ending in ".htm" and echoes the requested URL path int...
EUVD-2026-85840
Paessler PRTG Network Monitor before version 26.2.120.1449 is affected by a reflected Cross-Site Scripting XSS vulnerability. When a request is made for a non-existent resource ending in ".htm", the web interface returns an HTTP 403 "Forbidden Path" error page that echoes the requested URL path...
zmap
ZMap: El escáner de Internet ZMap es un escáner de red rápido, sin estado y de un solo paquete, diseñado para estudios de red a escala de Internet. En un ordenador de escritorio típico con una conexión Ethernet de gigabit, ZMap es capaz de escanear todo el espacio de direcciones IPv4 públicas en ...
zmap
ZMap: The Internet Scanner ZMap is a fast stateless single packet network scanner designed for Internet-wide network surveys. On a typical desktop computer with a gigabit Ethernet connection, ZMap is capable of scanning the entire public IPv4 address space on a single port in under 45 minutes. Fo...
proxychains
ProxyChains 版本 4.3.0 README ProxyChains 是一个 UNIX 程序,它通过预加载的 DLL 钩住动态链接程序中的网络相关 libc 函数,并将连接重定向到 SOCKS4a/5 或 HTTP 代理。 警告:此程序仅适用于动态链接的程序。此外,proxychains 和要调用的程序必须使用相同的动态链接器(即相同的 libc)。 当前版本的已知限制 当进程 fork 时,在子进程中进行 DNS 查找,然后在父进程中使用该 IP,对应的 IP 映射将找不到,这是因为 fork 无法写回父进程的映射表。IRSSI 表现出这种行为,因此你必须将解析后的 IP...