https://github.com/sa7mon/dns-rebind
DNS Rebinding Attack research
https://github.com/sa7mon/dns-rebind
Last synced: about 1 month ago
JSON representation
DNS Rebinding Attack research
- Host: GitHub
- URL: https://github.com/sa7mon/dns-rebind
- Owner: sa7mon
- Created: 2020-06-12T19:19:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T01:39:07.000Z (almost 6 years ago)
- Last Synced: 2026-01-29T21:26:39.859Z (5 months ago)
- Language: Go
- Homepage:
- Size: 3.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNS Rebinding Research
## Password Server
A simple vulnerable API to run on localhost for demonstration purposes.
### Usage
`go build -o passwords-server`
Sending a GET request to `/getPasswords` will return the super secret password
## Singularity
https://github.com/nccgroup/singularity