bin/yawast in yawast-0.5.0.beta1 vs bin/yawast in yawast-0.5.0.beta2
- old
+ new
@@ -18,9 +18,10 @@
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 '--files', 'Performs a search for a large list of common files'
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)