stealthcopter / deepce

Docker Enumeration, Escalation of Privileges and Container Escapes (DEEPCE)
Apache License 2.0
1.18k stars 103 forks source link

Script not running (Permission denied) #1

Closed cyber-jack closed 4 years ago

cyber-jack commented 4 years ago

Hi

I downloaded the script as outlined in your README using "wget https://github.com/stealthcopter/deepce/raw/master/deepce.sh"

When trying to run the script, I get "bash: ./deepce.sh: Permission denied"

Please help

stealthcopter commented 4 years ago

@cyber-jack Just need to run chmod +x ./deepce.sh on the script to make it executable. I will update the documentation to reflect this. Thanks for the report!