Login Register






The issue regarding searched threads returning 404s has been fixed. My apologies. - NekoElf
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


is there a working payload for android 4.x devices in msf?? filter_list
Author
Message
is there a working payload for android 4.x devices in msf?? #1
Trying to get a reverse connection using msf venom on android 4.x.
The apk i have generated crashes after sending initial connection to the listener.
any ideas?
[Video: https://www.youtube-nocookie.com/embed/bOkD-HSOmyI]
[bt][1B1sXX2sHhvUrf9Ga9MKcH5e9T4xgN13tB]

Reply

RE: is there a working payload for android 4.x devices in msf?? #2
(10-23-2017, 03:27 PM)Num5kull Wrote: Trying to get a reverse connection using msf venom on android 4.x.
The apk i have generated crashes after sending initial connection to the listener.
any ideas?

If you have adb, you can try attaching a usb debug session to get a stack trace. You might also find that in the syslog.
If you can provide a stack trace and the source code I can help you figure out what's going on.

Usuallly with network application crashes, they're in socket code that doesn't have proper error handling. My guess is you're writing data to a socket that's not open (tcp), or you don't have permission to send data (udp)

[+] 1 user Likes phyrrus9's post
Reply

RE: is there a working payload for android 4.x devices in msf?? #3
Ill check it out soon and give a log cat dump. All the android exploits are for android 5+ so the payload os prob for android 5+ aswell, l8rz Smile
[Video: https://www.youtube-nocookie.com/embed/bOkD-HSOmyI]
[bt][1B1sXX2sHhvUrf9Ga9MKcH5e9T4xgN13tB]

Reply

RE: is there a working payload for android 4.x devices in msf?? #4
Just got back to this, setup a logcat dump on the device and a machine to connect back to....

it turned out i forgot to set the payload on the listener; so was getting android app error out.

After adding set payload android/meterpreter/reverse_tcp to my method the reverse connection worked perfectly.

Hope this helps Biggrin
N
[Video: https://www.youtube-nocookie.com/embed/bOkD-HSOmyI]
[bt][1B1sXX2sHhvUrf9Ga9MKcH5e9T4xgN13tB]

Reply







Users browsing this thread: 1 Guest(s)