metasploit-framework icon indicating copy to clipboard operation
metasploit-framework copied to clipboard

We need update in android/meterpreter/reverse_tcp

Open KnownBlackHat opened this issue 2 years ago • 2 comments

Steps to reproduce

  1. create an android payload using msfvenom exploit/multi/handler (android/meterpreter/reverse_tcp )
  2. Installing the apk in android device throws older version error and some meterpreter function doesn't work

Were you following a specific guide/tutorial or reading documentation?

Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom?

Expected behavior

  1. Opens smoothly and autohide function should also be there
  2. webcam_snap and webcam_stream should work as they were designed to do

Current behavior

  1. When opened an error message is popped up mentioning old version error
  2. webcam_snap and webcam_stream should produces html which doesn't display webcams

Metasploit Version

Framework Version: 6.2.31-dev

Logs

meterpreter > webcam_snap -i 1
[*] Starting...
[*] Stopped
[-] stdapi_webcam_start: Operation failed: 1
meterpreter > webcam_snap 
[*] Starting...
[*] Stopped
[-] stdapi_webcam_start: Operation failed: 1
meterpreter > webcam_snap -i 2
[*] Starting...
[*] Stopped
[-] stdapi_webcam_start: Operation failed: 1
meterpreter > webcam_list
1: Back Camera
2: Front Camera
meterpreter > webcam_stream
[*] Starting...
[*] Preparing player...
[*] Opening player at: /home/kali/OxfQhZeO.html
[*] Streaming...
[-] stdapi_webcam_start: Operation failed: 1

KnownBlackHat avatar Jan 04 '23 09:01 KnownBlackHat

When opened an error message is popped up mentioning old version error

This is a warning and can be ignored.

bcoles avatar Jan 04 '23 09:01 bcoles

When opened an error message is popped up mentioning old version error

This is a warning and can be ignored.

but the version is latest

KnownBlackHat avatar Jan 04 '23 10:01 KnownBlackHat

Hi!

This issue has been left open with no activity for a while now.

We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request.

github-actions[bot] avatar Feb 03 '23 15:02 github-actions[bot]

Hi again!

It’s been 60 days since anything happened on this issue, so we are going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error please feel free to reopen this issue or create a new one if you need anything else.

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request.

github-actions[bot] avatar Mar 06 '23 15:03 github-actions[bot]

Hi, I encountered the same problem. The application does not launch and displays a message saying that the application was designed for an old version of Android and will not work normally. Then the application closes

frankuriel avatar Oct 20 '23 05:10 frankuriel

Hi. Its 2024 and I also have same issue. Nothing works except for geolocation and nash commands. Any ideas whether it was resolved/where to find an update?

matsevytyi avatar Jun 24 '24 20:06 matsevytyi

This is most likely related to an app permissions problem within meterpreter itself. See #19154

h00die avatar Jun 24 '24 20:06 h00die