pics
This commit is contained in:
parent
903b6595d7
commit
3f19a9020a
4 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
BIN
static/img/pinata.png
Normal file
BIN
static/img/pinata.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue