Skip to content

Commit 64e8616

Browse files
author
Brent Cook
committed
remove android meterpreter bins, update to payloads 1.0.2
This switches us to using the Android payload files from the metasploit-payloads gem
1 parent 70ef1b8 commit 64e8616

File tree

18 files changed

+16
-18
lines changed

18 files changed

+16
-18
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
json
1010
metasploit-concern (~> 1.0)
1111
metasploit-model (~> 1.0)
12-
metasploit-payloads (= 1.0.1)
12+
metasploit-payloads (= 1.0.2)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -123,7 +123,7 @@ 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)
126+
metasploit-payloads (1.0.2)
127127
metasploit_data_models (1.1.0)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)

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.

data/android/metstage.jar

-1.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)