# Python目录扫描 **Repository Path**: hktkq/Pythonmlsm ## Basic Information - **Project Name**: Python目录扫描 - **Description**: No description available - **Primary Language**: Python - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2021-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python目录扫描 ``` optional arguments: -h, --help show this help message and exit -u URL URL target -U URLFILE URL list target -w WORDLIST Customize wordlist (default wordlist.txt) or a single path -t THREADS Set thread (default 20) -v show verbose ``` - 扫描命令:python3 dirscan.py -u 127.0.0.1:8081/ -w all.txt -t 100 -v