Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ Rendering Engine Hackability Probe performs a variety of tests to discover what
For further information, please refer to the whitepaper at [https://portswigger.net/research/cracking-the-lens-targeting-https-hidden-attack-surface](https://portswigger.net/research/cracking-the-lens-targeting-https-hidden-attack-surface)

You can find a public demo here: https://portswigger-labs.net/hackability/

# How run
```
docker stop hackability
docker rm hackability
docker run --rm -it --name="hackability" -v `pwd`:/var/www/html -p 8081:8080 trafex/php-nginx:latest

open http://127.0.0.1:8081
```
<img width="1111" alt="image" src="https://user-images.githubusercontent.com/18223385/137062178-8f7834c9-ffe8-4288-8736-b69ed83fcf40.png">