【发布时间】:2017-05-05 19:49:28
【问题描述】:
Burp Collaborator 如何通过 t-sql 和 Sql Server 发送 DNS 查询?
https://portswigger.net/burp/help/collaborator.html
我知道您可以在此处提到的 SQL Server 2005 或 2008 上的存储过程中使用例如 exec master..xp_cmdshell 'nslookup intel.com' 或 Dns.GetHostAddresses():https://stackoverflow.com/a/967696/3850405
但是今天没有多少服务器允许xp_cmdshell,这是理所当然的,但这意味着 Burp Collaborator 使用了其他东西。什么?连接只需出站,无需返回任何内容。
【问题讨论】:
标签: sql-server tsql dns burp