Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 251 Bytes

heartbleed-poc

building docker image

docker build -t heartbleed-nginx .

Run docker image

docker run --rm --network host heartbleed-nginx

Simulate vulnerable victim

python3 alice.py

Run the exploit script

python2 heartbleed_exploit.py