metasploit-framework
metasploit-framework copied to clipboard
We need update in android/meterpreter/reverse_tcp
Steps to reproduce
- create an android payload using msfvenom exploit/multi/handler (android/meterpreter/reverse_tcp )
- 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
- Opens smoothly and autohide function should also be there
- webcam_snap and webcam_stream should work as they were designed to do
Current behavior
- When opened an error message is popped up mentioning old version error
- 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
When opened an error message is popped up mentioning old version error
This is a warning and can be ignored.
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
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.
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.
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
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?
This is most likely related to an app permissions problem within meterpreter itself. See #19154