Hi guys, I’m trying to solve stack-five in https://exploit.education but I’m facing an issue I think I’ve written my exploit script properly the shellcode is from http://shell-storm.org/shellcode/files/shellcode-806.php when i run the script in gdb I got this message I actually I don’t know what kind of error is this I think I’ve done everything properly I’ve been struggling for 5 hours and I did not figure out what’s the problem.
Thank you for your response, I think this is not the problem because I solved the previous exercises facing this issue, this link for my previous solution https://github.com/3esawe/Phoenix
The actual exception is raised when the stack5 process exits normally and you get a /bin/dash running, so gdb is the one responsible for it, and the reason is UTF-8 locale not being set.