Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Dec 24, 2024
1 parent cafff9f commit 61dc2dc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions web-security/xss-reflected/server
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ def challenge_get():
return f"""
<html><body>
<h1>pwnmsg ephemeral message service</h1>
The message: {flask.request.args.get("msg", "(none)")}
<hr><form>Craft a message:<input type=text name=msg><input type=submit value=Submit></form>
The message:
{flask.request.args.get("msg", "(none)")}
<hr>
<form>
Craft a message:
<input type=text name=msg>
<input type=submit value="Make URL!">
</form>
</body></html>
"""

Expand Down

0 comments on commit 61dc2dc

Please sign in to comment.