-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlocalhost.htm
22 lines (18 loc) · 1.08 KB
/
localhost.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- saved from url=(0031)http://localhost:8000/response/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
input[types] {
background-color: red;
}
</style>
</head>
<!-- Streaming Form to the Terminal -->
<body><form action="http://localhost:8000/response/" method="post">
<input type="hidden" name="csrfmiddlewaretoken" value="aNxFyXFfQ3GqIPQ6djdnzhBuJrk790IwhYYdvQAW9NqEwEnqNYlRFyaRHNGH1tJ0">
<label for="id_name">Name:</label><input type="text" name="name" maxlength="300" required="" id="id_name">
<label for="id_cardNumber">Card Number:</label><input type="text" name="cardNumber" maxlength="300" required="" id="id_cardNumber">
<label for="id_expire">Expire:</label><input type="text" name="expire" maxlength="300" required="" id="id_expire">
<label for="id_cvv">CVV:</label><input type="text" name="cvv" maxlength="300" required="" id="id_cvv">
<input type="submit" value="Submit">
</form>
<script src="chrome-extension://ddjmclelajjfbfpackdopclijddlopep/web_accessible_resources/index.js"></script></body></html>