diff --git a/README.md b/README.md index bf6c5f9..9b077c6 100644 --- a/README.md +++ b/README.md @@ -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 +``` +image