Skip to content

Commit 32bf7cf

Browse files
committed
Merge remote-tracking branch 'tasos-r7/bug/web-fuzzable-path' into rapid7
[Closes rapid7#1578]
2 parents 6da4c53 + c641ca9 commit 32bf7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/auxiliary/web/path.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def to_hash
118118
end
119119

120120
def self.from_model( form )
121-
e = new( :action => "#{form.path}?#{form.query}", :input => inputs[0][1] )
121+
e = new( :action => "#{form.path}?#{form.query}", :input => form.inputs[0][1] )
122122
e.model = form
123123
e
124124
end

0 commit comments

Comments
 (0)