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

Error while launching it #1

Open
ghost opened this issue Sep 7, 2018 · 3 comments
Open

Error while launching it #1

ghost opened this issue Sep 7, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 7, 2018

$ python webkiller.py
File "webkiller.py", line 16
print '\r'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('\r')?
$ python webkiller.py
File "webkiller.py", line 16
print '\r'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('\r')?
$

@ghost
Copy link

ghost commented Feb 4, 2019

I'm having the same issue on windows. I'll try it on kali when I get home.

@cymilad
Copy link

cymilad commented Mar 19, 2019

use kali linux

@ahmedguetat62
Copy link

probably because you're using python 3 so that the syntax is different so that instead of print'\r' it should be
print("\r")
so that you should modify every print

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