mpgn
72c01b0688
add fqdn to kerberos option
2023-02-12 09:14:30 -05:00
lefayjey
0a472e9366
Use hostname in user and passpol for kerberos
2023-02-12 09:14:22 -05:00
lefayjey
5f5884785f
Fix ccache kerberos auth using rpc
2023-02-12 09:14:08 -05:00
mpgn
3b5d719d24
Simplify check
2023-02-12 08:52:22 -05:00
mpgn
8939405c6e
Forgot to add bloodhound file
2023-02-06 08:17:16 -05:00
mpgn
4335515d28
Rewrite all rdp module
2023-02-05 15:23:40 -05:00
mpgn
5696026ba0
Fix exec method with kerberos
2023-02-05 08:00:46 -05:00
mpgn
eaf421b714
Bump to 5.4.4
2023-02-05 07:37:12 -05:00
mpgn
4a443fe946
Add bloodhound core feature + fix color on ldap proto
2023-02-05 05:43:12 -05:00
mpgn
0c02ed4c0b
Add GMSA print id
2023-02-05 04:44:07 -05:00
mpgn
1ddddd5f47
Add samruser function with kerberos
2023-02-02 14:43:04 -05:00
mpgn
bdab59472b
Add ccache support for RDP auth
2023-02-01 06:04:13 -05:00
mpgn
630e902654
Fix aardwolf rust building dependency
2023-02-01 06:03:50 -05:00
mpgn
7fef784481
Add VNC scan + screenshot
2023-01-31 15:20:47 -05:00
mpgn
561c248d6e
fix aardwolf revision
2023-01-21 15:44:54 -05:00
mpgn
f0645371f0
Use default proto_flow func for rdp
2023-01-04 12:26:37 -05:00
mpgn
83f8ffd006
Handle stacktrace with binary launch with wrong python version
2023-01-04 11:48:52 -05:00
mpgn
2c6b982f7f
Remove openssl requirement
2023-01-02 06:55:03 -05:00
mpgn
16705ec0ea
Bump to 5.4.3
2023-01-02 06:37:57 -05:00
mpgn
82f28df288
Fix rdp auth & add kerberos auth (plain/nthash) -k
2023-01-02 06:37:37 -05:00
mpgn
cd36784820
Switch impacket github to mine (mpgn) to protect against new impacket repo
2022-12-14 16:37:29 -05:00
mpgn
a2225dc11c
Bump to 5.4.2 for porchetta
2022-12-14 16:00:36 -05:00
mpgn
af8cfa8011
Add new gmsa function <3
2022-12-14 15:45:51 -05:00
mpgn
31b18614e1
replace simple quote by double quote for export
2022-12-14 09:55:17 -05:00
mpgn
86823c90be
Add try catch
2022-12-12 14:39:29 -05:00
mpgn
1051ec2e69
Fix smb nthash not display with kerberos
2022-12-12 14:39:29 -05:00
Alexandre ZANNI
e4097f832e
remove duplicate license
2022-12-12 14:39:29 -05:00
Shariq Malik
b14fe7f94f
Fixed bh_owned error on non-existing values
...
If a computer on the network has been compromised but is not listed in the Neo4j database. CME won't crash any more.
2022-12-12 14:39:29 -05:00
Julio Ureña
4bab776011
Fix --enabled option to dump only enabled accounts
...
This change allows the option to work as expected and also includes an option to grep a list of users.
2022-12-12 14:39:29 -05:00
mpgn
5824aa9cfe
Fix #686
2022-12-12 14:39:29 -05:00
mpgn
171646486d
Update Dockerfile
2022-12-12 14:39:29 -05:00
Julio Ureña
c2993a5888
Modify remove_credentials to allow "creds remove"
...
`creds remove CredID` was not working because the method was commented on, I also changed the table name from credentials to users.
2022-12-12 14:39:29 -05:00
Julio Ureña
c04b2ba465
Fix cmedb displayed credentials for mssql
...
The columns were not in the correct order, which caused them to be displayed incorrectly. This change properly orders the way CMEDB displays credentials in the mssql protocol.
2022-12-12 14:39:29 -05:00
Julio Ureña
7f65c0eccb
mssql - Retrieve username when using Kerberos Auth
...
This change allows the program to return the name of the user being authenticated when using Kerberos with the protocol mssql.
2022-12-12 14:39:29 -05:00
Julio Ureña
59b953c3f7
Add - Retrieve username when using Kerberos Auth
...
This change allows the program to return the name of the user being authenticated when using Kerberos.
2022-12-12 14:39:29 -05:00
Julio Ureña
42a3d9375b
Add - Retrieve username when using Kerberos Auth
...
This change allows the program to return the name of the user being authenticated when using Kerberos.
2022-12-12 14:39:29 -05:00
mpgn
db79f5a487
Bump to 5.4.1
2022-11-10 16:08:17 -05:00
mpgn
9d6c3fe67e
Add kerberos compatibility for laps option
2022-11-10 16:07:41 -05:00
mpgn
25978c0be0
Update smb.py
2022-11-10 22:06:35 +01:00
mpgn
193ce4128e
SMB kerberos better you can put ip whithout fqdn
2022-11-10 04:17:09 -05:00
mpgn
a88a6e8552
Add catch for kerberos use-kcache option with error message
2022-11-09 16:59:53 -05:00
mpgn
667faa0d7b
Add catch for kerberos use-kcache option
2022-11-09 16:56:57 -05:00
mpgn
f50b5fec8f
Merge pull request #677 from juliourena/master
...
Fix #676 - bh_owned module output always returning false
2022-11-09 21:13:10 +01:00
Julio Ureña
a5c30851c0
Fix output always returning false
...
Based on Neo4j documentation https://neo4j.com/docs/api/python-driver/current/api.html#neo4j.Result I added some modification to the result variable.
The way it was code, `result.value()` always return 0.
2022-11-09 15:39:43 -04:00
mpgn
39fe536d3b
Merge pull request #675 from juliourena/master
...
Fix #674 - web_delivery module - Added the option to select architecture (64 or 32)
2022-11-09 13:33:52 +01:00
Julio Ureña
ba690f93fd
Added the option to select architecture (64 or 32)
...
The module only allowed 32 bits, with this change it is possible to select 32 bits or 64 bits architecture.
2022-11-09 07:07:29 -04:00
mpgn
491859e8ee
Update crackmapexec.yml
2022-11-08 23:01:05 +01:00
mpgn
52537bf96f
Merge pull request #672 from juliourena/master
...
Fix #671 - handlekatz and procdump modules fail
2022-11-08 16:36:58 +01:00
Julio Ureña
ccfd9565e0
Fix #671 - handlekatz modules fail
...
handlekatz modules fail if directory /tmp/shared does not exist. I changed the directory from /tmp/shared to /tmp and the option description.
2022-11-08 11:14:00 -04:00
Julio Ureña
61757a2cd2
Fix #671 - procdump modules fail
...
procdump modules fail if directory /tmp/shared does not exist. I changed the directory from /tmp/shared to /tmp and the option description.
2022-11-08 11:13:05 -04:00