LionSec/katoolin

Asking for sudo privs while logged in as ROOT?

Opened this issue · 3 comments

i pulled via git clone. cd into the directory.. this is what I got.

root@shop-server:/home/katoolin# python3 katoolin.py File "/home/katoolin/katoolin.py", line 8 print "Sorry. This script requires sudo privledges" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

same bro

Firstly, you have to run it using python version 2.

It's not asking for sudo privileges. It's an error message because you're running a Python 2.7 script with Python 3. Run it with python2.