1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

Merge pull request #10 from maxkleinke/master

added mask to download all files in smb
This commit is contained in:
Carlos Polop 2020-09-04 20:16:39 +02:00 committed by GitHub
commit 66ccdd86de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,6 +258,7 @@ sudo smbmap -R Folder -H <IP> -A <FileName> -q # Search the file in recursive mo
```bash
#Download all
smbclient //<IP>/<share>
> mask ""
> recurse ON
> prompt OFF
> mget *