Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

github8669/DirctScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

DirectScan是一个超级简单的多线程Web目录扫描工具,融合了御剑、及市面上很多非常强大的字典,使用也非常简单

安装

使用Python语言编写

第三方模块用了requests,所以clone以后只需要安装requests模块即可。

pip install requests

安装完成。

使用方法

Usage: dirscan.py [options]

Options:
  -h, --help            show this help message and exit
  -u URL, --url=URL     target url for scan
  -f EXT, --file=EXT    target url ext
  -t COUNT, --thread=COUNT
                        scan thread_count

使用案例

java网站 python DirectScan.py -u http://127.0.0.1:8088 -f jsp -t 10

php网站 python DirectScan.py -u http://127.0.0.1:8088 -f php -t 10

asp网站 python DirectScan.py -u http://127.0.0.1:8088 -f jsp -t 10

image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published