You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 .
The text was updated successfully, but these errors were encountered:
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.
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 .
The text was updated successfully, but these errors were encountered: