Pranav 2022-01-15 14:36:13 +05:30 committed by GitHub
parent 5acf1ba657
commit 563a485b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ You can login into the service using **impacket mssqlclient.py**
mssqlclient.py -db volume -windows-auth <DOMAIN>/<USERNAME>:<PASSWORD>@<IP> #Recommended -windows-auth when you are going to use a domain. use as domain the netBIOS name of the machine
#Once logged in you can run queries:
SQL> select @@ version;
SQL> select @@version;
#Steal NTLM hash
sudo responder -I <interface> #Run that in other console