forked from The-Login/DNS-Analyzer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBappDescription.html
25 lines (25 loc) · 979 Bytes
/
BappDescription.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<p>
This extension allows you to find DNS vulnerabilities in web applications!
<br>
An in-depth guide for the DNS Analyzer can be found <a href="https://r.sec-consult.com/dnsburp">here</a>.
</p>
<p>Usage</p>
<p>The basic usage boils down to the following steps:</p>
<ol>
<li>Click "Copy to Clipboard" to generate and copy a Burp Collaborator domain</li>
<li>Get something to resolve the generated domain via DNS. For example, by using it:</li>
<ul>
<li>as an e-mail domain (e.g., test@[collaborator domain])</li>
<ul>
<li>Use it at registrations</li>
<li>Use it at password resets</li>
<li>Use it for newsletters</li>
<li>...</li>
</ul>
<li>via SSRF</li>
<li>anywhere, where the collaborator domain gets resolved via DNS</li>
</ul>
<li>Analyze the DNS name resolution by selecting DNS interactions in the table</li>
<li>...</li>
<li>Profit</li>
</ol>