general post
publishScreenshots from the blog posts
Summary
One of the many cool Flask features is the interactive debug console in the browser. This can be useful to quickly test what part of your code is causing issues. But in many cases, developers explicitly enable the debug console and disable the pin protection on those debug consoles. One of the consequences is remote command execution on these applications. Let's explore.
Description
Tags
Comments (0)