Skip to content

Commit 9e2383b

Browse files
authored
Update modules/auxiliary/crawler/msfcrawler.rb
1 parent acc18db commit 9e2383b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/crawler/msfcrawler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def urltohash(method, url, basepath, dat)
390390
return hashreq
391391
end
392392

393-
# Abomonation taken from https://www.ruby-forum.com/t/creating-a-canonicalized-url/127036/6 by Rob Biedenharn
393+
# Taken from https://www.ruby-forum.com/t/creating-a-canonicalized-url/127036/6 by Rob Biedenharn
394394
# TODO: This method should be rewritten
395395
# rubocop:disable Style/PerlBackrefs
396396
# rubocop:disable Style/WhileUntilDo

0 commit comments

Comments
 (0)