We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b467bda commit 059b0e9Copy full SHA for 059b0e9
modules/auxiliary/admin/mssql/mssql_enum_domain_accounts_sqli.rb
@@ -98,12 +98,6 @@ def run
98
end
99
100
# Create output file
101
- this_service = report_service(
102
- :host => rhost,
103
- :port => rport,
104
- :name => 'mssql',
105
- :proto => 'tcp'
106
- )
107
filename= "#{datastore['RHOST']}-#{datastore['RPORT']}_windows_domain_accounts.csv"
108
path = store_loot(
109
'mssql.domain.accounts',
0 commit comments