mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2025-02-16 14:38:22 +00:00
Add wildcard DNS to ssrf.md.
This commit is contained in:
parent
16653d4e47
commit
54fcf90814
1 changed files with 21 additions and 1 deletions
|
@ -28,4 +28,24 @@ http://[::1]
|
|||
|
||||
```
|
||||
http://[::]
|
||||
```
|
||||
```
|
||||
|
||||
**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
|
||||
```
|
||||
_Link:_ xip.io
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
_Link:_ nip.io
|
||||
|
|
Loading…
Add table
Reference in a new issue