vulncheck-oss / go-exploit

A Go-based Exploit Framework
https://pkg.go.dev/github.com/vulncheck-oss/go-exploit
Apache License 2.0
308 stars 29 forks source link

Add Vulnerable Table to the Database #217

Open j-baines opened 3 months ago

j-baines commented 3 months ago

Currently, the database implementation creates two tables: one for HTTP caching and one for results of verify target. There should be a third table for the results of check version. That way, at the end of a run, everything is found in the database.

This would be a good opportunity to insert cpe data into the database.