Releases: ronin-rb/ronin-web
Releases · ronin-rb/ronin-web
Release list
2.0.1
- Removed legacy 1.x Ruby files:
ronin/web/html- This file was moved to ronin-support-web and renamed toronin/support/web/html.ronin/web/xml- This file was moved to ronin-support-web and renamed toronin/support/web/xml.
- Require all other
ronin-web-*libraries inronin/web. - Use
require_relativeto improve load times.
2.0.0
- Require wordlist ~> 1.0, >= 1.0.1.
- Require ronin-support-web ~> 0.1.
- Require ronin-web-browser ~> 0.1.
- Require ronin-web-session_cookie ~> 0.1.
- Require ronin-web-spider ~> 0.2.
CLI
- Added the
ronin-web xmlcommand. - Added the
ronin-web session-cookiecommand. - Added the
ronin-web user-agentcommand. - Added the
ronin-web wordlistcommand. - Added the
ronin-web browsercommand. - Added the
ronin-web screenshotcommand. - Added the
ronin-web vulnscommand. - Added the
ronin-web completioncommand to install shell completion files for allronin-webcommands for Bash and Zsh shells. - Added the
--format=html|xmloption to theronin-web diffcommand. - Added the
-t,--textoption toronin-web html. - Added the
--print-js-url-stringsoption to theronin-web spidercommand. - Added the
--print-js-path-stringsoption to theronin-web spidercommand. - Added the
--print-js-relative-path-stringsoption to theronin-web spidercommand. - Added the
--print-js-absolute-path-stringsoption to theronin-web spidercommand. - Added ANSI colored output to the
ronin-web diffcommand. - Renamed
ronin-web new webapptoronin-web new app.
1.0.2
- Improved documentation.
CLI
- Fixed a bug in
ronin-web serverwhereApp.hostwas being called instead of
App.bind. - Fixed a typo in the
ronin-web spider --print-statusoption.
1.0.1
- Require
ronin-web-server~> 0.1, >= 0.1.1. - Disable SSL/TLS verification by default in
Ronin::Web::Mechanize.
1.0.0
- Added nokogiri-ext ~> 0.1 as a dependency.
- Added nokogiri-diff ~> 0.1 as a dependency.
- Added ronin-web-server ~> 0.1 as a dependency.
- Added ronin-web-spider ~> 0.1 as a dependency.
- Added ronin-web-user_agents ~> 0.1 as a dependency.
- Added ronin-core ~> 0.1 as a dependency.
- Extracted
nokogiricore-exts into nokogiri-ext. - Extracted
Ronin::Web::Serverout into ronin-web-server. - Extracted
Ronin::Web::ProxyasRonin::Web::Server::ReverseProxy
in ronin-web-server. - Extracted
Ronin::Web::Spiderout into ronin-web-spider. - Extracted
Ronin::Web::UserAgentsout into ronin-web-user_agents. - Added a
ronin-webCLI:- Added the
ronin-web diffcommand. - Added the
ronin-web htmlcommand. - Added the
ronin-web irbcommand. - Added the
ronin-web newcommand. - Added the
ronin-web new nokogiricommand. - Added the
ronin-web new servercommand. - Added the
ronin-web new spidercommand. - Added the
ronin-web new webappcommand. - Added the
ronin-web reverse-proxycommand. - Added the
ronin-web servercommand. - Added the
ronin-web spidercommand.
- Added the
- Added
Ronin::Web::HTML. - Added
Ronin::Web::XML.