README.md in ronin-vulns-0.1.5 vs README.md in ronin-vulns-0.2.0.rc1

- old
+ new

@@ -54,11 +54,13 @@ Arguments: [COMMAND] The command name to run [ARGS ...] Additional arguments for the command Commands: + completion help + irb lfi open-redirect reflected-xss, xss rfi scan @@ -271,11 +273,12 @@ ## Requirements * [Ruby] >= 3.0.0 * [ronin-support] ~> 1.0 -* [ronin-core] ~> 0.1 +* [ronin-core] ~> 0.2 +* [ronin-db] ~> 0.2 ## Install ```shell $ gem install ronin-vulns @@ -296,19 +299,19 @@ ## Development 1. [Fork It!](https://github.com/ronin-rb/ronin-vulns/fork) 2. Clone It! 3. `cd ronin-vulns/` -4. `bundle install` +4. `./scripts/setup` 5. `git checkout -b my_feature` 6. Code It! 7. `bundle exec rake spec` 8. `git push origin my_feature` ## License -Copyright (c) 2022-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +Copyright (c) 2022-2024 Hal Brodigan (postmodern.mod3 at gmail.com) ronin-vulns is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -324,5 +327,6 @@ [Ruby]: https://www.ruby-lang.org [ronin-rb]: https://ronin-rb.dev [ronin-support]: https://github.com/ronin-rb/ronin-support#readme [ronin-core]: https://github.com/ronin-rb/ronin-core#readme +[ronin-db]: https://github.com/ronin-rb/ronin-db#readme