You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2021. It is now read-only.
For scanning hosts on a network that is not connected to the Internet, I would like to use a cached preload, preload-pending and public suffix list.
I have attempted to pass --cache-third-parties=/data/cachedir as an option when calling scan but that option does not seem to be recognized even though it is mentioned in pshtt/initialize_external_data().
Is there a way to use the cached lists to do a scan while not being connected to the Internet? If so, what is the correct way?
For scanning hosts on a network that is not connected to the Internet, I would like to use a cached preload, preload-pending and public suffix list.
I have attempted to pass
--cache-third-parties=/data/cachediras an option when callingscanbut that option does not seem to be recognized even though it is mentioned in pshtt/initialize_external_data().Is there a way to use the cached lists to do a scan while not being connected to the Internet? If so, what is the correct way?