Skip to content

Commit 31e227e

Browse files
authored
grammar update
minor grammar update
1 parent babb4b1 commit 31e227e

File tree

1 file changed

+1
-1
lines changed
  • network-services-pentesting/pentesting-mssql-microsoft-sql-server

1 file changed

+1
-1
lines changed

network-services-pentesting/pentesting-mssql-microsoft-sql-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ From [wikipedia](https://en.wikipedia.org/wiki/Microsoft\_SQL\_Server):
4646

4747
### Automatic Enumeration
4848

49-
If you don't know nothing about the service:
49+
If you don't know anything about the service:
5050

5151
```bash
5252
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>

0 commit comments

Comments
 (0)