rapid7 / metasploit-javapayload

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
87 stars 82 forks source link

Add simple Payload.start function #34

Closed timwr closed 9 years ago

timwr commented 9 years ago

This change adds a simple Payload.start method requiring only one argument, which makes it easier to backdoor an apk with only 1 smali function call (e.g https://github.com/timwr/metasploit-framework/blob/apk_backdoor/tools/apk_backdoor.rb#L70)

This was requested here: https://github.com/rapid7/metasploit-javapayload/issues/24#issuecomment-84133589 as it had been removed with this change: https://github.com/rapid7/metasploit-javapayload/commit/80190e6b8c58b5be71c9c2c2fba8bff7b415f91b

timwr commented 9 years ago

Urg I thought #30 fixed that build fail, bumping

bcook-r7 commented 9 years ago

Looks good to me, thanks @timwr.