berdav / CVE-2021-4034

CVE-2021-4034 1day
MIT License
1.94k stars 509 forks source link

cannot stat '/usr/bin/true': No such file or directory #25

Open Ak4izZ opened 2 years ago

Ak4izZ commented 2 years ago

I got this warning after exec "cp /usr/bin/true GCONV_PATH=./pwnkit.so:."

owl4ce commented 2 years ago

So strange. https://github.com/berdav/CVE-2021-4034/blob/55d60e381ef90463ed35f47af44bf7e2fbc150d4/Makefile#L2 https://github.com/berdav/CVE-2021-4034/blob/55d60e381ef90463ed35f47af44bf7e2fbc150d4/Makefile#L18

Ak4izZ commented 2 years ago

So strange.

https://github.com/berdav/CVE-2021-4034/blob/55d60e381ef90463ed35f47af44bf7e2fbc150d4/Makefile#L2

https://github.com/berdav/CVE-2021-4034/blob/55d60e381ef90463ed35f47af44bf7e2fbc150d4/Makefile#L18

so line 2 means TRUE refers to the shell I am using?

klmyssn commented 8 months ago

Did you manage to solve the issue in the end?