Changes

Jump to navigation Jump to search
1,092 bytes added ,  07:58, 19 October 2020
Created page with "[https://github.com/SecureAuthCorp/impacket/blob/master/examples/smbserver.py Impaket SMBServer]<syntaxhighlight lang="bash"> [Unit] Description=Impacket SMB Server After=netw..."
[https://github.com/SecureAuthCorp/impacket/blob/master/examples/smbserver.py Impaket SMBServer]<syntaxhighlight lang="bash">
[Unit]
Description=Impacket SMB Server
After=network.target

[Service]
User=root
Group=root
WorkingDirectory=/home/
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=SMB_SERVER
Restart=always
RestartSec=3

ExecStart=/usr/local/bin/smbserver.py -smb2support -password eDTfuq69rXJGbZ649iUc -username soros rra /evidencias/sambashared/

[Install]
WantedBy=multi-user.target

</syntaxhighlight>

Navigation menu