Skip to content

Commit 3b0e1f7

Browse files
authoredSep 19, 2017
Added data from nselib/data/vhosts-default.list
Full credit to the NMAP team for their http-vhosts script. I've added this data and expanded upon it to include the hostname (using %s)
1 parent 5f4a3e0 commit 3b0e1f7

File tree

1 file changed

+148
-26
lines changed

1 file changed

+148
-26
lines changed
 

‎wordlists/virtual-host-scanning.txt

+148-26
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,158 @@
1-
www.%s
2-
dev.%s
3-
local
4-
localhost
5-
status.%s
6-
status
7-
staging.%s
8-
staging
9-
development
10-
development.%s
11-
uat
12-
uat.%s
131
%s
2+
127.0.0.1
3+
admin
4+
admin.%s
5+
administration
6+
administration.%s
7+
ads
8+
adserver
9+
alerts
10+
alpha
11+
alpha.%s
12+
ap
13+
apache
14+
api
15+
app
16+
apps
17+
appserver
18+
aptest
19+
auth
20+
backup
1421
beta
1522
beta.%s
16-
secure
17-
secure.%s
23+
blog
24+
cdn
25+
chat
26+
citrix
27+
cms
28+
corp
29+
crs
30+
cvs
31+
dashboard
32+
database
33+
db
34+
demo
35+
dev
36+
dev.%s
37+
devel
38+
development
39+
development.%s
40+
devsql
41+
devtest
42+
dhcp
43+
direct
44+
dmz
45+
dns
46+
dns0
47+
dns1
48+
dns2
49+
download
50+
en
51+
erp
52+
eshop
53+
exchange
54+
f5
55+
fileserver
56+
firewall
57+
forum
58+
ftp
59+
ftp0
60+
git
61+
gw
62+
help
63+
helpdesk
64+
home
65+
host
66+
http
67+
id
68+
images
69+
info
70+
internal
71+
internet
72+
intra
73+
intranet
74+
ipv6
75+
lab
76+
ldap
77+
linux
78+
local
79+
localhost
80+
log
81+
m
82+
m.%s
83+
mail
84+
mail2
85+
mail3
86+
mailgate
87+
main
88+
manage
89+
mgmt
90+
mirror
1891
mobile
1992
mobile.%s
20-
127.0.0.1
21-
m.%s
22-
m
23-
admin
24-
admin.%s
93+
monitor
94+
mssql
95+
mta
96+
mx
97+
mx0
98+
mx1
99+
mysql
100+
news
101+
noc
102+
ns
103+
ns0
104+
ns1
105+
ns2
106+
ns3
107+
ntp
25108
old
26109
old.%s
27-
v1.%s
110+
ops
111+
oracle
112+
owa
113+
pbx
114+
s3
115+
secure
116+
secure.%s
117+
server
118+
sharepoint
119+
shop
120+
sip
121+
smtp
122+
sql
123+
squid
124+
ssh
125+
ssl
126+
stage
127+
staging
128+
staging.%s
129+
stats
130+
status
131+
status.%s
132+
svn
133+
syslog
134+
test
135+
test1
136+
test2
137+
testing
138+
uat
139+
uat.%s
140+
upload
28141
v1
29-
v2.%s
142+
v1.%s
30143
v2
31-
v3.%s
144+
v2.%s
32145
v3
33-
alpha
34-
alpha.%s
35-
bull.com
36-
dook.com
146+
v3.%s
147+
vm
148+
vnc
149+
voip
150+
vpn
151+
web
152+
web2test
153+
whois
154+
wiki
155+
www
156+
www.%s
157+
www2
158+
xml

0 commit comments

Comments
 (0)
Please sign in to comment.