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 #6

Open
yossefibrahimmohamed opened this issue Sep 18, 2023 · 1 comment
Open

Error #6

yossefibrahimmohamed opened this issue Sep 18, 2023 · 1 comment

Comments

@yossefibrahimmohamed
Copy link

File "/home/yossef/PacketWhisper/packetWhisper.py", line 141
print "Select time delay between DNS queries:"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

@Murzoned
Copy link

You probably tried to run the utility with python3. Using python2 instead does the trick. Just do it like this: python2 packetWhisper.py.

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