ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Add a `GET /vulns` route #34

Closed postmodern closed 10 months ago

postmodern commented 1 year ago

Add a GET /vulns route and form for scanning a URL for web vulnerabilities using ronin-vulns.

AI-Mozi commented 11 months ago

lfi, rfi, sqli etc. should be added to into advanced options and displayed as for example lfi: ?

postmodern commented 11 months ago

@AI-Mozi correct. All of the vuln-specific options would be grouped into sections under an Advanced Options div. There would also be a HTTP section for things like headers, cookie, user_agent, etc. The only required option would be a URL.

postmodern commented 10 months ago

Implemented by PR #64.