zblurx
3086559501
auto export of domain backup key
2023-02-07 15:32:19 +01:00
zblurx
33093c2d49
fix dpapi harversting
2023-02-07 14:51:01 +01:00
zblurx
f790d95613
pass it to core option
2023-02-07 12:06:42 +01:00
zblurx
07f729146f
update dploot dependency
2023-02-06 17:44:26 +01:00
zblurx
029120f64a
update dependency version
2023-02-03 11:32:00 +01:00
zblurx
2e23f3a20c
Merge branch 'Porchetta-Industries:master' into master
2023-02-03 11:30:10 +01:00
mpgn
37acd57b91
Update requierments for aardwolf
2023-01-31 21:01:43 +00:00
mpgn
71dfe1874e
remove the rust building dependency
2023-01-31 20:55:00 +00:00
zblurx
66cd0799ab
add comments and limit cert dump to clientauth cert
2023-01-23 10:12:28 +01:00
mpgn
351f9c38cd
fix aardwolf issue #726
2023-01-21 15:51:30 -05:00
mpgn
5f2f94bb82
fix aardwolf issue #726
2023-01-21 15:49:10 -05:00
zblurx
a25dad9705
Merge branch 'Porchetta-Industries:master' into master
2023-01-06 10:39:52 +01:00
zblurx
02382d7ab1
update dploot version
2023-01-06 10:39:20 +01:00
zblurx
3127a6e8f6
update pyproject
2023-01-02 17:20:00 +01:00
zblurx
c344f414d2
update pyproject
2023-01-02 17:19:08 +01:00
mpgn
fd1336b1af
Merge pull request #711 from Porchetta-Industries/mpgn-patch-1
...
Fix RDP login
2023-01-02 13:14:12 +01:00
mpgn
d00a9bafeb
Fix RDP login
...
Fix RDP login, major breaking change so it is also commited on the public repo
2023-01-02 12:43:27 +01:00
mpgn
53c83f3d8c
Switch to my fork of impacket
2022-12-14 22:40:13 +01:00
mpgn
9b1167ad14
Switch impacket lib to my fork since impacket is managed by another company
...
this commit is prevent surprise ;)
2022-12-14 22:39:09 +01:00
mpgn
31542973d7
Fix smb nthash not display with kerberos
2022-11-29 17:05:15 -05:00
mpgn
a4c89ef561
Bump to 5.4.1
2022-11-29 16:46:26 -05:00
mpgn
99cea583e9
Add kerberos compatibility for laps option
2022-11-29 16:46:25 -05:00
mpgn
df879ed7e8
Merge pull request #689 from noraj/patch-1
...
remove duplicate license
2022-11-28 23:21:24 +01:00
zblurx
6f7c99bb50
Merge branch 'Porchetta-Industries:master' into master
2022-11-25 17:25:16 +01:00
mpgn
f69fdcf503
Merge pull request #690 from shariqmalik/fixes
...
Fixed bh_owned error on non-existing values
2022-11-25 13:05:22 +01:00
Shariq Malik
a3046f657b
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-11-25 16:58:52 +05:00
Alexandre ZANNI
a41f923b40
remove duplicate license
2022-11-23 15:06:56 +01:00
mpgn
01ad675a3e
Merge pull request #688 from juliourena/master
...
Fix --enabled option to dump only enabled accounts
2022-11-22 21:00:22 +01:00
Julio Ureña
7c684bcffb
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-11-22 14:28:57 -04:00
mpgn
c821b797b3
Fix #686
2022-11-22 14:11:15 +01:00
mpgn
0ba701deb8
Update Dockerfile
2022-11-22 12:32:14 +01:00
zblurx
561fb6da57
Merge branch 'Porchetta-Industries:master' into master
2022-11-18 18:39:01 +01:00
zblurx
5d60eb0d10
Merge branch 'master' of github.com:zblurx/CrackMapExec
2022-11-18 18:36:42 +01:00
zblurx
92575a9530
upgrade version of dploot
2022-11-18 18:36:05 +01:00
mpgn
d823b8b4cb
Merge pull request #682 from juliourena/master
...
Modify remove_credentials to allow "creds remove"
2022-11-17 19:21:24 +01:00
Julio Ureña
81b53b9652
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-11-17 11:18:13 -04:00
zblurx
3df3978cb0
Merge branch 'Porchetta-Industries:master' into master
2022-11-17 16:16:47 +01:00
zblurx
75d01e5cb6
init dpapi module
2022-11-17 16:16:10 +01:00
mpgn
bbc534a489
Merge pull request #681 from juliourena/master
...
Fix cmedb displayed credentials for mssql
2022-11-17 16:08:38 +01:00
Julio Ureña
2c4be7b9e4
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-11-17 09:27:01 -04:00
mpgn
e72d6a6d10
Merge pull request #680 from juliourena/master
...
Fix - Blank username when using Kerberos Auth (smb / mssql)
2022-11-16 22:28:02 +01:00
Julio Ureña
4a12e437fa
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-11-16 16:39:44 -04:00
Julio Ureña
bd5a3fe91d
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-11-16 16:15:30 -04:00
Julio Ureña
baceb06afd
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-11-16 16:06:43 -04: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