from flask import Flask, render_template_string app = Flask("pwnc") @app.route("/") def hello(): # auto-submit on page load html_form = """