Commit Graph

8 Commits

Author SHA1 Message Date
byt3bl33d3r c9bb82fb45 Initial PowerView integration, for some reason only works when using
smbexec as the execution method, so for now it's forced to that
Fixed a bug where forcing Powershell code to run in a 32bit process
would cause a rpc_access_denied error message
Made Mimikatz parser output more consistent
Made wmiexec and smbexec output more consistent
2015-11-19 18:13:32 -07:00
byt3bl33d3r bff44a5ed2 Fixed WMI query output formatting 2015-11-14 21:51:59 -07:00
byt3bl33d3r 38ca35d619 Vss NTDS.dit dumping method back online
Updated README
2015-11-10 20:06:58 -07:00
byt3bl33d3r 66dbf87af5 Everything is set! \o/
Recap on changes:
Complete refactor, script broken up to make it readable
Kerberos support (!!!! sweeeeet !!!!)
Logging has been overhauled (everything sent to stdout gets logged)
Added a noOutput attr on all three excution methods
Exposed a --no-output option for moar stealth when executing commands
Exposed a --lsa option to dump LSA secrets
Exposed the -history and -pwdLastSet options from secretdump
Fixed passpoldumper
Fixed the NTDS.dit dumper
HTTP/HTTPS server now removes powershell script comments
HTTP/HTTPS server randomizes powershell function names to bypass AV on
windows 10
--session and --luser output has been made decent (resolves #42)

Moar code style changes and bugfixes

TODO:
hook back up ninja and vss NTDS.dit dumping methods
Allow all three execution methods to utilize the smbserver as fallback
to retrieve command output
expose some options to control remote services
2015-11-10 01:57:04 -07:00
byt3bl33d3r 83e2f34b4c Almost all functionality restored, removed psexec execution method 2015-11-08 20:11:18 -07:00
byt3bl33d3r e7246fd777 Refactor pass 1
Revamped logging and main greenlet
Major code cleanup and bug fixes everywhere
2015-11-08 15:27:33 -07:00
byt3bl33d3r 73a3917bc2 Added all 4 execution methods to main greenlet 2015-11-05 18:01:47 -07:00
byt3bl33d3r fcfdf3d04c Initial re-write
Overhauled logging, major code cleanup and organization
Updated all impacket script code to latest commit.
Initial Kerberos support
2015-11-03 03:22:58 -07:00