Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
intchloe committed Mar 28, 2016
1 parent 87212db commit c6a3d3d
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions tack/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!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>

0 comments on commit c6a3d3d

Please sign in to comment.