Skip to content

Commit 5d2f53b

Browse files
authored
Update StudyNotes.md
1 parent 67ef4fc commit 5d2f53b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Day10/hackthebox/StudyNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ Recursively download files from smb share using smbclient:
33
2. mask ""
44
3. recurse ON
55
4. prompt OFF
6+
7+
OR
8+
```
9+
smbclient '\\server\share' -N -c 'prompt OFF;recurse ON;cd 'path\to\directory\';lcd '~/path/to/download/to/';mget *'`
10+
```

0 commit comments

Comments
 (0)