Rename to match gdb_server_exec module.
parent
dcd36b74db
commit
d64048cd48
|
@ -14,7 +14,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Android ADB Debug Mode Exec Payload',
|
||||
'Name' => 'Android ADB Debug Server Remote Payload Execution',
|
||||
'Description' => %q{
|
||||
Writes and spawns a native payload on an android device that is listening
|
||||
for adb debug messages.
|
Loading…
Reference in New Issue