You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed AutoSploit on my kali machine but when I use the $python autosploit.py command I get the following error
Traceback (most recent call last):
File "/home/kali/Desktop/AutoSploit/autosploit.py", line 1, in
from autosploit.main import main
File "/home/kali/Desktop/AutoSploit/autosploit/main.py", line 135
print error_traceback
^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered:
I have no idea why I'm included in this issue, but this app hasn't been updated in 5 years and the error 'SyntaxError: Missing parentheses in call to 'print'. 'Did you mean print(...)?' It's because it uses an outdated version of python, probably python2.
I have installed AutoSploit on my kali machine but when I use the $python autosploit.py command I get the following error
Traceback (most recent call last):
File "/home/kali/Desktop/AutoSploit/autosploit.py", line 1, in
from autosploit.main import main
File "/home/kali/Desktop/AutoSploit/autosploit/main.py", line 135
print error_traceback
^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: