基于字典的Web目录扫描工具,字典参考自LoRexxar/BScanner
python2 dir-scan -f dir_type -t thread_count
- -f DIR_TYPE, --file=DIR_TYPE Type of dictionary used 工具使用的字典类型,目前版本(v1.0)包含asp\aspx\jsp\php四种类型为后缀的字典
- -t THREAD_COUNT, --thread=THREAD_COUNT Number of threads 工具使用的线程数,默认为10
- v1.0 2022/03/29 基本功能完成