Skip to content

Commit aefd0d3

Browse files
committed
Land rapid7#9542, Correct Typo
2 parents 9800d45 + ecb5fff commit aefd0d3

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
@@ -244,7 +244,7 @@ def lfi_download(trigger, files)
244244

245245
vprint_status("#{res.code.to_s} for http://#{rhost}:#{rport}#{uri}") if res
246246

247-
# Only download files that are withint our interest
247+
# Only download files that are within our interest
248248
if res and res.to_s =~ datastore['PATTERN']
249249
# We assume the string followed by the last '/' is our file name
250250
fname = f.split("/")[-1].chop

0 commit comments

Comments
 (0)