EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.8k forks source link

Adding smblogin module #1337

Open mvelazc0 opened 5 years ago

mvelazc0 commented 5 years ago

This change will add a new module to Empire: smblogin.

I needed a module to validate credentials to other hosts using an empire agent as a pivot. The existing module for this purpose (smbscanner ) did not work for me for most of the use cases.

Wrote a small PWS script for this https://github.com/mvelazc0/Invoke-SMBLogin.

I have tested this module using a Win7 and Win10 agents.

smblogin1