You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every sensor I try to deploy ends up with the same error:
curl -s -X POST -H 'Content-Type: application/json' -d '{
"name": "qhhp01-wordpot",
"hostname": "qhhp01",
"deploy_key": "iVCWSJSH",
"honeypot": "wordpot"
}' app.domain.com/api/sensor/
+++ python -c 'import json;obj=json.load(file("/tmp/deploy.json"));print obj["uuid"]'
Traceback (most recent call last):
File "", line 1, in
**File "/usr/lib/python2.7/json/init.py", line 291, in load kw)
File "/usr/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
++ uuid=
Can anyone assist?
The text was updated successfully, but these errors were encountered:
I am able to successfully deploy Wordpot without modification of either the honeypot or the default configs of the MHN server. Can you wrap your outputs in ``` so there is no accidental markdown in your post?
Are you deploying a custom version of Wordpot and then trying to add the sensor later or deploying normally?
Hi All,
Every sensor I try to deploy ends up with the same error:
"name": "qhhp01-wordpot",
"hostname": "qhhp01",
"deploy_key": "iVCWSJSH",
"honeypot": "wordpot"
}' app.domain.com/api/sensor/
+++ python -c 'import json;obj=json.load(file("/tmp/deploy.json"));print obj["uuid"]'
Traceback (most recent call last):
File "", line 1, in
**File "/usr/lib/python2.7/json/init.py", line 291, in load
kw)
File "/usr/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
++ uuid=
Can anyone assist?
The text was updated successfully, but these errors were encountered: