wget.hsts
¶
$ target-query <path/to/target> -f wget.hsts
Module |
|
Output |
|
Module documentation
Wget shell plugin.
Function documentation
Yield domain entries found in wget HSTS files.
When using the wget
command-line utility, a file named .wget-hsts
is created in the user’s home
directory by default. The .wget-hsts
file records HTTP Strict Transport Security (HSTS) information for the
websites visited by the user via wget
.
- Resources:
Yields WgetHstsRecord
records with the following fields:
ts_created (datetime): When the host was first added to the HSTS file
host (uri): The host that was accessed over TLS by wget
explicit_port (boolean): If the TCP port for TLS should be checked
include_subdomains (boolean): If subdomains are included in the HSTS check
max_age (datetime): Time to live of the entry in the HSTS file
source (path): Location of the .wget-hsts file