Commit Graph

  • 3ce031ffee Made the output of --lusers actually decent byt3bl33d3r 2016-04-09 15:18:10 -06:00
  • 4da8c07956 Cleaned up the Powershell code in the token_rider module: * Added error handling in case a command fails to execute on a target * POST request code is now a function * Made the output POST'd back to us actually useful byt3bl33d3r 2016-04-09 14:36:31 -06:00
  • 94d1c040c8 Initial commit for the token_rider module! OMFG this thing is amazing it deserves its own blog post! byt3bl33d3r 2016-04-09 03:57:40 -06:00
  • d3eb5cd8ff Added entry in .gitignore byt3bl33d3r 2016-04-08 22:13:01 -06:00
  • 84dfa1d839 Lots of unicode fixes (omfg halp) resolves issue #92 byt3bl33d3r 2016-04-08 20:38:49 -06:00
  • 9052e48286 Removed decription of authentication error (will display if --verbose is passed) byt3bl33d3r 2016-04-08 19:58:01 -06:00
  • eb4f185118 Database now tracks which users have admin access to which hosts byt3bl33d3r 2016-04-08 00:25:06 -06:00
  • a1c41d97c9 Fixed incorrect error handling when database wasn't created (part of issue #93) byt3bl33d3r 2016-04-03 20:21:58 -06:00
  • cd989879d4 Removed debug statement and fixed output in tokens.py module byt3bl33d3r 2016-03-30 13:11:28 -06:00
  • 7bfe04236a Added a tokens module to enumerate available tokens Added a --server-host flag to specify the IP to bind the server to byt3bl33d3r 2016-03-30 12:58:55 -06:00
  • 9262832b86 Fixed missing imports when dumping NTDS via vss byt3bl33d3r 2016-03-30 11:37:34 -06:00
  • 7e6657eedb fixed timeout and error handling when smb spidering byt3bl33d3r 2016-03-30 10:06:23 -06:00
  • e6a293c9f3 Updated usage in README byt3bl33d3r 2016-03-30 00:47:17 -06:00
  • e5e38cb881 Re-added License to master byt3bl33d3r 2016-03-30 00:45:16 -06:00
  • 05387abf65 Changed the wdigest flag byt3bl33d3r 2016-03-30 00:26:09 -06:00
  • 811001edc4 Forgot to add the smbspider class back in connector.py, whoops! byt3bl33d3r 2016-03-29 23:58:24 -06:00
  • 0bc0855c43 Added default mimikatz command to module description byt3bl33d3r 2016-03-28 00:42:42 -06:00
  • f8afef444c Changed README again byt3bl33d3r 2016-03-28 00:25:19 -06:00
  • f5895ac4ea Changed README byt3bl33d3r 2016-03-28 00:21:20 -06:00
  • 6eabf0224c Updated README byt3bl33d3r 2016-03-27 15:45:41 -06:00
  • 10a12a9a0f Initial v3.0 commit to master byt3bl33d3r 2016-03-27 15:17:18 -06:00
  • 792a631fe2 Updated the usage in README byt3bl33d3r 2016-03-12 19:20:40 -07:00
  • 4c3ca3a0f6 Added the --tokens options to enumerate available tokens (issue #86) byt3bl33d3r 2016-03-12 18:24:08 -07:00
  • 5814121e6d Actually pushing the new cert would be nice byt3bl33d3r 2016-03-11 22:08:13 -07:00
  • f4141c9041 Regererated SSL cert, fixed a typo variable byt3bl33d3r 2016-03-11 22:02:25 -07:00
  • 3ec981f3fa Re-added the --timeout option byt3bl33d3r 2016-03-11 20:09:52 -07:00
  • ade4c12ad4 Revert "Stole Empires powershell architecture detection code, arch is now detected and handled automatically" byt3bl33d3r 2016-03-11 20:01:42 -07:00
  • bdcebd0045 Changed the default server to HTTPS (cause why not) byt3bl33d3r 2016-03-07 22:32:35 -07:00
  • cd103f5cb6 Stole Empires powershell architecture detection code, arch is now detected and handled automatically byt3bl33d3r 2016-03-07 20:13:51 -07:00
  • 2427ccaa9b Updated README byt3bl33d3r 2016-01-27 00:29:35 -07:00
  • 7b255b3c9a - More code cleanup in the smart_login function, added pwdump support when using the combo file (-C) flag (resolves #80) byt3bl33d3r 2016-01-26 23:50:33 -07:00
  • c50ffb0f65 - Re-Factored MSSQL support for better integration when executing commands and attacks (e.g. mimikatz, injection) - By default, the --mssql flag will enumerate db instances and will allow you to execute commands through xp_cmdshell - Made some logic changes on how/when connections are initiated byt3bl33d3r 2016-01-26 21:23:03 -07:00
  • 3c5cf012fd - Password. Username and Hash flags now accept one file or user/pass/has per argument - smart_login function partial code cleanup byt3bl33d3r 2016-01-19 01:56:42 -07:00
  • b1646c3f76 - Made output *FABULOUS* by aligning the logger output - Moar unicode fixes (srsly fuck unicode) byt3bl33d3r 2016-01-18 20:40:50 -07:00
  • 224befe25d Fixed bug that would cause a traceback in rpcquery.py when PTH byt3bl33d3r 2016-01-17 22:43:57 -07:00
  • 5c31910571 Fixed .join() error in smart_login.py when PTH byt3bl33d3r 2016-01-17 22:42:53 -07:00
  • 7075c095cc Fixed wmiquery error when passing-the-hash byt3bl33d3r 2016-01-17 12:28:52 -07:00
  • d383c3df8f Updated requirements.txt byt3bl33d3r 2016-01-17 00:51:25 -07:00
  • 65187a7190 Updated Readme byt3bl33d3r 2016-01-17 00:22:22 -07:00
  • 3aaa378a23 - HTTP/S server now uses the new logging system byt3bl33d3r 2016-01-17 00:09:45 -07:00
  • 256f2cd12d - Powershell process architecture is now auto selected based on payload - Added flag to force Powershell process architecture byt3bl33d3r 2016-01-16 23:00:50 -07:00
  • d1508d2923 Merge branch 'mssql_and_logging' of github.com:byt3bl33d3r/CrackMapExec into mssql_and_logging byt3bl33d3r 2016-01-16 22:40:45 -07:00
  • 5a1adba648 - Logging has been overhauled for readability and parsing (resolves #47) - Added flag to test creds against MSSQL DBs (resolves #66) - Added flags to enable/disable xp_cmdshell on MSSQL DBs - Added flag to execute commands through xp_cmdshell on MSSQL DBs - Added flag to enumerate MSSQL DB instances - Targets are now accepted with arguments instead of a comma seperated list (resolves #71) byt3bl33d3r 2016-01-16 22:33:11 -07:00
  • 58b6d0636d - Logging has been overhauled for readability and parsing (resolves #47) - Added flag to test creds against MSSQL DBs (resolves #66) - Added flags to enable/disable xp_cmdshell on MSSQL DBs - Added flag to execute commands through xp_cmdshell on MSSQL DBs - - Targets are now accepted with arguments instead of a comma seperated list (resolves #71) byt3bl33d3r 2016-01-16 22:33:11 -07:00
  • 7aa67e388c Resolves #70 byt3bl33d3r 2016-01-13 19:21:04 -07:00
  • 86ca7e4640 Updated target paramater description byt3bl33d3r 2016-01-06 23:28:31 -07:00
  • f85a50cfe4 Merge pull request #62 from maaaaz/master byt3bl33d3r 2016-01-06 22:47:17 -07:00
  • 15c5b83bc2 added ability to accept FQDNS and hostnames as targets (resolves #13) byt3bl33d3r 2016-01-06 22:07:19 -07:00
  • a1e113520a Adding a user-agent to the HTTP/S request when downloading the Meterpreter staged shellcode would cause a rpc_access_denied error when executing the PS code with WMI. Have to investigate why, for now removed the offending code and everything seems to be working perfectly. byt3bl33d3r 2015-12-25 12:54:02 -07:00
  • 1a40805ae4 service interaction fix maaaaz 2015-12-20 12:24:17 -05:00
  • d2c103bf56 encoding errors fix maaaaz 2015-12-20 12:10:40 -05:00
  • 3d0203a780 Version bump and README update byt3bl33d3r 2015-12-20 00:19:23 -07:00
  • 553ec9910e Updated the Powershell payloads to support Powersploits 3.0 update byt3bl33d3r 2015-12-20 00:11:08 -07:00
  • c328c397f8 Forgot regex string for Invoke-NinjaCopy byt3bl33d3r 2015-12-19 22:01:04 -07:00
  • 5515464c02 Updated PowerSploit scripts to latest version byt3bl33d3r 2015-12-19 21:57:28 -07:00
  • 9f130886ee updated README byt3bl33d3r 2015-12-13 15:51:00 -07:00
  • 45e37570a3 Updated powerview.ps1 to latest commit byt3bl33d3r 2015-12-13 14:27:18 -07:00
  • e965cd8374 Should resolve #51 byt3bl33d3r 2015-12-13 13:47:51 -07:00
  • f5c8684876 Fixed output for --gpp-passwords option in http/s server byt3bl33d3r 2015-12-11 00:29:47 -07:00
  • 3574bbe832 Added --gpp-passwords option to retrieve GPP passwords byt3bl33d3r 2015-12-11 00:24:43 -07:00
  • 4e1414fa04 Removed some useless imports byt3bl33d3r 2015-11-29 12:21:42 -07:00
  • 9e50051651 Merge branch 'maaaaz-master' byt3bl33d3r 2015-11-29 12:21:19 -07:00
  • 9916c03a05 Removed code to check for log directory byt3bl33d3r 2015-11-29 12:21:06 -07:00
  • 7401c13563 post v2.1 changes maaaaz 2015-11-29 12:07:30 -05:00
  • 3016461f41 Updated usage in README byt3bl33d3r 2015-11-20 20:24:04 -07:00
  • a2c2c17489 Added src param for --download (resolves #32) byt3bl33d3r 2015-11-20 20:20:42 -07:00
  • 474ded4ea2 Fixed port variable when invoking PowerView byt3bl33d3r 2015-11-20 19:47:40 -07:00
  • f0fe1a25a7 Added option to set the HTTP/HTTPS server port (resolves #33) byt3bl33d3r 2015-11-20 19:33:55 -07:00
  • 0d1e580edd Added previous commit changes to passpoldump.py byt3bl33d3r 2015-11-20 18:54:34 -07:00
  • 6e2d24c0b7 Fixed a bug when passing-the hash that would cause an AttributeError byt3bl33d3r 2015-11-20 18:51:50 -07:00
  • 11e75ac897 Added --fail-limit and --gfail-limit options to limit the amount of failed login attemptes per host and globally byt3bl33d3r 2015-11-19 23:04:54 -07:00
  • 2fe0d795f0 Updated README with new usage byt3bl33d3r 2015-11-19 21:15:12 -07:00
  • 2212a03275 Added options to interact with Windows services byt3bl33d3r 2015-11-19 21:13:46 -07:00
  • a9e0ee99ec Fixed bug with atexec that would cause it to not retrieve command output Made atexec output more consistent byt3bl33d3r 2015-11-19 18:59:11 -07:00
  • a7be3ea0a7 Usage update in README byt3bl33d3r 2015-11-19 18:31:48 -07:00
  • f1d97518ac Version bump and README update byt3bl33d3r 2015-11-19 18:29:27 -07:00
  • 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 byt3bl33d3r 2015-11-19 18:13:32 -07:00
  • bff44a5ed2 Fixed WMI query output formatting byt3bl33d3r 2015-11-14 21:51:59 -07:00
  • 19ecdf870a Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec byt3bl33d3r 2015-11-13 22:38:19 -07:00
  • 433a98f4d8 Fixed namspace error when injecting an exe byt3bl33d3r 2015-11-13 22:38:13 -07:00
  • 4690ca29b9 fixes issue #43 byt3bl33d3r 2015-11-11 09:26:01 -07:00
  • 9ebc95519a Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec byt3bl33d3r 2015-11-10 23:26:13 -07:00
  • 365675f380 Re-added the synopsys sections in the PowerShell scripts byt3bl33d3r 2015-11-10 23:25:11 -07:00
  • 117906707f Update README.md byt3bl33d3r 2015-11-10 22:15:28 -07:00
  • 6e173670a0 Update README.md byt3bl33d3r 2015-11-10 22:14:49 -07:00
  • 3a7479d7dd Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec byt3bl33d3r 2015-11-10 20:12:57 -07:00
  • 38ca35d619 Vss NTDS.dit dumping method back online byt3bl33d3r 2015-11-10 20:06:58 -07:00
  • b31ba6f10d Updated README byt3bl33d3r 2015-11-10 02:24:13 -07:00
  • b62d3e0e60 rougue variable messing with my flow byt3bl33d3r 2015-11-10 02:16:48 -07:00
  • 66dbf87af5 Everything is set! \o/ byt3bl33d3r 2015-11-10 01:57:04 -07:00
  • e84c55dc8c Removed SMB as a PS script server (still can't get it working reliably on my system) byt3bl33d3r 2015-11-08 23:39:37 -07:00
  • ac5210826d Added PoC Powershell obfuscation (if you can even call it that) to bypass Windows Defender on Win 10 byt3bl33d3r 2015-11-08 23:32:48 -07:00
  • 83e2f34b4c Almost all functionality restored, removed psexec execution method byt3bl33d3r 2015-11-08 20:11:18 -07:00
  • e7246fd777 Refactor pass 1 byt3bl33d3r 2015-11-08 15:27:33 -07:00
  • 73a3917bc2 Added all 4 execution methods to main greenlet byt3bl33d3r 2015-11-05 18:01:28 -07:00
  • 894ad27693 Minor changes when handling platform checks byt3bl33d3r 2015-11-04 10:03:39 -07:00
  • 9d15d52df1 Possible fix for #38 byt3bl33d3r 2015-11-04 09:20:15 -07:00
  • fcfdf3d04c Initial re-write byt3bl33d3r 2015-11-03 03:22:58 -07:00
  • 2256caa865 Modded the smbserver byt3bl33d3r 2015-11-02 10:52:05 -07:00
  • 995011f21d Fixed smbserver class for unicode byt3bl33d3r 2015-11-01 19:52:05 -07:00