Skip to content

Commit 23abc28

Browse files
author
Brent Cook
committed
Resolved conflicts with master
2 parents 3dd3ef5 + adfb663 commit 23abc28

File tree

353 files changed

+23876
-4960
lines changed

Some content is hidden

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

353 files changed

+23876
-4960
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ external/source/exploits/**/Release
6969
# the metasploit-payloads gem.
7070
data/meterpreter/*.dll
7171
data/meterpreter/*.bin
72+
data/meterpreter/*.jar
7273
data/meterpreter/*.lso
74+
data/android
75+
data/java
7376

7477
# Avoid checking in Meterpreter libs that are built from
7578
# private source. If you're interested in this functionality,

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.11.0.pre.dev)
4+
metasploit-framework (4.11.3.pre.dev)
55
actionpack (>= 4.0.9, < 4.1.0)
66
activesupport (>= 4.0.9, < 4.1.0)
77
bcrypt
88
jsobfu (~> 0.2.0)
99
json
10-
metasploit-concern (~> 1.0)
11-
metasploit-model (~> 1.0)
12-
metasploit-payloads (= 1.0.1)
10+
metasploit-concern (= 1.0.0)
11+
metasploit-model (= 1.0.0)
12+
metasploit-payloads (= 1.0.4)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
1616
railties
1717
rb-readline-r7
18-
recog (~> 1.0)
18+
recog (= 2.0.6)
1919
robots
2020
rubyzip (~> 1.1)
2121
sqlite3
2222
tzinfo
23-
metasploit-framework-db (4.11.0.pre.dev)
23+
metasploit-framework-db (4.11.3.pre.dev)
2424
activerecord (>= 4.0.9, < 4.1.0)
25-
metasploit-credential (~> 1.0)
26-
metasploit-framework (= 4.11.0.pre.dev)
27-
metasploit_data_models (~> 1.0)
25+
metasploit-credential (= 1.0.0)
26+
metasploit-framework (= 4.11.3.pre.dev)
27+
metasploit_data_models (= 1.2.5)
2828
pg (>= 0.11)
29-
metasploit-framework-pcap (4.11.0.pre.dev)
30-
metasploit-framework (= 4.11.0.pre.dev)
29+
metasploit-framework-pcap (4.11.3.pre.dev)
30+
metasploit-framework (= 4.11.3.pre.dev)
3131
network_interface (~> 0.0.1)
3232
pcaprub
3333

@@ -123,8 +123,8 @@ GEM
123123
activemodel (>= 4.0.9, < 4.1.0)
124124
activesupport (>= 4.0.9, < 4.1.0)
125125
railties (>= 4.0.9, < 4.1.0)
126-
metasploit-payloads (1.0.1)
127-
metasploit_data_models (1.1.0)
126+
metasploit-payloads (1.0.4)
127+
metasploit_data_models (1.2.5)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)
130130
arel-helpers
@@ -133,13 +133,13 @@ GEM
133133
pg
134134
postgres_ext
135135
railties (>= 4.0.9, < 4.1.0)
136-
recog (~> 1.0)
136+
recog (~> 2.0)
137137
method_source (0.8.2)
138138
mime-types (2.4.3)
139139
mini_portile (0.6.2)
140140
minitest (4.7.5)
141-
msgpack (0.5.11)
142-
multi_json (1.11.0)
141+
msgpack (0.6.0)
142+
multi_json (1.11.1)
143143
multi_test (0.1.2)
144144
network_interface (0.0.1)
145145
nokogiri (1.6.6.2)
@@ -156,7 +156,7 @@ GEM
156156
coderay (~> 1.1.0)
157157
method_source (~> 0.8.1)
158158
slop (~> 3.4)
159-
rack (1.5.3)
159+
rack (1.5.5)
160160
rack-test (0.6.3)
161161
rack (>= 1.0)
162162
rails (4.0.13)
@@ -174,7 +174,7 @@ GEM
174174
thor (>= 0.18.1, < 2.0)
175175
rake (10.4.2)
176176
rb-readline-r7 (0.5.2.0)
177-
recog (1.0.29)
177+
recog (2.0.6)
178178
nokogiri
179179
redcarpet (3.2.3)
180180
rkelly-remix (0.0.6)

config/database.yml.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# these days. (No SQLite, no MySQL).
44
#
55
# To set up a metasploit database, follow the directions hosted at:
6-
# https://fedoraproject.org/wiki/Metasploit_Postgres_Setup (Works on
7-
# essentially any Linux distro, not just Fedora)
6+
# http://r-7.co/MSF-DEV#set-up-postgresql
87
development: &pgsql
98
adapter: postgresql
109
database: metasploit_framework_development

data/android/apk/AndroidManifest.xml

-3.59 KB
Binary file not shown.

data/android/apk/classes.dex

-8.7 KB
Binary file not shown.

data/android/apk/resources.arsc

-580 Bytes
Binary file not shown.
-13.2 KB
Binary file not shown.
-5.3 KB
Binary file not shown.

data/android/libs/x86/libndkstager.so

-5.08 KB
Binary file not shown.

data/android/meterpreter.jar

-41.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)