mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2025-02-16 22:38:24 +00:00
32 lines
464 B
Markdown
32 lines
464 B
Markdown
|
## Special Tools
|
||
|
|
||
|
**Resolution**
|
||
|
|
||
|
- http://dnsbin.zhack.ca (DNS)
|
||
|
- http://pingb.in (DNS)
|
||
|
- http://requestb.in (HTTP)
|
||
|
|
||
|
**Wildcard DNS**
|
||
|
|
||
|
- http://xip.io
|
||
|
|
||
|
```
|
||
|
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
|
||
|
```
|
||
|
|
||
|
- http://nip.io
|
||
|
|
||
|
```
|
||
|
10.0.0.1.nip.io
|
||
|
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
|
||
|
```
|
||
|
|
||
|
**Reconnaissance**
|
||
|
|
||
|
- https://publicwww.com/ (Source Code Search Engine)
|