Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 40942f7

Browse files
authored
Merge pull request #116 from wavvs/patch-1
Fix typo
2 parents 0a7137d + 646342b commit 40942f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎VHostScan/lib/core/virtual_host_scanner.py‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /