Skip to content

Commit 646342b

Browse files
authored
Fix typo
1 parent 0a7137d commit 646342b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VHostScan/lib/core/virtual_host_scanner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def create_host(self, response, hostname, page_hash):
213213
host.hostname = hostname
214214
host.response_code = response.status_code
215215
host.hash = page_hash
216-
host.contnet = response.content
216+
host.content = response.content
217217

218218
for key, val in response.headers.items():
219219
output += ' {}: {}\n'.format(key, val)

0 commit comments

Comments
 (0)