13 lines
300 B
HTML
13 lines
300 B
HTML
<!doctype html>
|
|
<html>
|
|
<head><title>DNSdumpster</title></head>
|
|
<body>
|
|
<h1>DNSdumpster</h1>
|
|
<!-- intentionally missing csrfmiddlewaretoken input -->
|
|
<form id="search">
|
|
<input type="text" name="domain" value="example.com"/>
|
|
<button type="submit">Search</button>
|
|
</form>
|
|
</body>
|
|
</html>
|