btwnglxs/pentest-practice-scripts

GitHub: btwnglxs/pentest-practice-scripts

面向渗透测试的自动化脚本集合,涵盖侦察扫描、漏洞枚举、权限提升和 shell 升级等实战环节。

Stars: 0 | Forks: 0

# pentest-practice-scripts 存放我编写的脚本的仓库。 |语言|名称|简要描述| 依赖项 | 备注 | |---|---|---|---|---| |![Bash](https://img.shields.io/badge/-Bash-4EAA25?style=flat&logo=gnu-bash&logoColor=white)|`fast_enum_linux.sh`| 快速扫描已知的 Linux 内核和软件包漏洞 | - | `userland` | |![PowerShell](https://img.shields.io/badge/PowerShell-%235391FE.svg?style=flat&logo=powershell&logoColor=white)|`fast_enum_windows.ps1`| 快速检查潜在的 privesc 向量 | - | `userland` | |![Bash](https://img.shields.io/badge/-Bash-4EAA25?style=flat&logo=gnu-bash&logoColor=white)|`upgrade_shell.sh`| 自动将 reverse-shell 稳定升级为完整 TTY 的脚本 | - | `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`enum_privesc_linux.py`| 快速扫描已知的 Linux 内核和软件包漏洞 |`os` `shutil` `subprocess` | `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`recon_mass_nmap.py`| 用于大规模扫描的 nmap 自动化脚本 |`argparse` `queue` `sys` `threading` `subprocess` | `root` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`port_scanner_queue.py`| 使用完整 TCP 握手的端口扫描器(线程安全) |`socket` `threading` `argparse` `queue`| `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`dir_scanner.py`| Web 目录扫描器 |`requests` `threading` `argparse`| `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`port_scanner.py`| 使用完整 TCP 握手的端口扫描器 |`socket` `threading` `argparse`| `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`banner_grabber.py`| 收集开放端口上的服务信息 |`socket`| `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`simple_search.py`| 根据文件名中是否包含特定字符串进行简单搜索的脚本 |`os` `sys` `time` | `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`sensitive_files_scanner.py`| 递归扫描敏感文件 |`pathlib` `argparse` `time` | `userland` | |![Python](https://img.shields.io/badge/-Python-3776AB?style=flat&logo=python&logoColor=white)|`replace_matches.py`| 将文件中的匹配项替换为指定内容 |`pathlib` `argparse` `re` `sys` | `userland` |
标签:AI合规, Bash, CTI, IPv6, PowerShell, Python, Web报告查看器, 协议分析, 安全脚本, 应用安全, 插件系统, 无后门, 服务器安全, 权限提升, 逆向工具