You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the performance of ronin-vulns commands when scanning multiple URLs
or a file of URLs by not rebuilding an identical Ronin::Vulns::CLI::WebVulnCommand#scan_kwargs for each URL.
Allow the --cookie "..." option to be repeated multiple times and merge the
cookie strings together.
Allow the --cookie-param NAME=VALUE option to be used with the --cookie "..." option and merge the cookie values together.