README.txt in ronin-0.1.4 vs README.txt in ronin-0.2.0

- old
+ new

@@ -49,11 +49,10 @@ * Provides convenience methods for: * Formatting data: * Binary * HTTP * URIs - * HTML * Generating random text. * Networking: * TCP * UDP * SMTP @@ -66,23 +65,24 @@ * Auto-indentation enabled. * Pretty-Print loaded. == REQUIREMENTS: -* DataMapper: +* {libsqlite3}[http://sqlite.org/] +* {DataMapper}[http://datamapper.org/]: * dm-core >= 0.9.9 * data_objects >= 0.9.9 * do_sqlite3 >= 0.9.9 * dm-types >= 0.9.9 * dm-aggregates >= 0.9.9 * dm-validations >= 0.9.9 * dm-serializer >= 0.9.9 -* dm-prefined >= 0.1.0 -* parameters >= 0.1.2 -* contextify >= 0.1.0 -* reverse-require >= 0.3.1 -* repertoire >= 0.1.2 +* {dm-prefined}[http://dm-predefined.rubyforge.org/] >= 0.1.0 +* {parameters}[http://parameters.rubyforge.org/] >= 0.1.2 +* {contextify}[http://contextify.rubyforge.org/] >= 0.1.0 +* {reverse-require}[http://reverserequire.rubyforge.org/] >= 0.3.1 +* {repertoire}[http://repertoire.rubyforge.org/] >= 0.1.2 == INSTALL: $ sudo gem install ronin @@ -120,57 +120,65 @@ $ ronin == RONIN LIBRARIES: -=== RONIN ASM +=== Ronin ASM -* http://ronin.rubyforge.org/libraries/asm.html +* http://ronin.rubyforge.org/asm/ * http://github.com/postmodern/ronin-asm Ronin ASM is a Ruby library for Ronin that provides dynamic Assembly (ASM) generation of programs or shellcode. -=== RONIN DORKS +=== Ronin Dorks -* http://ronin.rubyforge.org/libraries/dorks.html +* http://ronin.rubyforge.org/dorks/ * http://github.com/postmodern/ronin-dorks Ronin Dorks is a Ruby library for Ronin that provides support for various Google (tm) Dorks functionality. -=== RONIN EXPLOITS +=== Ronin Exploits -* http://ronin.rubyforge.org/libraries/exploits.html +* http://ronin.rubyforge.org/exploits/ * http://github.com/postmodern/ronin-exploits Ronin Exploits is a Ruby library for Ronin that provides exploitation and payload crafting functionality. -=== RONIN HTML +=== Ronin HTML -* http://ronin.rubyforge.org/libraries/html.html +* http://ronin.rubyforge.org/html/ * http://github.com/postmodern/ronin-html Ronin HTML is a Ruby library for Ronin that provides support for generating complex HTML/JavaScript or crafting XSS/CSRF attacks. -=== RONIN SQL +=== Ronin SQL -* http://ronin.rubyforge.org/libraries/sql.html +* http://ronin.rubyforge.org/sql/ * http://github.com/postmodern/ronin-sql Ronin SQL is a Ruby library for Ronin that provids support for SQL related security tasks, such as scanning for and exploiting SQL injections. -=== RONIN PHP +=== Ronin PHP -* http://ronin.rubyforge.org/libraries/php.html +* http://ronin.rubyforge.org/php/ * http://github.com/postmodern/ronin-php Ronin PHP is a Ruby library for Ronin that provides support for PHP related security tasks, such as finding and exploiting Local File Inclusion (LFI) and Remote File Inclusion (RFI). + +=== Ronin Web + +* http://ronin.rubyforge.org/web/ +* http://github.com/postmodern/ronin-web + +Ronin Web is a Ruby library for Ronin that provides support for web +scraping and spidering functionality. == LICENSE: Ronin - A Ruby platform designed for information security and data exploration tasks.