Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Adding smblogin module #1337

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
Adding Invoke-SMBLogin module - small fix on smblogin.py
  • Loading branch information
mvelazco committed Mar 20, 2019
commit 2f5f5f44b40829e2fcf1cfed4418a101223cab49
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ def generate(self, obfuscate=False, obfuscationCommand=""):
scriptEnd += "'Invoke-SMBLogin completed'"

script += scriptEnd
print script
return script