Skip to content

Commit 671c0d9

Browse files
author
Tod Beardsley
committed
Fix nokogiri typo
[SeeRM rapid7#8730]
1 parent f1c5ab9 commit 671c0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/mswin_tiff_overflow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
require 'msf/core'
77
require 'rex/zip'
8-
require 'Nokogiri'
8+
require 'nokogiri'
99

1010
module ::Nokogiri
1111
module XML

0 commit comments

Comments
 (0)