Skip to content

Releases: ronin-rb/ronin-web

2.0.0

22 Jul 19:39
v2.0.0
Compare
Choose a tag to compare

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 all ronin-web commands for Bash and Zsh shells.
  • Added the --format=html|xml option to the ronin-web diff command.
  • Added the -t,--text option to ronin-web html.
  • Added the --print-js-url-strings option to the ronin-web spider command.
  • Added the --print-js-path-strings option to the ronin-web spider command.
  • Added the --print-js-relative-path-strings option to the ronin-web spider command.
  • Added the --print-js-absolute-path-strings option to the ronin-web spider command.
  • Added ANSI colored output to the ronin-web diff command.
  • Renamed ronin-web new webapp to ronin-web new app.

1.0.2

10 Jun 01:09
v1.0.2
Compare
Choose a tag to compare
  • Improved documentation.

CLI

  • Fixed a bug in ronin-web server where App.host was being called instead of
    App.bind.
  • Fixed a typo in the ronin-web spider --print-status option.

1.0.1

10 Jun 01:08
v1.0.1
Compare
Choose a tag to compare
  • Require ronin-web-server ~> 0.1, >= 0.1.1.
  • Disable SSL/TLS verification by default in Ronin::Web::Mechanize.

1.0.0

10 Jun 01:03
v1.0.0
Compare
Choose a tag to compare
  • 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 as Ronin::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 Ronin::Web::HTML.
  • Added Ronin::Web::XML.