Skip to content

Commit f60f233

Browse files
committed
Update bison_ftp_traversal.rb
1 parent be85e85 commit f60f233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ftp/bison_ftp_traversal.rb

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

7474
# store file data to loot
75-
loot_file = store_loot("bisonware.ftp.data", "text",rhost,response_data, file, file_path)
75+
loot_file = store_loot("bisonware.ftp.data", "text", rhost, response_data, file, file_path)
7676
print_status("Stored #{file_path} to #{loot_file}")
7777

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

0 commit comments

Comments
 (0)