Releases: ronin-rb/ronin-web
Releases · ronin-rb/ronin-web
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 xml
command. - Added the
ronin-web session-cookie
command. - Added the
ronin-web user-agent
command. - Added the
ronin-web wordlist
command. - Added the
ronin-web browser
command. - Added the
ronin-web screenshot
command. - Added the
ronin-web vulns
command. - Added the
ronin-web completion
command to install shell completion files for allronin-web
commands for Bash and Zsh shells. - Added the
--format=html|xml
option to theronin-web diff
command. - Added the
-t,--text
option toronin-web html
. - Added the
--print-js-url-strings
option to theronin-web spider
command. - Added the
--print-js-path-strings
option to theronin-web spider
command. - Added the
--print-js-relative-path-strings
option to theronin-web spider
command. - Added the
--print-js-absolute-path-strings
option to theronin-web spider
command. - Added ANSI colored output to the
ronin-web diff
command. - Renamed
ronin-web new webapp
toronin-web new app
.
1.0.2
- Improved documentation.
CLI
- Fixed a bug in
ronin-web server
whereApp.host
was being called instead of
App.bind
. - Fixed a typo in the
ronin-web spider --print-status
option.
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
nokogiri
core-exts into nokogiri-ext. - Extracted
Ronin::Web::Server
out into ronin-web-server. - Extracted
Ronin::Web::Proxy
asRonin::Web::Server::ReverseProxy
in ronin-web-server. - Extracted
Ronin::Web::Spider
out into ronin-web-spider. - Extracted
Ronin::Web::UserAgents
out into ronin-web-user_agents. - Added a
ronin-web
CLI:- Added the
ronin-web diff
command. - Added the
ronin-web html
command. - Added the
ronin-web irb
command. - Added the
ronin-web new
command. - Added the
ronin-web new nokogiri
command. - Added the
ronin-web new server
command. - Added the
ronin-web new spider
command. - Added the
ronin-web new webapp
command. - Added the
ronin-web reverse-proxy
command. - Added the
ronin-web server
command. - Added the
ronin-web spider
command.
- Added the
- Added
Ronin::Web::HTML
. - Added
Ronin::Web::XML
.