Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daeken/httprebind
Automatic tool for DNS rebinding-based SSRF attacks
https://github.com/daeken/httprebind
Last synced: about 1 month ago
JSON representation
Automatic tool for DNS rebinding-based SSRF attacks
- Host: GitHub
- URL: https://github.com/daeken/httprebind
- Owner: daeken
- Created: 2019-07-16T20:28:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T12:43:27.000Z (over 4 years ago)
- Last Synced: 2024-08-01T10:17:02.237Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 291
- Watchers: 7
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-bugbounty-tools - httprebind - Automatic tool for DNS rebinding-based SSRF attacks (Exploitation / Server Side Request Forgery)
- awesome-hacking-lists - daeken/httprebind - Automatic tool for DNS rebinding-based SSRF attacks (Python)
README
Installation
============Clone this repository then run:
sudo pip install dnslib flask flask_cors
Usage
=====sudo python httprebind.py domain.name serverIp mode
Where `mode` is one of: ec2, ecs, gcloud
Make sure you point your domain's nameservers to the server indicated by serverIp, and that that IP is the external address of the server, IPv4.