-
Add query helper methods to `WebVuln` to allow querying/filtering web vulnerabilities. This will be used by the `ronin-db web-vulns` command (ronin-rb/ronin-db#56).
* [x] `.with_type`
* [x] `.with…
-
Installing of nokogir-1.1.16.4 fails on Termux (a terminal emulator / Ubuntu-based Linux environment for Adnroid), due to `libxml2` not being able to extract due to hardlink issues with `tar`.
**Ha…
-
Add `def self.with_*` query helper methods to `PhoneNumber` for a `ronin-db phone-numbers` command to use (ronin-rb/ronin-db#58).
-
Add `def self.with_*` query helper methods to `StreetAddress` for a `ronin-db street-addresses` command to use (ronin-rb/ronin-db#57).
-
In `Converters::CSV.convert` `output` argument will be set to `nil` if we wont specify it.
Then it will call `masscan_file_to_csv(mascan_file, nil`) so `masscan_file_to_csv`'s `output` argument defau…
-
Failing command in question is as follows. Looks, by the error that the `config/ronin-db` does not exist in the default install. May be worth adding a `init` command or letting ronin create the direct…
-
ronin-rb/ronin-app#80 needs a `.urls` association on `URLQueryParamName`.
-
## Ronin
[Ronin](https://github.com/ronin-rb/ronin#readme) is a Free and Open Source [Ruby](https://www.ruby-lang.org/) Toolkit for Security Research and Development. Ronin contains [many useful co…
-
Add a `Ronin::DB::WebVuln` model to represent the `Ronin::Vulns::WebVuln` objects and their attributes yielded by `Ronin::Vulns::URLScanner..scan`.
The model must have the following columns:
* `…
-
Add a command which can install `ronin`'s completion rules into the users shell configuration or into one of the `bash.completion.d` directories or `zsh/vendor-completions`. The command should pick th…