Commit Graph

280 Commits (d76ce31f57b6dc4178fb4d0a980c7f793391fc08)

Author SHA1 Message Date
byt3bl33d3r b31ba6f10d Updated README 2015-11-10 02:24:13 -07:00
byt3bl33d3r b62d3e0e60 rougue variable messing with my flow 2015-11-10 02:16:48 -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 e84c55dc8c Removed SMB as a PS script server (still can't get it working reliably
on my system)
2015-11-08 23:39:37 -07:00
byt3bl33d3r ac5210826d Added PoC Powershell obfuscation (if you can even call it that) to
bypass Windows Defender on Win 10

Everythings pretty much back to normal, just needs testing and more
code cleanup
2015-11-08 23:32:48 -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 894ad27693 Minor changes when handling platform checks 2015-11-04 10:03:39 -07:00
byt3bl33d3r 9d15d52df1 Possible fix for #38 2015-11-04 09:20:15 -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
byt3bl33d3r 2256caa865 Modded the smbserver 2015-11-02 10:52:05 -07:00
byt3bl33d3r 995011f21d Fixed smbserver class for unicode 2015-11-01 19:52:05 -07:00
byt3bl33d3r a3467bf680 Fixed mimikatz log parser to not display raw mem output in password fields 2015-11-01 19:40:44 -07:00
byt3bl33d3r c58dd26833 fixes #30 2015-11-01 19:06:38 -07:00
byt3bl33d3r 56fe9aa19a Added Windows support 2015-11-01 18:52:00 -07:00
byt3bl33d3r 05fc05c178 Fixes #35 and #27
Content searching didn't work due to a bug parsing the * when listing
directory contents

Printing anything Unicode should now work everywhere

Made share spidering output more consistent/prettier
2015-11-01 17:58:50 -07:00
byt3bl33d3r 97a1b3eca2 Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec 2015-11-01 14:47:56 -07:00
byt3bl33d3r 8c230979ef Fixes #34 and #28
All strings are now unicode by default (ala Python3)
2015-11-01 14:47:31 -07:00
byt3bl33d3r c52c3993f3 Fixes #24 and #38
All strings are now unicode by default (ala Python3)
2015-11-01 14:45:42 -07:00
byt3bl33d3r b10d3efa1e Added option to use SMB server to download PS scripts (Does not work yet!)
You can now have subnets and IP ranges in a target file
2015-11-01 13:27:42 -07:00
byt3bl33d3r 56bd3908ec Revert "Possible fix for #24"
This reverts commit c74d7720df.
2015-10-30 22:51:22 -06:00
byt3bl33d3r 4a0f83fc02 Merge branch 'master' into smb_transport 2015-10-30 22:47:26 -06:00
byt3bl33d3r c341c305bc Resolves merge conflicts 2015-10-24 10:43:01 -06:00
byt3bl33d3r c74d7720df Possible fix for #24 2015-10-24 10:41:15 -06:00
byt3bl33d3r 255fff88bd fixes #23 2015-10-23 10:12:29 -06:00
byt3bl33d3r 7741bf538b Initial SMB transport support 2015-10-22 19:20:07 -06:00
byt3bl33d3r df60fbf335 Updated usage in README 2015-10-19 19:26:26 -06:00
byt3bl33d3r ccf0025c42 added options to create and delete the UseLogonCredential registry key for wdigest dumping on Windows 8.1 (#18) 2015-10-19 19:13:36 -06:00
byt3bl33d3r 9ad18f95b8 Thread number now defaults to 10 (resolves issue #12) 2015-10-19 09:00:42 -06:00
byt3bl33d3r b13a4a4a76 Revamped the print_* functions for unicode handling 2015-10-19 08:41:29 -06:00
Dan McInerney 9964d4f991 replaced ".decode('utf8')" with "unicode(x, errors='ignore')" 2015-10-18 16:36:30 -06:00
byt3bl33d3r ee0afffbcd --spider and --list now default to top level directory 2015-10-18 08:56:37 -06:00
byt3bl33d3r b420d19401 Removed a debug import 2015-10-17 23:09:28 -06:00
byt3bl33d3r 3f05e1758f Fixed another null session support bug
Fixed a bug when listing directory/share content
2015-10-17 22:54:15 -06:00
byt3bl33d3r 8fafa7479b Updated usage in README 2015-10-16 16:13:56 -06:00
byt3bl33d3r 9657a3809c updated ninja NTDIS.dit method for HTTPS support 2015-10-16 15:31:59 -06:00
byt3bl33d3r 7d2ba3c63a Added HTTPS support as per #15 2015-10-16 15:26:35 -06:00
byt3bl33d3r 8054b5e655 Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec 2015-10-11 10:16:22 -06:00
byt3bl33d3r 98a07acebe fixes #14, print_* functions now support unicode 2015-10-11 09:30:57 -06:00
byt3bl33d3r b2304e825e moar grammar 2015-10-10 23:23:08 -06:00
byt3bl33d3r 870f815269 Fixed --shares output formatting
Changed --list date/time formatting
Added last modified and size info to spider results
2015-10-10 16:45:46 -06:00
byt3bl33d3r 3cd0a98a57 Grammar 2015-10-10 09:54:55 -06:00
byt3bl33d3r b5e6b0d452 Updated README 2015-10-10 09:52:55 -06:00
byt3bl33d3r 6be318bcfb Cleaned up output of --wmi
Added more specific error handling when spidering content
Changed the content searching option to --content
2015-10-10 09:28:04 -06:00
byt3bl33d3r 429f1b79c5 Fixed exception when not specifying --exclude-dirs 2015-10-09 22:01:02 -06:00
byt3bl33d3r 334ee093b4 Updated README 2015-10-09 21:30:41 -06:00
byt3bl33d3r a01c46ccf8 Some output and usage fixes 2015-10-09 21:26:48 -06:00
byt3bl33d3r 2a18c360a2 added regex support when spidering 2015-10-09 21:04:20 -06:00
byt3bl33d3r 21713caf12 Added option to exclude directories from spidering 2015-10-09 20:15:53 -06:00