Commit 5cc13230 authored by bobloblaw's avatar bobloblaw
Browse files

Updates list_of_common_ports.md

Auto commit by GitBook Editor
parent 13690b12
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -605,9 +605,15 @@ Default port for Microsoft SQL .

```
sqsh -S 192.168.1.101 -U sa
```

# Execute commands
exec master..xp_cmdshell

```
To execute the date command to the following after logging in
xp_cmdshell 'date'
go

```