Skip to content

Commit 6bbb212

Browse files
committed
bug fixing
1 parent 283046b commit 6bbb212

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/payloads/stages/android/meterpreter.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ module Metasploit3
1414

1515
def initialize(info = {})
1616
super(update_info(info,
17-
'Name' => 'Android Meterpreter',
18-
'Description' => 'Run a meterpreter server on Android',
19-
'Author' => [
17+
'Name' => 'Android Meterpreter',
18+
'Description' => 'Run a meterpreter server on Android',
19+
'Author' => [
2020
'mihi', # all the hard work
2121
'egypt', # msf integration
2222
'anwarelmakrahy' # android extension
2323
],
24-
'Platform' => 'android',
25-
'Arch' => ARCH_DALVIK,
26-
'License' => MSF_LICENSE,
27-
'Session' => Msf::Sessions::Meterpreter_Java_Android))
24+
'Platform' => 'android',
25+
'Arch' => ARCH_DALVIK,
26+
'License' => MSF_LICENSE,
27+
'Session' => Msf::Sessions::Meterpreter_Java_Android))
2828

2929
register_options(
3030
[

0 commit comments

Comments
 (0)