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 `Workers::Vulns` sidekiq worker class #36

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add a Workers::Vulns sidekiq worker class that scans a URL for web vulnerabilities using Ronin::Vulns::URLScanner. It must create a report of found vulnerabilities that is somehow passed back to the frontend.

postmodern commented 11 months ago

Implemented by PR #64.