bin/yawast in yawast-0.4.0.beta2 vs bin/yawast in yawast-0.4.0.beta3

- old
+ new

@@ -17,9 +17,10 @@ c.option '--nociphers', 'Disables check for supported ciphers (only with --internalssl)' c.option '--internalssl', 'Disable SSL Labs integration' c.option '--tdessessioncount', 'Counts the number of messages that can be sent in a single session' c.option '--dir', 'Enables directory search' c.option '--dirrecursive', 'Recursive directory search (only with --dir)' + c.option '--dirlistredir', 'Show 301 redirects (only with --dir)' c.option '--proxy STRING', String, 'HTTP Proxy Server (such as Burp Suite)' c.option '--cookie STRING', String, 'Session cookie' c.action do |args, options| Yawast::Commands::Scan.process(args, options)