Is there a way to download an MMS from command line using curl or wget?
问题 I'm doing some Android malware research for MMS based attacks. And I'm looking for a manual way to retrieve or download a received MMS message. I was hoping to find some curl or wget lines to be able to do so, but have not found anything useful. So far I have got some MMS info from the internal databases, found by: # find / -iname "*.db" |grep -iE "mms|sms" ... /data/data/com.android.providers.telephony/databases/mmssms.db /data/data/com.google.android.gms/databases/icing_mmssms.db /data/data