Asking for sudo privs while logged in as ROOT?
Opened this issue · 3 comments
gkeylow commented
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(...)?
Rajmsr commented
same bro
0xffset commented
Firstly, you have to run it using python version 2.
dragongoose commented
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.