-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.py
38 lines (27 loc) · 1.27 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#指纹识别代理(dirfuzz,爬虫代理暂不支持)
proxies = {
#"http":"http://127.0.0.1:8080",
#"https":"http://127.0.0.1:8080",
}
#目录fuzz递归深度
recursion = 2
#目录fuzz超时(s)
fuzztime = 3
#指纹识别超时(s)
timeout = 5
#单个目标爬虫超时(s)
crawler_timeout = 1000
#指纹识别线程数
threads = 200
#目录fuzz线程数
fuzz_t = 20
#web端口扫描超时
hb_time = 3
#端口扫描线程数
hb_t = 500
#端口扫描端口list
ports = "80,81,82,83,84,85,86,87,88,89,90,91,92,98,99,443,800,801,808,880,888,889,1000,1010,1080,1081,1082,1158,1863,1980,2018,2019,2100,3000,3128,3505,5555,6080,6677,7000,7001,7002,7003,7005,7007,7070,7080,7200,7777,7890,8000,8001,8002,8003,8004,8005,8006,8008,8009,8010,8011,8012,8014,8016,8020,8028,8042,8053,8060,8069,8070,8080,8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,8092,8093,8094,8095,8096,8097,8098,8099,8100,8101,8108,8118,8123,8161,8172,8180,8181,8200,8222,8243,8251,8280,8281,8300,8333,8360,8443,8484,8500,8800,8834,8879,8880,8881,8888,8899,8983,8989,9000,9001,9002,9043,9060,9080,9081,9082,9085,9090,9091,9092,9200,9443,9800,9981,9999,10000,10001,10002,10003,12443,15672,16080,18080,18082,18091,18092,20720,28017,38501,38888"
#仅基础扫描
only_basic = False
#深度扫描进行爬虫
deep_crawl = False