use channel concept with multi-thread
git clone https://github.com/ucgJhe/dirScanner
pip install -r requirements
dirScanner.py <URL> <WORDLIST> -p <PROXY> -o <path_to_file> -t <timeout> -n <threads>
-
default timeout is 2 seconds
-
default threads value is double cpu counts
-
log will be stored in current directory automatically by default.
Example:
dirScanner.py http://localhost/ DICT.txt -p socks5://127.0.0.1:8080 -o log -t 3 -n 20
-
python version 3.6+
- requests
- requests[socks]
-
your own wordlist