Skip to content

Commit c79fe73

Browse files
committed
Um, this is the right way to do it.
1 parent f7bda73 commit c79fe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/http_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def is_writable(trigger)
332332
# This is used in the lfi_download() function
333333
#
334334
def load_filelist
335-
File.open(datastore['FILELIST'], 'rb') {|f| buf = f.read}
335+
File.open(datastore['FILELIST'], 'rb') {|f| f.read}
336336
end
337337

338338
def run_host(ip)

0 commit comments

Comments
 (0)