Skip to content

Instantly share code, notes, and snippets.

@toddmedema
toddmedema / injection.html
Created January 13, 2017 14:37
Test to see if password managers are hidden field injection proof
<html>
<head>
</head>
<body>
<form id="form" action="/" method="post">
<div class="inputarea">
<h1>Leave your email to obtain 5 free articles</h1>
<label for="email">Email</label>
<input type="email" name="email" id="email" placeholder="name@example.com" required autocomplete="email" class="input" />
<p><input type="submit" id="submit" class="button" value="Send!"></p>