spender-sandbox / cuckoo-modified

Modified edition of cuckoo
392 stars 178 forks source link

Web Interface AttributeError #490

Closed hackdefendr closed 6 years ago

hackdefendr commented 6 years ago

Just did a fresh install of cuckoo with some extra fun added using this link: https://infosecspeakeasy.org/t/howto-build-a-cuckoo-sandbox/27

Below is what I see on the Web UI. Any idea why this happened?

`Request Method: GET

http://xxx.xxx.xxx.xxx/ 1.11.6 AttributeError 'NoneType' object has no attribute 'upper' /usr/local/lib/python2.7/dist-packages/pytz/init.py in timezone, line 163 /usr/bin/python 2.7.13 ['/opt/cuckoo/web', '/usr/local/bin', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/opt/cuckoo', '/opt/cuckoo/web', '/opt/cuckoo/web/..', '/opt/cuckoo/web/..', '/opt/cuckoo/web/..', '/opt/cuckoo/web/..', '/opt/cuckoo/web/..', '/opt/cuckoo/web/..', '/opt/cuckoo/web/..']`

hackdefendr commented 6 years ago

Never mind.

I boldly ran pip install cuckoo which corrected some dependencies.