Skip to content

Commit de22aeb

Browse files
committed
Land rapid7#3481, meterpreter bins
2 parents 72c0c59 + 038d1e2 commit de22aeb

37 files changed

+192
-27
lines changed

.gitignore

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Gemfile.local.lock
1515
config/database.yml
1616
# simplecov coverage data
1717
coverage
18-
data/meterpreter/ext_server_pivot.x86.dll
19-
data/meterpreter/ext_server_pivot.x64.dll
2018
doc/
2119
external/source/meterpreter/java/bin
2220
external/source/meterpreter/java/build
@@ -53,3 +51,22 @@ tags
5351
# ignore release/debug folders for exploits
5452
external/source/exploits/**/Debug
5553
external/source/exploits/**/Release
54+
55+
# Avoid checking in Meterpreter binaries. These are supplied upstream by
56+
# the meterpreter_bins gem.
57+
data/meterpreter/elevator.*.dll
58+
data/meterpreter/ext_server_espia.*.dll
59+
data/meterpreter/ext_server_extapi.*.dll
60+
data/meterpreter/ext_server_incognito.*.dll
61+
data/meterpreter/ext_server_kiwi.*.dll
62+
data/meterpreter/ext_server_lanattacks.*.dll
63+
data/meterpreter/ext_server_mimikatz.*.dll
64+
data/meterpreter/ext_server_priv.*.dll
65+
data/meterpreter/ext_server_stdapi.*.dll
66+
data/meterpreter/metsrv.*.dll
67+
data/meterpreter/screenshot.*.dll
68+
69+
# Avoid checking in Meterpreter libs that are built from
70+
# private source. If you're interested in this functionality,
71+
# check out Metasploit Pro: http://metasploit.com/download
72+
data/meterpreter/ext_server_pivot.*.dll

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ gem 'activesupport', '>= 3.0.0', '< 4.0.0'
66
gem 'bcrypt'
77
# Needed for some admin modules (scrutinizer_add_user.rb)
88
gem 'json'
9+
# Needed for Meterpreter on Windows, soon others.
10+
gem 'meterpreter_bins', '0.0.6'
911
# Needed by msfgui and other rpc components
1012
gem 'msgpack'
1113
# Needed by anemone crawler

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ GEM
2626
activerecord (>= 3.2.13)
2727
activesupport
2828
pg
29+
meterpreter_bins (0.0.6)
2930
mini_portile (0.5.1)
3031
msgpack (0.5.5)
3132
multi_json (1.0.4)
@@ -70,6 +71,7 @@ DEPENDENCIES
7071
fivemat (= 1.2.1)
7172
json
7273
metasploit_data_models (= 0.17.0)
74+
meterpreter_bins (= 0.0.6)
7375
msgpack
7476
network_interface (~> 0.0.1)
7577
nokogiri

data/meterpreter/elevator.x64.dll

-88.5 KB
Binary file not shown.

data/meterpreter/elevator.x86.dll

-76.5 KB
Binary file not shown.
-199 KB
Binary file not shown.
-199 KB
Binary file not shown.
-144 KB
Binary file not shown.
-122 KB
Binary file not shown.
-104 KB
Binary file not shown.

0 commit comments

Comments
 (0)