You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,7 @@ Inside the interactive shell, you can use the following commands:
179
179
180
180
```bash
181
181
Menu:
182
+
[+] services - Show the running services (except system services)
182
183
[+] upload <local_path><remote_path> - Upload a file
183
184
[+] download <remote_path><local_path> - Download a file
184
185
[+] loadps <local_path>.ps1 - Load PowerShell functions from a local script
@@ -191,6 +192,14 @@ Menu:
191
192
Note: Use absolute paths for upload/download for reliability.
192
193
```
193
194
195
+
### Show Running Services
196
+
197
+
You can list the running services (except system services) on the remote host using the `services` command. This will display a list of services that are currently running, which can be useful for post-exploitation tasks.
0 commit comments