cupp icon indicating copy to clipboard operation
cupp copied to clipboard

Error "bash: ./cupp.py /usr/bin/python3: Bad interpreter: Permission Denied"

Open magicgalaga opened this issue 5 years ago • 1 comments

I install cupp in my kali linux, make ls and then try to open ./cupp.py and it says me: Permission denied. (I run it with root permissions) ¿Some help pls?

magicgalaga avatar Jun 20 '20 02:06 magicgalaga

Please try to run it this way:

python cupp.py

or

python3 cupp.py

and make shure you've got python3 installed.

Mebus

Mebus avatar Jun 20 '20 10:06 Mebus