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(...)?