diff --git a/Projects/Pinata b/Projects/Pinata index 52771d0..cb3cd2f 100644 --- a/Projects/Pinata +++ b/Projects/Pinata @@ -1,9 +1,11 @@ --- title: The Bitcoin Piñata author: someone -abstract: A transparent self-serving bug bounty with 10 BTC. +abstract: ![Piñata](/static/img/pinata.png) --- +![Piñata](/static/img/pinata.png) + The [Bitcoin Piñata](http://ownme.ipredator.se) is a unikernel which serves as bug bounty system to test TLS and the underlying implementations. Its communication endpoints are a website describing the setup, and both a TLS diff --git a/Projects/TLStunnel b/Projects/TLStunnel index 305c7da..71f2ed5 100644 --- a/Projects/TLStunnel +++ b/Projects/TLStunnel @@ -4,10 +4,10 @@ author: someone abstract: ![TLS reverse proxy](/static/img/reverse.png) --- -![TLS reverse proxy](/static/img/reverse.png) +![TLStunnel](/static/img/reverse.png) -The [tlstunnel](https://github.com/hannesm/tlstunnel) is a proxy unikernel which -listens for TLS connections, and forwards requests to backend services, such as a +The [tlstunnel](https://github.com/hannesm/tlstunnel) is a reverse proxy unikernel which +listens for TLS connections, and forwards requests to backends, such as a web server. The backend is chosen by inspecting the Server Name Indication, a widely deployed extension of the TLS protocol, where a client requests the server name to talk with during the TLS handshake. diff --git a/static/img/pinata.png b/static/img/pinata.png new file mode 100644 index 0000000..df3aba5 Binary files /dev/null and b/static/img/pinata.png differ diff --git a/static/img/reverse.png b/static/img/reverse.png index d803078..ce87862 100644 Binary files a/static/img/reverse.png and b/static/img/reverse.png differ