Merge remote-tracking branch 'tasos-r7/bug/web-fuzzable-path' into rapid7

[Closes #1578]
unstable
James Lee 2013-03-12 12:31:32 -05:00
commit 32bf7cf8f4
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Path < Fuzzable
end
def self.from_model( form )
e = new( :action => "#{form.path}?#{form.query}", :input => inputs[0][1] )
e = new( :action => "#{form.path}?#{form.query}", :input => form.inputs[0][1] )
e.model = form
e
end