-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|