I am not getting invalid input in the responses for the above, but no luck finding the username so i believe to be in the right path of solving it.
Can anyone give me a tip to continue?
thank you in advance
There’s a gotcha that you need to worry about. What I was doing, which I believe many are doing, was preparing the payload according to my machine’s environment variables. However, that is not always the same as the machine we are attacking. As a result, I first ran the printenv to have a look at the available environment variables on the target machine and adjust the payload accordingly.