Skip to content

Commit ed6594d

Browse files
committed
Change filename to calllog_dump.
1 parent ece3b55 commit ed6594d

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/android.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def cmd_geolocate(*args)
285285

286286
def cmd_dump_calllog(*args)
287287

288-
path = "dump_calllog_#{Time.new.strftime('%Y%m%d%H%M%S')}.txt"
288+
path = "calllog_dump_#{Time.new.strftime('%Y%m%d%H%M%S')}.txt"
289289
dump_calllog_opts = Rex::Parser::Arguments.new(
290290

291291
'-h' => [ false, 'Help Banner' ],

0 commit comments

Comments
 (0)