-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError 'hash' / 'Value' whle running `snare --port 8080 --page-dir "some site name" #201
Comments
Can you provide the link your college website? |
Yes sure, well my college official website is bad (sorry) This is another website giving same error i think this will do? |
It is working fine for me. Can you show the commands you run? |
I have the same issue. Cloned a local site with Then ran
|
Is there any solution to this problem? I'm a facing the same issue |
@Parth1811 guess it might be connected #215 |
@afeena I somehow got this fixed. But I'm unable to replicate it now. |
@Parth1811 how you reproduce that for the first time? I could give it a try |
Hi @Parth1811 were you able replicate the error.
|
The Both in Snare and Cloner, we set the default index page to One solution to solve this issue could be to iterate through a list of common index pages from various languages and frameworks in the exact same order that a server would and check the status code of the corresponding site for success. For example, |
Hello i sucessully set up snare (example.com) worked but then cloning twitter,gmail and then my college website gave errors.
Twitter and Gmail were not clonned to begin with but the college website (http) was cloned but when i tried to run the above mentioned command it gave the following error :
"""
Traceback (most recent call last):
File "/usr/local/bin/snare", line 4, in
import('pkg_resources').run_script('Snare==0.3.0', 'snare')
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 658, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1445, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python3.6/dist-packages/Snare-0.3.0-py3.6.egg/EGG-INFO/scripts/snare", line 200, in
File "/usr/lib/python3.6/asyncio/base_events.py", line 473, in run_until_complete
return future.result()
File "/usr/local/lib/python3.6/dist-packages/Snare-0.3.0-py3.6.egg/snare/server.py", line 91, in start
KeyError: 'hash'
you are running the latest version
""""
Help wanted :)
The text was updated successfully, but these errors were encountered: