17824 matches found
bfac
BFAC Advanced Backup-File Artifacts Testing for Web-Applications BFAC Backup File Artifacts Checker is an automated tool that checks for backup artifacts that may disclose the web-application's source code. The artifacts can also lead to leakage of sensitive information, such as passwords,...
CVE-2026-24061
CVE-2026-24061-PoC ⚠ This tool is created solely for educational use only. Unauthorized use outside of controlled environments is strictly prohibited. CVE-2026-24061 is a critical vulnerability CVSS 9.8 in telnetd from GNU Inetutils versions 1.9.3–2.7 that allows a remote attacker to bypass...
harbian-audit
harbian-audit Hardening Introduction Hardened Debian GNU/Linux and CentOS 8 distro auditing. The main test environment is in debian GNU/Linux 9/10/11/12/13 and CentOS 8 and ubuntu 22, and other versions are not fully tested. There are no implementations of desktop related items in this release. T...
lockc
lockc is open source sofware for providing MAC Mandatory Access Control type of security audit for container workloads. The main reason why lockc exists is that containers do not contain. Containers are not as secure and isolated as VMs. By default, they expose a lot of information about host OS...
Shellshock-CVE-2014-6271-Exploitation-and-Analysis
🐚 Shellshock(CVE-2014-6271) – 利用与分 📌 概述 这是漏洞评估与渗透测试 – II 课程的实践作业,重点在于对 Shellshock 漏洞 (CVE-2014-6271 )的利用与分析。 所有操作均在受控实验环境 中进行,使用 Metasploitable 2 (目标机)和 Kali Linux (攻击机)。 🛠 使用工具 💻 Kali Linux – 攻击机 🖥 Metasploitable 2 – 易受攻击的目标 🔍 Nmap – 扫描与服务检测 🎯 Metasploit Framework – 漏洞利用 🔍 漏洞概述 类型: 远程代码执行(RCE)...
CVE-2026-24061-lab
CVE-2026-24061 — 复现实验室 ⚠️ 仅限教育用途。隔离实验环境。 法语见下方 摘要 GNU InetUtils telnetd ≤ 2.7 中存在严重身份验证绕过漏洞(CVSS 9.8)。 通过 Telnet NEWENVIRON 选项将 -f root 作为 USER 变量注入, 未认证的攻击者无需任何密码即可获得 root shell。 根本原因 在 Telnet 协商期间从客户端接收到的 USER 变量被直接传递给 /usr/bin/login 而未经过滤: root@kitploit: /usr/bin/login -p -f root -f 标志指示 login...
xmap
XMap: The Internet Scanner XMap is a fast network scanner designed for performing Internet-wide IPv6 & IPv4 network research scanning. XMap is reimplemented and improved thoroughly from ZMap and is fully compatible with ZMap, armed with the "5 minutes" probing speed and novel scanning techniques...
Shellshock_CVE-2014-6271
Shellshock CVE-2014-6271 Shellshock 请下载 docker-compose.yml 和 poc.py 文件 务必通过 pip install requests 安装 requests 库!!! 使用 uv 的用户请通过 uv 将 requests 库放入 venv 中!!! CVE 官方描述 --- GNU Bash 4.3 之前版本在环境变量值中处理函数定义后跟的字符串时存在问题。利用此漏洞,远程攻击者可以通过精心构造的环境执行任意代码。该漏洞在 OpenSSH sshd 的 ForceCommand 功能、Apache HTTP 服务器的 modcg...
CVE-2026-24061
CVE-2026-24061: Inyección de Argumentos en telnetd de GNU InetUtils Resumen Una vulnerabilidad de inyección de argumentos afecta al demonio Telnet de GNU InetUtils telnetd. La sanitización insuficiente de las variables de entorno proporcionadas por el cliente durante la negociación NEWENVIRON...
rdesktop
IMPORTANT: rdesktop is no longer maintained Please, beware that this project is no longer maintained and hadn't received a patch in many years. There are reported security vulnerabilities, yet those haven't been reviewed. Use with caution and use it at your own risk. rdesktop - A Remote Desktop...
hakkuframework
Hakku框架 Hakku是一个为渗透测试工具制作的简单框架。 Hakku框架具有简单的结构、基础的CLI以及用于渗透测试模块开发的有用特性。 快速开始 使用"help"命令查看所有可用命令。以下视频展示了Hakku的实际运行效果:https://vimeo.com/197610469 安装 如果你希望将其安装到系统中,可以使用"install.py"脚本。但这不是必须的,hakku可以直接从目录中作为"便携版"运行。 操作系统支持 仅支持GNU/Linux。不支持Mac、Windows,甚至不支持带有termux的Android。 模块 总共提供24个模块。 apacheusers...
cve-2026-32746
CVE-2026-32746 - Desbordamiento de búfer en telnetd LINEMODE SLC Desbordamiento de búfer previo a la autenticación en el manejador LINEMODE SLC Set Local Characters de telnetd de GNU InetUtils. CVSS 3.1: 9.8 Crítico | CWE: CWE-120, CWE-787 Resumen La función addslc en telnetd/slc.c añade 3 bytes...
needrestart
needrestart Acerca de needrestart comprueba qué demonios necesitan reiniciarse después de actualizaciones de bibliotecas. Está inspirado en checkrestart del paquete debian-goodies. Hay algunos scripts hook en el directorio ex/ para usar con apt y dpkg. Los scripts llamarán a needrestart después d...
lama
lama Lama, the application that does not mince words. Description Lama is a GNU Linux tool to generate a word list. The goal is to obtain a custom password dictionary to a particular target, whether physical or moral. It is therefore important that words in this list correspond to the target. Kee...
lama
lama Lama,一款直言不讳的应用程序。 描述 Lama 是一款 GNU Linux 工具,用于生成单词列表。 目标是针对特定目标(无论是实体还是虚拟)获取自定义密码字典。 因此,列表中的单词必须与目标相对应。 请记住,Lama 生成的是简单密码列表而非复杂密码,目标是快速且有针对性,而非缓慢且全面覆盖。 编译 安装 注意,make install 必须以 root 身份运行,因为二进制文件会被复制到 /bin ,配置文件会被复制到 /etc/lama 。 make make install 或 make all 或 make re 卸载 注意,make uninstall 必须以...
pythem
pythem - 渗透测试框架 pythem 是一个多用途渗透测试框架,由 Python 编写,专为安全研究人员和安全专业人士设计。该工具仅限于合法行为使用。对于因使用本工具而导致的任何不当或违法行为,本人概不负责。更多信息请阅读许可协议。 安装 链接: 创建桌面快捷方式 Linux 安装 依赖安装 注意: 仅在基于 Debian 的发行版上测试过,如果你使用 Redhat 或 SUSE 类系统,可以尝试使用 yum 或 zypper 安装依赖。 root@kitploit: sudo apt-get update sudo apt-get install -y...
opensnitch
Join the project community on our server! OpenSnitch is a GNU/Linux application firewall. •• Key Features • Download • Installation • Usage examples • In the press •• Key features Interactive outbound connections filtering. Block ads, trackers or malware domains system wide. Ability to configure...
opensnitch
加入我们服务器上的项目社区! OpenSnitch 是一款 GNU/Linux 应用程序防火墙。 •• 主要特性 • 下载 • 安装 • 使用示例 • 媒体报道 •• 主要特性 交互式出站连接过滤。 系统范围内拦截广告、追踪器或恶意域名。 能够从 GUI nftables 配置系统防火墙。 配置入站策略、允许入站服务等。 从集中式 GUI 管理多个节点。 SIEM 集成 下载 从 https://github.com/evilsocket/opensnitch/releases 下载适合您系统的 deb/rpm 包。 安装 deb $ sudo apt install...
SigDigger
SigDigger - El analizador de señales digitales gratuito SigDigger es un analizador de señales digitales gratuito para GNU/Linux y macOS, diseñado para extraer información de señales de radio desconocidas. Soporta una variedad de dispositivos SDR a través de SoapySDR, y permite demodulación...
samplicator
UDP Samplicator This small program receives UDP datagrams on a given port, and resends those datagrams to a specified set of receivers. In addition, a sampling divisor N may be specified individually for each receiver, which will then only receive one in N of the received packets. DOWNLOADING Thi...