# GHR **Repository Path**: linuxhph/GHR ## Basic Information - **Project Name**: GHR - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-06 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Golden-hooped Rod Golden-hooped Rod是一款对于web站点进行漏洞扫描的工具。工具使用python语言编写,使用的目录扫描字典均由真实环境而来。使用起来异常便捷。可以对web站点进行漏洞扫描、设置代理、设置线程等。 ## 使用方法 ``` usage: GHR.py [-h] [-u URL] [-f filename] [--upgrade] [--nodir] [--proxy PROXY] [-t THREAD] options: -h, --help show this help message and exit GHR 常用参数: -u URL, --url URL url,例:--url http://127.0.0.1/,注:url中不能添加文件名,如index.html、index.php等,如需添加文件名,请禁用目录扫描 -f file, --file file 批量url文件名,例:--file url.txt,注:文件中的url不能添加文件名,如index.html、index.php等,如需添加文件名,请禁用目录扫描 --nodir 禁用目录扫描 --upgrade 更新 --proxy PROXY 代理设置,例:--proxy 127.0.0.1:10809(目前仅支持HTTP,暂不支持SOCKET) -t THREAD, --thread THREAD 线程设置,例:--thread 10 默认线程数为:20 ``` ![help](picture/help.png) ## 单个url运行截图 ![running](picture/running.png) ## 批量url运行截图 ![batch](picture/more_running.png) ![batch_result](picture/more_result.png) ## 报告截图 ![report](picture/result_report.png) ## 微信群截图 ![wechat](picture/wechat.png) ## 模块库安装 ``` pip install -r requirements.txt ```