hey guys. i worked on a project in meterpreter or msfconsole in kali linux.
i have a payload to connect a victim android phone.
when I connect , i want to download a specific file. like "*.jpg." but it is not recognized by command .
my command is :
download /sdcard/dcim/camera/*.jpg
it is not worked.
but this works and downloads everything :
download /sdcard/dcim/camera/
I Don't want to use "download -r" although "*.jpg" is worked in this command but i can not set specific destination for downloads. it uses the source path for destination path.
i want to download a JPG file with custom destination path.
tnx.
Comments
No Comments Exist
Be the first, drop a comment!