Skip to content

Commit 2dac1e0

Browse files
author
Pedro Ribeiro
authored
Merge pull request #33 from rapid7/master
aaa
2 parents 31cd81d + 1ce9aed commit 2dac1e0

File tree

82 files changed

+1042
-9504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1042
-9504
lines changed

Gemfile.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,21 @@ PATH
3535
redcarpet
3636
rex-arch
3737
rex-bin_tools
38+
rex-core
3839
rex-java
3940
rex-mime
41+
rex-nop
4042
rex-ole
4143
rex-powershell
4244
rex-random_identifier
4345
rex-registry
46+
rex-socket
47+
rex-sslscan
4448
rex-struct2
4549
rex-text
4650
rex-zip
4751
robots
52+
rubyntlm
4853
rubyzip
4954
sqlite3
5055
sshkey
@@ -85,7 +90,7 @@ GEM
8590
arel (6.0.3)
8691
arel-helpers (2.3.0)
8792
activerecord (>= 3.1.0, < 6)
88-
aruba (0.14.1)
93+
aruba (0.14.2)
8994
childprocess (~> 0.5.6)
9095
contracts (~> 0.9)
9196
cucumber (>= 1.3.19)
@@ -95,7 +100,7 @@ GEM
95100
bcrypt (3.1.11)
96101
bit-struct (0.15.0)
97102
builder (3.2.2)
98-
capybara (2.7.1)
103+
capybara (2.8.1)
99104
addressable
100105
mime-types (>= 1.16)
101106
nokogiri (>= 1.3.3)
@@ -237,10 +242,12 @@ GEM
237242
rex-core
238243
rex-struct2
239244
rex-text
240-
rex-core (0.1.1)
245+
rex-core (0.1.2)
241246
rex-java (0.1.2)
242247
rex-mime (0.1.1)
243248
rex-text
249+
rex-nop (0.1.0)
250+
rex-arch
244251
rex-ole (0.1.2)
245252
rex-text
246253
rex-powershell (0.1.64)
@@ -249,21 +256,26 @@ GEM
249256
rex-random_identifier (0.1.0)
250257
rex-text
251258
rex-registry (0.1.0)
259+
rex-socket (0.1.0)
260+
rex-core
261+
rex-sslscan (0.1.0)
262+
rex-socket
263+
rex-text
252264
rex-struct2 (0.1.0)
253265
rex-text (0.2.1)
254266
rex-zip (0.1.0)
255267
rex-text
256268
rkelly-remix (0.0.6)
257269
robots (0.10.1)
258-
rspec-core (3.5.2)
270+
rspec-core (3.5.3)
259271
rspec-support (~> 3.5.0)
260272
rspec-expectations (3.5.0)
261273
diff-lcs (>= 1.2.0, < 2.0)
262274
rspec-support (~> 3.5.0)
263275
rspec-mocks (3.5.0)
264276
diff-lcs (>= 1.2.0, < 2.0)
265277
rspec-support (~> 3.5.0)
266-
rspec-rails (3.5.1)
278+
rspec-rails (3.5.2)
267279
actionpack (>= 3.0)
268280
activesupport (>= 3.0)
269281
railties (>= 3.0)

data/wordlists/common_roots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4722,3 +4722,4 @@ zxcvbn
47224722
zxcvbnm
47234723
zzzz
47244724
zzzzzz
4725+
vagrant

data/wordlists/default_pass_for_services_unhash.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,3 +1212,4 @@ SQL
12121212
CMOSPWD
12131213
dadmin
12141214
wlcsystem
1215+
vagrant

data/wordlists/http_default_pass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ xampp
1616
wampp
1717
ppmax2011
1818
turnkey
19+
vagrant

data/wordlists/http_default_userpass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ wampp xampp
88
newuser wampp
99
xampp-dav-unsecure ppmax2011
1010
admin turnkey
11+
vagrant vagrant

data/wordlists/http_default_users.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ sys
1111
wampp
1212
newuser
1313
xampp-dav-unsecure
14+
vagrant

data/wordlists/password.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88393,3 +88393,4 @@ z
8839388393
�migr�s
8839488394
�p�e
8839588395
�tude
88396+
vagrant

data/wordlists/root_userpass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ root dbps
4949
root ibm
5050
root monitor
5151
root turnkey
52+
root vagrant

data/wordlists/tomcat_mgr_default_pass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ role1
44
root
55
tomcat
66
s3cret
7+
vagrant

data/wordlists/tomcat_mgr_default_userpass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ADMIN ADMIN
66
xampp xampp
77
tomcat s3cret
88
QCC QLogic66
9+
admin vagrant

0 commit comments

Comments
 (0)