Commit Graph

1117 Commits

Author SHA1 Message Date
François REYNAUD 3460931d6b Add checks for NBTNS and Powershell v2 2023-05-03 18:20:38 +02:00
François REYNAUD dd08ae0d86 Implement several checks
Administrator's name
Spooler service
WSUS configuration
Guest account
Powershell execution policy
2023-05-02 20:35:56 +02:00
François REYNAUD cddbd26119 Add LAPS check 2023-04-28 19:29:40 +02:00
François REYNAUD e6d7e81d7b Finish simple registry checks and add last update check 2023-04-28 16:45:58 +02:00
François REYNAUD baa1c78068 New module for checking Windows configuration 2023-04-27 15:54:51 +02:00
mpgn d2ea13f6c3 Update aardwolf/asyauth/minikerberos/pypykatz 2023-03-04 15:23:51 -05:00
mpgn 3172c5243d Merge pull request #741 from Z4kSec/master
Update masky module (v0.2.0)
2023-02-14 09:34:43 +01:00
Zak ada917cc02 Update masky module (v0.2.0) 2023-02-13 23:20:17 +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
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
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
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
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
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
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
mpgn 6c565b7a1b Merge pull request #670 from shoxxdj/master
bugfix : cant export csv
2022-11-08 15:37:23 +01:00
shoxxdj 0990b4fa8b bugfix : cant export csv 2022-11-08 15:15:54 +01:00
mpgn e4f6343646 Bump to 5.4.0 2022-11-08 05:08:23 -05:00