Commit Graph

2543 Commits (dae229a3780fd28028c57a577463005eb856ec3a)

Author SHA1 Message Date
mpgn 6604b145f1
Merge pull request #96 from mpgn/neff-cmedb
Add hashcat export for cmedb
2023-08-14 16:04:09 +02:00
Alexander Neff 292a896c01 Add cmedb option to export all hashes in the format "username:hash" for hashcat cracking 2023-08-14 09:57:37 -04:00
Alexander Neff 2d337f1645 Change info colors for smbv1 and signing to bold for readability 2023-08-14 08:44:57 -04:00
mpgn 866219d8f3
Merge pull request #93 from mpgn/neff-colors
Add color to "signing" and "SMBv1" smb output #92
2023-08-14 14:28:39 +02:00
mpgn 136e457f11
Merge pull request #91 from XiaoliChan/winrm-fix
[winrm] Formatting output & add '--codec, --no-smb' args
2023-08-14 14:17:42 +02:00
mpgn 4e832003db
Merge pull request #89 from XiaoliChan/rdp-fix
[rdp] Add missing port variable & bug fixed
2023-08-14 14:17:28 +02:00
mpgn 5f1b3d957b add rdp nla color 2023-08-14 06:00:43 -04:00
Alex 6c501e96fb Add color to "signing" and "SMBv1" smb output 2023-08-14 11:34:23 +02:00
XiaoliChan ec52633566 [winrm] Formatting output & add '--codec, --no-smb'
Signed-off-by: XiaoliChan <2209553467@qq.com>
2023-08-13 23:55:53 +08:00
mpgn 4fd6efc2fc
Merge pull request #90 from mpgn/neff-bugfixes
Add check to veeam module if av stops execution #85
2023-08-13 15:03:43 +02:00
Alex 6d864db26c Adding check to veeam module if av blocks execution 2023-08-13 14:42:30 +02:00
mpgn ef13d151f1
Merge pull request #88 from bongobongoland/master
Update enum_av.py -- Bitdefender Endpoint
2023-08-13 14:26:02 +02:00
mpgn 7d4c7007e9
Merge pull request #87 from mpgn/fix_brokenpipe
fix brokenpiperror false positive #73
2023-08-13 14:25:01 +02:00
XiaoliChan 086c35f178 [rdp] Add missing port variable & bug fixed
Signed-off-by: XiaoliChan <2209553467@qq.com>
2023-08-13 12:47:13 +08:00
bongobongoland 4ce72c73a2
Update enum_av.py 2023-08-13 08:57:37 +10:00
mpgn 5fd8157b40 fix brokenpiperror false positive #73 2023-08-12 16:51:53 -04:00
mpgn 5931fb774b
Merge pull request #86 from mpgn/av_check
New Av check
2023-08-12 22:38:53 +02:00
mpgn d582f531b4
Update enum_av.py 2023-08-12 18:10:26 +02:00
mpgn cd7ee36e7e
Update enum_av.py
cleanup file
2023-08-12 18:09:07 +02:00
mpgn 917be69e0f
Merge pull request #84 from bongobongoland/master
Kaspersky for Windows Server
2023-08-12 14:43:11 +02:00
mpgn e3b3b45328
Merge pull request #83 from godylockz/fix_mssql
MSSQL Query Processing [Bug Fix]
2023-08-12 14:41:00 +02:00
mpgn 53401caa25 add check on login before running module 2023-08-12 06:17:08 -04:00
bongobongoland 622ea4237d
Update enum_av.py 2023-08-12 11:08:33 +10:00
godylockz f5187f6761 Fix errors 2023-08-11 18:05:50 -04:00
mpgn 12e259970d
Merge pull request #82 from mpgn/neff-bugfixes
Fix configparser issue with missing configs
2023-08-11 14:18:16 +02:00
Alex 71d2ade361 Introduce more fallbacks 2023-08-11 14:00:48 +02:00
Alex 368996dede Fix configparser error 2023-08-11 14:00:39 +02:00
mpgn b5699a7c77
Merge pull request #80 from Kahvi-0/Kahvi-0-patch-1
Addition to "audit_mode". Reveal the first X characters of password.
2023-08-11 12:12:45 +02:00
mpgn e38d922913 Add AV #76 #75 2023-08-11 05:36:56 -04:00
Kahvi-0xFF bceb95ee86
Added reveal_chars_of_pwd 2023-08-10 18:38:48 -04:00
Kahvi-0xFF d822ef8a4e
Added reveal_chars_of_pwd to config
Added new config option called "reveal_chars_of_pwd" that allows users to choose if they would like to reveal the first X characters of passwords. Handy for screenshots where you are spraying a handful of pwds and want to show the first couple of characters.
2023-08-10 18:37:05 -04:00
mpgn 4004cfa3d0
Merge pull request #79 from Cyb3rC3lt/master
Enhanced the comp-desc module
2023-08-10 19:47:24 +02:00
Cyber Celt b43f84ac9c
Adding find_computer.py as a replacement for comp_desc.py
Adding find_computer.py as a replacement for comp_desc.py. It now takes a TEXT field and searches both names and operating system  fields.
2023-08-10 14:03:10 +01:00
Cyber Celt 2a197ac2b3
Delete comp_desc.py
Replacing with find_computer.py
2023-08-10 14:01:36 +01:00
Cyber Celt 6ff48c762c
Update comp_desc.py 2023-08-10 13:09:39 +01:00
mpgn 90f5cb908c
Merge pull request #78 from Data-Praetor/Argument-Fix
Explicit check as file for argument
2023-08-10 10:44:41 +02:00
Data-Praetor 758ebe9c08
Explicit check as file for argument
Use case:
"cme smb 10.10.10.10" when a subdirectory of the name "10.10.10.10" exists in the parent folder.

CrackMapExec throws a "IsADirectoryError: [Errno 21]" error in the above case.
2023-08-10 09:24:58 +05:30
mpgn 7befee3041
Merge pull request #77 from nurfed1/ldap-check-bug
Fix ldap checker bug
2023-08-08 17:04:13 +02:00
Bryan De Houwer 9ef2ca6e48 Fix ldap checker bug 2023-08-08 16:25:21 +02:00
mpgn 790452e227
Merge pull request #74 from mpgn/neff-bugfixes
Fix crash in veeam module when password contains whitespaces #72
2023-08-05 23:44:56 +02:00
Alexander Neff 1ab200c5a5 Fix crash in veeam module when password contains whitespaces and inform user 2023-08-05 18:27:35 +02:00
Alexander Neff a457642924 Move wcc logger to cme logger 2023-08-05 16:57:20 +02:00
mpgn 7d036af012
Merge pull request #69 from mpgn/fix_fqdn
fix issue #67
2023-08-03 11:43:23 +02:00
mpgn 2e96967002 fix issue #67 2023-08-03 05:39:20 -04:00
Shad0wC0ntr0ller 9332b92223
Delete ExecuteAssembly.py 2023-07-31 21:58:20 -04:00
Shad0wC0ntr0ller b8f4ca792a
Execute Assembly remotely or upload an encrypted assembly
Execute Assembly remotely or upload an encrypted assembly
2023-07-31 21:04:42 -04:00
mpgn 9c84f97d6a
Merge pull request #61 from termanix/patch-1
New module pi
2023-07-31 12:24:20 +02:00
mpgn 2b097e6400
Merge pull request #60 from 0xlazY/master
Feat: Added flag --no-write-check on smb shares
2023-07-31 12:24:09 +02:00
mpgn d26d822fa4 recompile exe 2023-07-31 06:10:47 -04:00
termanix d05577e6dd
Add New ldap Flag --dc-list 2023-07-30 18:21:09 +03:00