nullbyt3zx01/Admin-finder

GitHub: nullbyt3zx01/Admin-finder

一个用 Python3 编写的轻量级脚本,通过暴力遍历常见目录路径并检查 HTTP 响应码来发现网站的管理面板地址。

Stars: 0 | Forks: 3

# Admin Panel 查找器 [![Python3.x](https://img.shields.io/badge/python-3.x-FADA5E.svg?logo=python)](https://www.python.org/) [![PEP8](https://img.shields.io/badge/code%20style-pep8-red.svg)](https://www.python.org/dev/peps/pep-0008/) ![](https://img.shields.io/badge/platform-linux%20%7C%20windows%20%7C%20osx-lightgrey.svg) * 一个用 Python3 编写的、用于轻松查找网站 admin panel 的脚本。 该脚本实际上会对可能的目录进行暴力破解,并返回 HTTP 响应码。 你可以通过编辑 "admin_panels.txt" 文件来添加你自己的目录。 ## 安装与使用 ``` git clone https://github.com/nullbyt3zx01/Admin-finder.git ``` ``` cd Admin-finder/ ``` ``` pip install -r requirements.txt ``` ``` python3 finder.py For example python3 finder.py http://example.com ```
标签:Python, Web安全, 大数据, 无后门, 目录扫描, 蓝队分析