From a6470f612452ff4d45644935595987b1f3c8656b Mon Sep 17 00:00:00 2001 From: 51pwn MTX Date: Wed, 13 Oct 2021 11:25:08 +0800 Subject: [PATCH 1/2] up --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bf6c5f9..e57f264 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,12 @@ 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 +``` \ No newline at end of file From 3ef56cc90b17ffa9ff54bbfd06e7ec6f9b98389e Mon Sep 17 00:00:00 2001 From: 51pwn <18223385+hktalent@users.noreply.github.com> Date: Wed, 13 Oct 2021 11:28:02 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e57f264..9b077c6 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,5 @@ 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 -``` \ No newline at end of file +``` +image