Skip to content

Commit

Permalink
Merge pull request #116 from wavvs/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
codingo committed Dec 14, 2019
2 parents 0a7137d + 646342b commit 40942f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VHostScan/lib/core/virtual_host_scanner.py
Expand Up @@ -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)
Expand Down

0 comments on commit 40942f7

Please sign in to comment.