Commit Graph

393 Commits (e74b0a7efc45ac62d700d1bf51aa99cd6d336d3b)

Author SHA1 Message Date
byt3bl33d3r e74b0a7efc Fixes #204 2017-10-24 21:30:14 -06:00
byt3bl33d3r 6f6fd20f10 Update ISSUE_TEMPLATE.md 2017-10-24 21:10:11 -06:00
byt3bl33d3r 1603ac4819 Added WINRM support, NMap XML and .Nessus parsing
- Added the WINRM protocol, CME now supports executing commands through WinRM (Powershell Remoting)
- Added support for NMap XML and .Nessus files if given as targets
- Fixed a bug in the MSSQL protocol which caused it to not retrieve host info
- Version Bump
2017-10-24 20:08:19 -06:00
byt3bl33d3r bd170a2062 Added README.rst 2017-10-21 20:36:34 -06:00
byt3bl33d3r 7a59db4c26 Updated Manifest file 2017-10-21 20:17:51 -06:00
byt3bl33d3r 7ed3fa2001 Updated requirements.txt 2017-10-21 20:13:54 -06:00
byt3bl33d3r 88cdca275d Added Pipfiles 2017-10-21 18:25:42 -06:00
byt3bl33d3r 6a645d0176 Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec 2017-10-21 17:24:32 -06:00
byt3bl33d3r 6cce1483a4 Updated Submodules 2017-10-21 17:24:09 -06:00
byt3bl33d3r dc0a7d8fd7 Merge pull request #203 from Waffle-Wrath/master
Bloodhound module
2017-09-08 10:21:55 -06:00
Waffle-Wrath 03465e3c58 default csv path modification 2017-08-30 17:54:40 +02:00
Waffle-Wrath cacfdf2915 Added bloodhound module and BloodHound-modified.ps1 script 2017-08-30 17:54:23 +02:00
byt3bl33d3r 92b8a7ce80 Merge pull request #202 from p4nd0rum/master
CME Module: SCUFFY
2017-08-23 04:45:35 -06:00
vani11a 8644137faa CME Module: SCUFFY
Similarly to LNK abuse except SCF abuse.
2017-08-23 09:35:06 +01:00
byt3bl33d3r 03fce81f6e Merge pull request #197 from ldionmarcil/master
Don't make SMBEXEC service creation use "Auto Start"
2017-08-09 10:10:48 -06:00
Louis Dion-Marcil 527b58d05c Don't make service auto-start (disable reboot persistance) 2017-08-04 14:19:06 -04:00
Louis Dion-Marcil b9aff9579c Debug message for service creation/modification 2017-08-04 14:18:39 -04:00
byt3bl33d3r 212f0c363b Updated mimipenguin module description, fixed #193 2017-07-10 08:27:45 -06:00
byt3bl33d3r 0b936def23 Takes care of issue #190 and #191, initial SSH protocol implementation
- Passing --ntds will automatically use the drsuapi method (DCSync)
- Initial implementation of the SSH protocol and the mimipenguin module
  (This is very much still not finished, lots of stuff missing)

- Added check to make sure existing config file is in the 4.x format
- Added splinter and paramiko to dep requirements
- Updated Impacket to latest commit
- HTTP protocol now also returns server version in output
2017-07-09 23:44:58 -06:00
byt3bl33d3r e973e8c210 logger status change 2017-06-26 03:58:56 -06:00
byt3bl33d3r 7149b24524 Plugged in the Powershell obfuscation functionality
- Two new flags can be added to protocols that use powershell that can
clear cached obfuscated powershell scripts and obfuscate them if
powershell is installed
2017-06-26 03:49:04 -06:00
byt3bl33d3r d3a50afbfc Removed warning if powershell is not installed 2017-06-26 01:19:04 -06:00
byt3bl33d3r 11280c4ab0 Updated submodules, initial implementation of powershell script &
launcher obfuscation

- All powershell scripts are now obfuscated if powershell for linux is
installed using Invoke-Obfuscation

- All PS launchers are obfuscated using GreatSCT's python implementation
of launcher obfuscation (for now)
2017-06-26 01:03:43 -06:00
byt3bl33d3r 01c0b334a8 Updated impacket 2017-06-24 17:59:42 -06:00
byt3bl33d3r fd94502d48 Removed useless format param 2017-06-23 14:37:18 -06:00
byt3bl33d3r 92453cd7a9 Fixes #179 2017-06-23 14:29:36 -06:00
byt3bl33d3r f4dfddc89b Fixes #182 2017-06-23 12:15:09 -06:00
byt3bl33d3r c9eec77cf8 Updated Impacket (resolves #173) 2017-05-21 22:37:01 -06:00
byt3bl33d3r e9cafb2fdb Updated the empire_exec module for Empire 2.0 (for realzies this time) 2017-05-16 17:52:43 -06:00
byt3bl33d3r 60ac9e249d Updated the empire_exec module for Empire 2.0 2017-05-16 17:51:51 -06:00
byt3bl33d3r e795197501 Added support for both SMBv1 and SMBv3 connections
- Host info output now shows if SMBv1 is supported
2017-05-14 22:44:49 -06:00
byt3bl33d3r f9385023ed Added web_delivery module 2017-05-08 00:24:01 -06:00
byt3bl33d3r 2d22cca3ab Added SessionGopher module 2017-05-07 23:19:04 -06:00
byt3bl33d3r 4ff034f366 Added enum_avproducts module, fixed module logging
- Modules now do not print output of commands called from their protocol
- Added the enum_avproducts module
- Fixed the mimikatz_enum_vault_creds to not display creds with invalid
passwords
- Added an export command to the SMB protocols DB navigator (as
suggested by @hatredshapedlikeaman)
- Misc output fixes
2017-05-07 21:16:18 -06:00
byt3bl33d3r 04907ceb29 Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec 2017-05-05 15:11:56 -06:00
byt3bl33d3r c71692e576 Fixed HTTP protocol exiting during setup and pass pol enumeration 2017-05-05 15:10:42 -06:00
byt3bl33d3r 67d9f249f8 Merge pull request #171 from hatredshapedlikeaman/patch-3
Update videos_for_darrell.harambe
2017-05-05 13:45:31 -06:00
hatredshapedlikeaman 1684d4988d Update videos_for_darrell.harambe 2017-05-05 13:38:59 -06:00
byt3bl33d3r c26d993db4 Added Slinky module, pylnk in requirements 2017-05-04 19:13:11 -06:00
byt3bl33d3r ee36665516 Fixed MSSQL protocol, refactored HTTP Protocol
- Fixed error in MSSQL protocol which would cause it to error out when
executing commands
- Fixed logic to deal with standard MSSQL auth instead of windows auth
- Refactored the HTTP protocol
2017-05-02 18:52:16 -06:00
byt3bl33d3r feb9f2f63e Adjusted logger formatting 2017-04-30 13:40:00 -06:00
byt3bl33d3r 450fc19cdf Added CME-Powershell-Scripts submodule 2017-04-30 13:28:09 -06:00
byt3bl33d3r 8f38025821 Some submodule crap 2017-04-30 13:19:53 -06:00
byt3bl33d3r f0752f61b7 Re-wrote the HTTP protocol to use splinter and phantomjs
- All http connections are now concurrent
- Added a flag to take screenshots of webpages
- Minor Code cleanup
2017-04-30 12:54:35 -06:00
byt3bl33d3r 3e27f30cb1 Added the RDP module to enable/disable RDP (Resolves #88) 2017-04-26 18:01:47 -06:00
byt3bl33d3r 9bc5b32e4b Merge branch 'master' of github.com:byt3bl33d3r/CrackMapExec 2017-04-26 17:04:22 -06:00
byt3bl33d3r d9fb2a506a Fixes #168 and #167 2017-04-26 17:04:15 -06:00
byt3bl33d3r 7fe048a7df Update README.md 2017-04-25 16:16:50 -06:00
byt3bl33d3r 5f10769c5c Update README.md 2017-04-25 16:14:54 -06:00
byt3bl33d3r 90652434a3 Update README.md 2017-04-25 16:13:58 -06:00