rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
325 stars 144 forks source link

where does meterpreter save the dump_sms things what is the directory #208

Closed soulzzcs closed 4 years ago

soulzzcs commented 4 years ago

i couldnt find them so if someone can help me?

bcoles commented 4 years ago

I'm not sure that it does, unless you specify the -o flag with a path.

https://github.com/rapid7/metasploit-framework/blob/master/lib/rex/post/meterpreter/ui/console/command_dispatcher/android.rb#L189

It should tell you where the data is saved:

      when '-o'
        path = val

      # ...

      ::File.write(path, data)
      print_status("SMS #{sms_list.count == 1 ? 'message' : 'messages'} saved to: #{path}")
timwr commented 4 years ago

meterpreter > lpwd will show you the path where the file is saved.