CVE-2021-3156 icon indicating copy to clipboard operation
CVE-2021-3156 copied to clipboard

exploit.sh is not executable ?

Open F-Masood opened this issue 4 years ago • 1 comments

hey man.

by default (after cloning) the repo to my local box, the "exploit.sh" is not executable. and if I try to run the "./exploit.sh 2>/dev/null" ... it fails.

I have to manually, make it executable, by typing "chmod +x exploit.sh" and then the exploit works.

Shouldn't it be "executable" by default ?

F-Masood avatar Jun 05 '21 18:06 F-Masood

bash exploit.sh 2>/dev/null

sharpicx avatar May 05 '23 16:05 sharpicx