websploit icon indicating copy to clipboard operation
websploit copied to clipboard

SyntaxError: invalid syntax

Open farissalman12 opened this issue 5 years ago • 1 comments

root@kali:~/websploit# websploit Traceback (most recent call last): File "/usr/local/bin/websploit", line 11, in load_entry_point('websploit==4.0.4', 'console_scripts', 'websploit')() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2852, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2443, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2449, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/local/lib/python2.7/dist-packages/websploit-4.0.4-py2.7.egg/websploit/websploit.py", line 34 module.prompt = f"wsf > {line} > " ^ SyntaxError: invalid syntax

farissalman12 avatar Aug 14 '20 07:08 farissalman12

Please try with python3

websploit avatar Dec 27 '20 08:12 websploit