5 matches found
linux-root-kit
About This Project 本项目是在 Technische Hochschule Deggendorf 的 Digitale Forensik 课程中开发的。 它展示了一次完整的法证调查和攻击模拟,涉及: 使用恶意 PyPI 包的 Python 依赖混淆攻击 通过易受攻击的 sudo 版本 CVE-2025-32463 进行权限提升 部署 Sliver C2 信标 一个自定义 rootkit,包含内核模块加载、系统调用挂钩和基于 udev 的持久化 使用 Volatility、NetworkMiner 和手动逆向等工具对内存和网络工件进行完整分析...
USP
USP 功能 该 Go 程序通过在 Linux 系统上创建一条 udev 规则来建立持久化,该规则会触发指定载荷(二进制文件或脚本)的执行。它提供两种触发选项: USB 持久化: 每当插入 USB 设备时执行载荷。 启动持久化: 利用 /dev/random 设备在系统启动时执行载荷。 此外,它还提供了一个清理选项以移除已建立的持久化。 用法 1. 编译 Go 脚本: go build -o usp 2. 使用 root 权限运行脚本(sudo): sudo ./usp 可以使用以下标志自定义行为: -f : 指定载荷写入的路径(默认:/usr/local/bin/persistence...
udev Persistence
This module will add a script in /lib/udev/rules.d/ in order to execute a payload written on disk. It'll be executed with root privileges everytime a network interface other than l0 comes up. Execution is triggered through at command, so it must be installed on the target. Module Options msf use...
Metasploit Wrap-up 06/06/25
ThinManager Path Traversal CVE-2023-27855 Arbitrary File Upload Authors: Michael Heinzl and Tenable Type: Auxiliary Pull request: 20138 contributed by h4x-x0r Path: admin/networking/thinmanagertraversalupload AttackerKB reference: CVE-2023-2917 Description: Adds an auxiliary module that targets...
📄 Udev Persistence
This Metasploit module will add a script in /lib/udev/rules.d/ in order to execute a payload written on disk. It will be executed with root privileges every time a network interface other than l0 comes up. This module requires Metasploit: https://metasploit.com/download Current source:...