mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
grammar update
minor grammar update
This commit is contained in:
parent
babb4b1e22
commit
31e227e97b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ From [wikipedia](https://en.wikipedia.org/wiki/Microsoft\_SQL\_Server):
|
|||
|
||||
### Automatic Enumeration
|
||||
|
||||
If you don't know nothing about the service:
|
||||
If you don't know anything about the service:
|
||||
|
||||
```bash
|
||||
nmap --script ms-sql-info,ms-sql-empty-password,ms-sql-xp-cmdshell,ms-sql-config,ms-sql-ntlm-info,ms-sql-tables,ms-sql-hasdbaccess,ms-sql-dac,ms-sql-dump-hashes --script-args mssql.instance-port=1433,mssql.username=sa,mssql.password=,mssql.instance-name=MSSQLSERVER -sV -p 1433 <IP>
|
||||
|
|
Loading…
Reference in a new issue