Skip to content

Commit e019aa1

Browse files
committed
Update pcman_ftp_traversal.rb
1 parent bb78025 commit e019aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ftp/pcman_ftp_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run_host(target_host)
7171
end
7272

7373
# store file data to loot
74-
loot_file = store_loot("pcman.ftp.data", "text",rhost,response_data, file, file_path)
74+
loot_file = store_loot("pcman.ftp.data", "text", rhost, response_data, file, file_path)
7575
print_status("Stored #{file_path} to #{loot_file}")
7676

7777
# Read and print the data from the loot file.

0 commit comments

Comments
 (0)