sweetsoftware / Ares

Python botnet and backdoor
1.54k stars 474 forks source link

Error running server.py #30

Closed traget closed 7 years ago

traget commented 7 years ago

/Ares/server# python server.py Traceback (most recent call last): File "server.py", line 282, in main() File "server.py", line 269, in main cherrypy.config.update("conf/server.conf") File "/usr/lib/python2.7/dist-packages/cherrypy/config.py", line 81, in update for section, valueMap in updateMap.iteritems(): AttributeError: 'str' object has no attribute 'iteritems'

Night46 commented 7 years ago

assuming you run 'python-cherrypy', try installing 'python-cherrypy3' and it should resolve this error when you run server.py

traget commented 7 years ago

I already fixed this Night46 but.. Thanks Anyway!

Sorry for forgeting to close.