Skip to content

Commit 04b29c1

Browse files
authored
Add files via upload
1 parent 0f7fcda commit 04b29c1

20 files changed

Lines changed: 96469 additions & 0 deletions
316 Bytes
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @author:九世
2+
# @time:2019/7/2
3+
# @file:mian.py
4+
5+
URL='https://xkb.com.au' #输入要进行探测的url
6+
DOMAIN='xkb.com.au' #输入要进行探测的域名
7+
THREAD=100 #协程设置
8+
XIANC=20 #进程数设置
9+
DIRECTORY=10000 #目录扫描的协程设置
10+
SUBDOMAIN=10000 #子域名爆破协程设置
11+
DOMAIN_BAOPO=0 #0为不开启子域名爆破,1为开启
12+
DIRE_PATH=r'dict/scan.txt' #引用dict目录下的指定字典

0 commit comments

Comments
 (0)