-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathconfig.py
More file actions
27 lines (22 loc) · 1.18 KB
/
config.py
File metadata and controls
27 lines (22 loc) · 1.18 KB
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
# coding: utf-8
WARNING = "\033[31m[!] \033[0m"
SERV_ERR = "\033[33m[!] \033[0m"
FORBI = "\033[31m[x] \033[0m"
PLUS = "\033[32m[+] \033[0m"
INFO = "\033[34m[i] \033[0m"
LESS = "\033[33m[-] \033[0m"
LINE = "\033[34m\u2500\033[0m" * 40 + "\n"
BACK = "\033[36m[B] \033[0m"
S3 = "\033[33m[S3] \033[0m"
EXCL = "\033[33m[E] \033[0m"
BYP = "\033[34m[BYPASSED] \033[0m"
JS = "\033[33m[JavaScript] \033[0m"
WAF = "\033[36m[WAF] \033[0m"
INFO_MOD = "\033[34m\u251c \033[0m"
#Default backup extension while your test with the "-b" option
EXT_B = ['.db', '.swp', '.yml', '.xsd', '.xml', '.wml', '.bkp', '.rar', '.zip', '.7z', '.bak', '.bac', '.BAK', '.NEW', '.old',
'.bkf', '.bok', '.cgi', '.dat', '.ini', '.log', '.key', '.conf', '.env', '_bak', '_old', '.bak1', '.json', '.lock',
'.save', '.atom', '.action', '_backup', '.backup', '.config', '?stats=1', '/authorize/', '.md', '.gz',
'.txt', '~', '%01', '(1)', '.sql.gz', '.tgz', 'tar.gz', '.gzip', '.tar', 'tar.bz2', '.war', '.jar', '.cab']
MINI_B = ['.bkp', '.bak', '.old', '_bak', '_old', '~', '.bak1', '_backup', '.backup']
ARCH = ['.sql.gz', '.tgz', 'tar.gz', '.gzip', '.rar', '.zip', '.7z']