We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece3b55 commit ed6594dCopy full SHA for ed6594d
lib/rex/post/meterpreter/ui/console/command_dispatcher/android.rb
@@ -285,7 +285,7 @@ def cmd_geolocate(*args)
285
286
def cmd_dump_calllog(*args)
287
288
- path = "dump_calllog_#{Time.new.strftime('%Y%m%d%H%M%S')}.txt"
+ path = "calllog_dump_#{Time.new.strftime('%Y%m%d%H%M%S')}.txt"
289
dump_calllog_opts = Rex::Parser::Arguments.new(
290
291
'-h' => [ false, 'Help Banner' ],
0 commit comments