Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android meterpreter (record mic ) (wlan geolocate error) #309

Closed
MMLinuxer opened this issue Oct 6, 2018 · 3 comments
Closed

Android meterpreter (record mic ) (wlan geolocate error) #309

MMLinuxer opened this issue Oct 6, 2018 · 3 comments

Comments

@MMLinuxer
Copy link

so I've been getting these errors
Tested on MiA1
Samsung S4

record mic can't actually record more than 20 second
I thought It might be that the socket times out before the record has finished
so I Set_timeouts to be 500 seconds nothing changed

[-] Error running command record_mic: Rex::TimeoutError Operation timed out.

another Error that I got when using Wlan_geolocate

meterpreter > wlan_geolocate
[-] Error running command wlan_geolocate: ArgumentError wrong number of arguments (given 3, expected 2)

I know this feature used to work before
I believe this Error came up after updating metasploit
I don't think this feature is that important
I mean you can just get the victim's IP Address and query about it on some website

It would be great If you added gps based location as It's the most precise
thank you .

@timwr
Copy link
Contributor

timwr commented Oct 6, 2018

The issue with record_mic is unfortunate but I think a better fix would be to implement mic_stream, so we can continuously stream from the mic (otherwise you still have to wait 300 seconds before you start hearing the audio).
mic_stream is implemented for OSX currently here: https://github.com/rapid7/mettle/pull/85/files but someone would need to implement it on Android. Perhaps you're able to help with that?

The issue with wlan_geolocate was fixed here: rapid7/metasploit-framework#10732, so depending on how you've installed metasploit you can just msfupdate to grab the fix.
You can also try the meterpreter > geolocate command, as that grabs it directly from the devices GPS.

@MMLinuxer
Copy link
Author

great thank you
will the problem of mic be fixed

@h00die
Copy link
Contributor

h00die commented Jun 16, 2024

rapid7/metasploit-framework#19154

Adding this as a feature request

@h00die h00die closed this as completed Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants