ronin-rb / ronin-web

ronin-web is a collection of useful web helper methods and commands.
https://ronin-rb.dev
GNU General Public License v3.0
40 stars 10 forks source link

Add a `--print-js-url-strings` option to the `ronin-web spider` command #92

Closed postmodern closed 4 months ago

postmodern commented 4 months ago

Add a --print-js-url-strings option which uses agent.every_js_url_string to print URLs extracted from JavaScript. This will require ronin-web-spider ~> 0.2.

postmodern commented 4 months ago

Implemented by 95be0ec.