Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucacapacci/SqlmapDnsCollaborator

Burp Extension that lets you use Burp Collaborator as a DNS server for exfiltrating data via Sqlmap
https://github.com/lucacapacci/SqlmapDnsCollaborator

Last synced: 3 months ago
JSON representation

Burp Extension that lets you use Burp Collaborator as a DNS server for exfiltrating data via Sqlmap

Awesome Lists containing this project

README

        

# SqlmapDnsCollaborator

SqlmapDnsCollaborator is a Burp Extension that lets you perform DNS exfiltration with Sqlmap with zero configuration needed. You won't need a domain name or a public IP, just a computer with Sqlmap and Burp.

How you would normally perform DNS exfiltration with Sqlmap:
1. You buy a domain name, a public IP and then you set up a server!!
2. You run Sqlmap on that server, which performs some SQL injection on the vulnerable target.
3. Vulnerable target sends DNS requests to your DNS server containing interesting data.
4. DNS requests are interpreted by Sqlmap.

How you are going to perform DNS exfiltration with Sqlmap and SqlmapDnsCollaborator:
1. You open Burp on your computer and enable SqlmapDnsCollaborator.
2. You run Sqlmap on your computer, which performs some SQL injection on the vulnerable target.
3. Vulnerable target sends DNS requests to Burp Collaborator containing interesting data.
4. SqlmapDnsCollaborator reads DNS requests from Burp Collaborator and sends them to Sqlmap.
4. DNS requests are interpreted by Sqlmap.