cupp
cupp copied to clipboard
Error "bash: ./cupp.py /usr/bin/python3: Bad interpreter: Permission Denied"
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?
Please try to run it this way:
python cupp.py
or
python3 cupp.py
and make shure you've got python3 installed.
Mebus