SMB Server

From RHS Wiki
Revision as of 07:58, 19 October 2020 by Rafahsolis (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Impaket SMBServer

[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