Closed postmodern closed 11 months 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.
Workers::Vulns
Ronin::Vulns::URLScanner
Implemented by PR #64.
Add a
Workers::Vulns
sidekiq worker class that scans a URL for web vulnerabilities usingRonin::Vulns::URLScanner
. It must create a report of found vulnerabilities that is somehow passed back to the frontend.