man/ronin-urls.1.md in ronin-1.5.0 vs man/ronin-urls.1.md in ronin-1.5.1

- old
+ new

@@ -9,75 +9,75 @@ Manages URLs. ## OPTIONS `-v`, `--[no-]verbose` - Enable verbose output. + Enable verbose output. `-q`, `--[no-]quiet` - Disable verbose output. + Disable verbose output. `--[no-]silent` - Silence all output. + Silence all output. `--[no-]color` - Enables color output. + Enables color output. `-D`, `--database` *URI* - The database to URI (`mysql://user:password@host/ronin`). + The database to URI (`mysql://user:password@host/ronin`). `--[no-]csv` - CSV output. + CSV output. `--[no-]xml` - XML output. + XML output. `--[no-]yaml` - YAML output. + YAML output. `--[no-]json` - JSON output. + JSON output. `-i`, `--import` *FILE* - Imports HostNames from the FILE. + Imports HostNames from the FILE. `--[no-]http` - Searches for `http://` URLs. + Searches for `http://` URLs. `--[no-]https` - Searches for `https://` URLs. + Searches for `https://` URLs. `-H`, `--hosts` *HOST* [...] - Searches for URLs with the given HOST name(s). + Searches for URLs with the given HOST name(s). `-p`, `--with-ports` *PORT* [...] - Searches for URLs associated with the PORT(s). + Searches for URLs associated with the PORT(s). `-d`, `--directory` *DIRECTORY* - Searches for URLs sharing the DIRECTORY. + Searches for URLs sharing the DIRECTORY. `-q`, `--with-query-param` *NAME* [...] - Searches for URLs containing the query-param NAME. + Searches for URLs containing the query-param NAME. `-Q`, `--with-query-value` *VALUE* [...] - Searches for URLs containing the query-param VALUE. + Searches for URLs containing the query-param VALUE. `-l`, `--[no-]list` - Lists the HostNames. + Lists the HostNames. ## FILES *~/.ronin/* - Ronin configuration directory. + Ronin configuration directory. *~/.ronin/database.log* - Database log. + Database log. *~/.ronin/database.sqlite3* - The default sqlite3 Database file. + The default sqlite3 Database file. *~/.ronin/database.yml* - Optional Database configuration. + Optional Database configuration. ## AUTHOR Postmodern <postmodern.mod3@gmail.com>