diff --git a/VHostScan/lib/core/virtual_host_scanner.py b/VHostScan/lib/core/virtual_host_scanner.py index 171988b..5c78cfc 100644 --- a/VHostScan/lib/core/virtual_host_scanner.py +++ b/VHostScan/lib/core/virtual_host_scanner.py @@ -213,7 +213,7 @@ def create_host(self, response, hostname, page_hash): host.hostname = hostname host.response_code = response.status_code host.hash = page_hash - host.contnet = response.content + host.content = response.content for key, val in response.headers.items(): output += ' {}: {}\n'.format(key, val)