Land #3568, @jhart-r7 regex fix for dir traversal
commit
8b2ff062c3
|
@ -59,7 +59,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
OptString.new('PATH', [true, 'Vulnerable path. Ex: /foo/index.php?pg=', '/']),
|
||||
OptString.new('DATA', [false,'HTTP body data', '']),
|
||||
OptInt.new('DEPTH', [true, 'Traversal depth', 5]),
|
||||
OptRegexp.new('PATTERN', [true, 'Regexp pattern to determine directory traversal', '^HTTP/1.1 200 OK']),
|
||||
OptRegexp.new('PATTERN', [true, 'Regexp pattern to determine directory traversal', '^HTTP/\\d\\.\\d 200']),
|
||||
OptPath.new(
|
||||
'FILELIST',
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue