-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
70 lines (65 loc) · 1.61 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<body>
<style>
body {
background-color: #212121;
color: white;
}
table {
border-collapse: separate;
border-spacing: 50px 0;
}
td {
padding: 10px 0;
}</style>
<center>
<img src="bpp.png">
</br></br></br>
The swehack bug bounty program is a little bit different. swehack is a forum focused highly on privacy and security of the members. </br>
The code is based on phpBB but is highly modified to increase both privacy and security. </br>
You can submit both security and privacy related submissions to "chloe at chloe dot re".
</br>
</br>
A <b>HUGE</b> thanks to the following people that made swehack more secure and privacy friendly:
</br></br></br>
<table style="border:1px dashed orange;">
<tr>
<td><u>Nick</u></td>
<td><u>Handle (Keybase)</u></td>
<td><u>Bounty (SEK)</u></td>
<td><u>Date</u></td>
<td><u>Type</u></td>
</tr>
<tr>
<td>avlidienbrunn</td>
<td><a href="https://keybase.io/avlidienbrunn">avlidienbrunn</td>
<td>1000</td>
<td>25/3/2016</td>
<td><b>Security</b>: Various and non-public</td>
</tr>
<tr>
<td>avlidienbrunn</td>
<td><a href="https://keybase.io/avlidienbrunn">avlidienbrunn</td>
<td>500</td>
<td>25/3/2015</td>
<td><b>Privacy</b>: Exposed code in private messages</td>
</tr>
<tr>
<td>qwk</td>
<td>?</td>
<td>200</td>
<td>10/3/2016</td>
<td><b>Privacy</b>: Exposed Apaches status-page</td>
</tr>
<tr>
<td>nstr</td>
<td><a href="https://keybase.io/nstr">nstr</td>
<td>100</td>
<td>24/3/2016</td>
<td><b>Security</b>: Exposed /docs</td>
</tr>
</table>
</center>
</body>
</html>