# Functions
Attempt to cache the provided HTTP httpResp in the database.
Look for an HTTP response in the db cache.
Check the database to see if the target has been scanned for specific software.
No description provided by the author
No description provided by the author
# Variables
GlobalHTTPRespCacheLimit is the maximum size of an HTTP body that we will attempt to cache.
GlobalSQLHandle is a handle to the SQLite DB for handling cross-exploit data sharing.