forked from sry309/BBScan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhite.list
63 lines (32 loc) · 1.16 KB
/
white.list
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# text to search in doc
# regex can be used
# 匹配的条目将被立即标记命中
{text="<title>Index of"}
{text="<title>phpMyAdmin</title>"}
{text="allow_url_fopen"}
{text="MemAdmin"}
{text="This is the default start page for the Resin server"}
{text="Apache Tomcat"}
{text="request_uri"}
{text="<title>Login to Cacti</title>"}
{text="<title>Zabbix</title>"}
{text="Dashboard [Jenkins]"}
{text="Graphite Browser"}
{text="'/app/kibana'"}
{text="http://www.atlassian.com/software/jira"}
{regex_text="<input.*type=".*password.*""}
{regex_text="<input.*type=".*passwd.*""}
{regex_text="<input.*type=".*pwd.*""}
#{regex_text="<input.*type=".*user.*""}
{regex_text="<form.*id=".*Login.*""}
{regex_text="<form.*id=".*admin.*""}
# {text="Internal Server Error"}
# {text="Fatal error"}
# {text="Exception caught"}
{text="Incorrect syntax"}
{text="You have an error in your SQL syntax"}
{text="</b> on line <b>"}
{text="The proxy server could not handle the request"}
{regex_text="<title>.*后台.*</title>"}
{regex_text="<title>.*管理.*</title>"}
{regex_text="<title>*.background.*</title>"}