DEV Community

Frank A
Frank A

Posted on

Hacked: Input validation in app

Input validation is crucial for web app security. In this video, you'll see a Python web app get p0wned, because the inputs are not validated. A shell gets opened on the server that's running the web app. From there, I explain what happens if there is validation, but incorrectly implemented and the whole thing contains demo's.

Timestamps show you every step, you can jump to the parts you like, whether it’s command execution, reverse shell or the Python code itself. Have fun!

Watch on Youtube

Top comments (0)