| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Dockerized environment to execute SSRF via DNS rebinding; it contains the following:
(All of the containers have the same IP—which allows sending HTTP requests to the site container, or DNS queries to the rbndr container.)
docker-compose updocker exec -it rebinding_node_1 shThe node container will have the vuln directory attached to /home/node/vuln; ALSO MAKE SURE YOU INSTALL THE NPM DEPENDENCIES OUTSIDE OF THE CONTAINER (npm install)
Do yo testing!
sh /home/node/vuln/infinite.sh /home/node/vuln/C0oki3s-ssrf/index.jsYou can destroy the containers by running:
docker-compose downOr you can just stop them:
docker-compose stopAnd then start them again:
docker-compose start| Back | FazBrowse Home | New Git URL |