-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
challenge.html
28 lines (28 loc) · 1.16 KB
/
challenge.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
title: "Attack vector challenge"
active: 3
---
<section class="section">
<div class="container">
<p>
We are looking for some hackers to come up with some potential attack vectors against security.txt files so that
we can have a clear overview of what defense mechanisms need to be in place to protect security.txt files
(<a href="https://github.com/securitytxt/security-txt/issues/112">https://github.com/securitytxt/security-txt/issues/112</a>).
</p>
<br>
<form method="POST" action="https://formspree.io/[email protected]">
<div class="field">
<div class="control">
<input name="email" class="input" placeholder="Your email" type="email">
</div>
</div>
<div class="field">
<div class="control">
<textarea name="message" class="textarea" placeholder="Your attack vector" style="height: 60vh;"></textarea>
</div>
</div>
<button type="submit" class="button button-primary">Send</button>
</form>
</div>
</section>