cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.56k stars 1.7k forks source link

2.0.5 cuckoo web interface Expetion on Ubutu LTS #2071

Closed smalinskiy closed 6 years ago

smalinskiy commented 6 years ago

Hello Team!

successfully installed cuckoo but unable to run web-django interface..

^Croot@probe2:~/.cuckoo/conf# /etc/init.d/mongodb status ● mongodb.service - An object/document-oriented database Loaded: loaded (/lib/systemd/system/mongodb.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2018-01-18 13:06:59 MSK; 20h ago Docs: man:mongod(1) Main PID: 10160 (mongod) CGroup: /system.slice/mongodb.service └─10160 /usr/bin/mongod --config /etc/mongodb.conf

Jan 18 13:06:59 probe2 systemd[1]: Started An object/document-oriented database. root@probe2:~/.cuckoo/conf#


Exception happened during processing of request from ('10.21.214.104', 8392) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 102, in init super(WSGIRequestHandler, self).init(*args, **kwargs) File "/usr/lib/python2.7/SocketServer.py", line 652, in init self.handle() File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 167, in handle self.raw_requestline = self.rfile.readline(65537) File "/usr/lib/python2.7/socket.py", line 480, in readline data = self._sock.recv(self._rbufsize) error: [Errno 104] Connection reset by peer

smalinskiy commented 6 years ago

NGFW start to inspect HTTP1.2 on uncommont port, not cuckoo issue.