518988 matches found
exploit_mitigations
利用缓解措施 目标是列出随着时间的推移在各种操作系统、软件、库或硬件中新增的利用缓解措施。 根据现有的利用缓解措施,了解某个漏洞是否容易被利用会变得很方便。 示例如下: 目录 支持的目标 动机 我当前的环境是否具有缓解措施 X? 结语 支持的目标 我们目前支持以下操作系统: Microsoft Windows Linux Google Android Apple iPhone OS iOS OpenBSD FreeBSD Oracle Solaris 以及以下软件: Mozilla Firefox Microsoft Edge Google Chrome Microsoft Office...
firmware-mod-kit
免责声明 从 googlecode.com/p/firmware-mod-kit 自动导出 固件修改工具包 本工具包是一套脚本和工具,用于提取和重建基于 Linux 的固件映像。 将固件映像提取为其组成部件 用户对固件文件系统或 Web UI(webif)进行所需修改 重建固件 将修改后的固件刷写到设备上并使其变砖(哈哈) 警告:使用本工具包后你的设备将会变砖(也许不会,但最好还是说会)。变砖意味着设备实际上变成了一块无功能的“砖头”。有时无需硬件修改即可恢复。有时需要硬件修改(例如在 PCB 上焊接串行或 JTAG 接头)。有时根本不可行,或者总恢复成本超过设备本身价值。...
TuxResponse
TuxResponse v1.1 Respuesta a Incidentes en Linux TuxResponse es un script de respuesta a incidentes para sistemas Linux escrito en bash. Puede automatizar actividades de respuesta a incidentes en sistemas Linux y permitirle evaluar sistemas rápidamente, sin comprometer los resultados. Normalmente...
salt
Welcome to salt , a tool to reverse and learn kernel heap memory management. It can be useful to develop an exploit, to debug your own kernel code, and, more importantly, to play with the kernel heap allocations and learn its inner workings. This tool helps tracing allocations and the current sta...
cypheroth
Cypheroth Automated, extensible toolset that runs cypher queries against Bloodhound's Neo4j backend and saves output to spreadsheets. Description This is a bash script that automates running cypher queries against Bloodhound data stored in a Neo4j database. I found myself re-running the same...
whatfiles
whatfiles Whatfiles is a Linux utility that logs what files another program reads/writes/creates/deletes on your system. It traces any new processes and threads that are created by the targeted process as well, and records whether each operation succeeded. Rationale: I've long been frustrated at...
whatfiles
whatfiles Whatfiles 是一个 Linux 实用工具,用于记录另一个程序在你的系统上读取/写入/创建/删除哪些文件。它还会追踪目标进程创建的所有新进程和线程,并记录每次操作是否成功。 理由: 长期以来,我一直对缺乏一个简单的实用工具来查看进程从 main 到退出期间接触了哪些文件感到沮丧。无论你是不信任某个软件供应商,还是担心恶意软件,能够了解一个程序或安装程序对你的系统做了什么都很重要。lsof 只能观察某一时刻的状态,而 strace 体积庞大且有些复杂。 示例输出: root@kitploit: mode: exec, file: /usr/bin/cp,...
webkiller
WebKiller V2 Tool Information Gathering Write With Python. PreView root@kitploit: ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗██╗ ██╗ ███████╗██████╗ ██║ ██║██╔════╝██╔══██╗██║ ██╔╝██║██║ ██║ ██╔════╝██╔══██╗ ██║ █╗ ██║█████╗ ██████╔╝█████╔╝ ██║██║ ██║ █████╗ ██████╔╝ ██║███╗██║██╔══╝ ██╔══██╗██╔═██╗ ██║██║...
Important: kernel security update
The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: drm/amdgpu: Fix fence put before wait in amdgpuamdkfdsubmitib CVE-2026-31566 kernel: netfilter: nfqueue: hold bridge skb-dev while queued CVE-2026-52912 kernel: Linux kernel: PPPoE memory...
Security update for the Linux Kernel (important)
openSUSE security update: security update for the linux kernel ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:21910-1 Rating: important References: bsc1236344 bsc1240890 bsc1240957 bsc1249104 bsc1255225 bsc1255531 bsc1256629 bsc1256671 bsc1258278...
ALSA-2026:71329 Important: kernel security update
The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: drm/amdgpu: Fix fence put before wait in amdgpuamdkfdsubmitib CVE-2026-31566 kernel: netfilter: nfqueue: hold bridge skb-dev while queued CVE-2026-52912 kernel: Linux kernel: PPPoE memory...
ScreenOff
ScreenOff PoC de caída del kernel CVE-2026-52910. ref: https://github.com/5unkn0wn/security-research/tree/CVE-2026-52910ltscosmitigation qué Condición de carrera entre socket + SOATTACHREUSEPORTCBPF + setsockopt. La tormenta de callbacks de timerfd/epoll ralentiza la ruta de recepción. Reemplaza...
cve-maker
CVE-MAKER Utilice este software solo con fines legales. No soy responsable de sus acciones de ninguna manera. Utilice python 3.11.2 Creado por msd0pe DESCRIPCIÓN cve-maker es un centro para encontrar CVEs y exploits. Está basado en las bases de datos oficiales de NIST, ExploitDB y Github. La...
swap_digger
swapdigger swapdigger is a bash script used to automate Linux swap analysis for post-exploitation or forensics purpose. It automates swap extraction and searches for Linux user credentials, Web form credentials, Web form emails, HTTP basic authentication, WiFi SSID and keys, etc. Download and run...
swap_digger
swapdigger swapdigger 是一个 Bash 脚本,用于在渗透测试后期或取证分析中自动进行 Linux 交换分区分析。它能自动提取交换分区内容,并搜索 Linux 用户凭证、Web 表单凭证、Web 表单邮箱、HTTP 基本认证、WiFi SSID 及密钥等信息。 下载并运行工具 在本地机器上 使用以下命令下载并在本地机器上运行脚本: root@kitploit: git clone https://github.com/sevagas/swapdigger.git cd swapdigger chmod +x swapdigger.sh sudo...
kali-rpi-luks-crypt
Cifrado de disco completo para Kali en Raspberry u otra arquitectura similar usando LUKS Esta guía está dedicada a ejecutar Kali en Raspberry u otra arquitectura similar, p. ej. ODROID-C2 usando cifrado de disco completo con LUKS. Basada en el documento un poco desactualizado aquí. Motivación...
PAVELOW
PAVELOW 漏洞利用工具箱。 由 Xecurity 编写。 语言:BASH 描述: PAVELOW 通过使用 KALI Linux 上预装的几个不同工具,以及 PAVELOW 会为你安装和设置的其他几个工具(它们在 GitHub 上也能找到),帮助你在 KALI Linux 上进行漏洞利用和漏洞搜索冒险。 特性 1. 被动侦察菜单 DORK OSINT(外部 FF) 邮箱收集器 子域名收集 WAF 检测 2. 主动侦察 子域名接管 端口扫描 NSE 漏洞扫描 注入爬虫 (还有更多) 3. 漏洞实验室 XSS 爬取/查找 CMS 扫描 CMS 漏洞工具 管理员绕过 (还有许多其他)...
KITT-Lite
KITT渗透测试框架 - 精简版(不再维护,可能需要一些编辑才能运行) KITT渗透测试框架是作为一个开源解决方案开发的,供渗透测试人员和程序员 alike 使用,将他们常用的工具与自己的知识整合到一个开源项目中。 使用KITT,用户可以轻松访问其职业中常用工具的列表,这些工具都开放源码配置。 更新:现在支持Kali 2020.2! 如果你想查看KITT的完整GUI版本,其仓库可以在这里找到 功能特性 OSINT Domainsticate - 自定义域名枚举工具 Shodan Search - 快速Shodan搜索工具 PhoneInfoga - 电话号码OSINT工具...
cryptodev-linux
cryptodev-linux Este es un controlador de dispositivo /dev/crypto, equivalente a los de OpenBSD o FreeBSD. La idea principal es acceder a los cifrados existentes en el espacio del kernel desde el espacio de usuario, permitiendo así la reutilización de una implementación de hardware de un cifrado...
PwnBox-Kali
PwnBox-Kali Script Bash para automatizar el proceso de configurar una nueva máquina virtual Kali Linux para que se parezca a HTB PwnBox Solo un script para automatizar todo el proceso de ajustar e instalar herramientas en una nueva VM de Kali Linux Fue hecho principalmente para mí pero quizás...