class VenomCache(object):
VenomCache Class.
Method | __init__ |
Return VenomCache Object. |
Instance Variable | cache_file |
Cache file location. |
Property | cache_file_age |
Get time cache file was last modified. |
Method | regen_cache |
See if we need to regnerate cache. |
Property | is_stale |
Returns true if cache age is over MAX_CACHE_AGE. |
Property | cache |
Return cached json dictionary from cache file. |
Method | _getoptions |
Get msf venom options. |
Method | _gencache |
Routine that generates the cache dictionary. |