bug-slash2. Blind OS command injection with time delays

Lets open the vulnerable lab:

Move around a little bit:

Within burpsuite, we have a post request to the target with those parameters:

Lets test them out:

We tried to ping the localhost in the email paramter, and it take the same amount of time that pings take to finish pinging.

We need to ping 10 seconds:

And we solved the lab:

Solve it using a python3 script:

Last updated