Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working cause im not root but i am root??? #187

Open
CuddlyCornet645 opened this issue Sep 3, 2024 · 1 comment
Open

Not working cause im not root but i am root??? #187

CuddlyCornet645 opened this issue Sep 3, 2024 · 1 comment

Comments

@CuddlyCornet645
Copy link

root@LETMEOUT:/GitHub/wifite# sudo python3 wifite.py
File "/GitHub/wifite/wifite.py", line 261
print R + ' [!]' + O + ' ERROR:' + G + ' wifite' + O + ' must be run as ' + R + 'root' + W
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
root@LETMEOUT:/GitHub/wifite#

Running on debian 12.6 (Windows Sub-System)

@vivek089
Copy link

update print statement as
print(R + ' [!]' + O + ' ERROR:' + G + ' wifite' + O + ' must be run as ' + R + 'root' + W)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants