Commit Graph

6066 Commits

Author SHA1 Message Date
azoxlpf bbcd292759 use kdcHost only for dc_ip 2026-02-05 16:41:47 +01:00
azoxlpf e3b97c6edf fix : support NTLM hash and AES key auth 2026-02-04 19:39:41 +01:00
Alex 434ed7328b Merge pull request #1090 from Barneee/fix/ldap-attribute-userpassword 2026-01-29 15:28:49 +05:30
Dennis Barnekow eb91b75a59 Fix inconsistent LDAP attribute name in module get-userPassword.py
Align output with queried LDAP attribute (userPassword)


Signed-off-by: Dennis Barnekow <26984391+Barneee@users.noreply.github.com>
2026-01-29 10:32:42 +01:00
Alex 08b43bf089 Merge pull request #1070 from Signum21/main 2026-01-12 10:04:02 +01:00
Alex 8aa9d6f97b Merge pull request #1069 from strikoder/main 2026-01-12 09:50:23 +01:00
Signum21 6c063ce491 Add database fix commands for Windows
Signed-off-by: Signum21 <Signum21@users.noreply.github.com>
2026-01-11 06:11:17 +01:00
Amin 3f59b017b6 Update --ls help text to clarify hidden files are displayed 2026-01-10 19:35:09 +01:00
Amin dec2156ba5 Fix: FTP --ls now displays hidden files 2026-01-10 10:52:48 +01:00
Alex b1e9d633b8 Merge pull request #1053 from XiaoliChan/list-snapshot
[ShadowCopy] Add `list-snapshots` function for SMB & WMI
2026-01-05 00:52:55 +01:00
Alexander Neff 1d672fe7dc Typos 2026-01-04 18:48:36 -05:00
Alexander Neff 0e0efd8a7a Remove unused imports 2026-01-04 18:21:22 -05:00
Alexander Neff 6f73cdc556 Formatting 2026-01-04 17:43:52 -05:00
Alexander Neff 2ac20c4fd3 Fix enum_dns wmi query 2026-01-04 17:38:11 -05:00
Alex 182c89851d Merge pull request #1057 from Pennyw0rth/neff-fix-nfs-ls
Fix ls arg in nfs
2026-01-01 15:05:40 +01:00
Alexander Neff 440ecb5b34 Handle lookup failures 2026-01-01 08:57:32 -05:00
Alexander Neff d86df0e739 Update auth values for every sub dir 2026-01-01 08:57:23 -05:00
XiaoliChan 82f89676f5 [WMIExec] Bug fix
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2026-01-01 21:37:52 +08:00
XiaoliChan 60b2bbcc31 Merge branch 'main' into list-snapshot 2026-01-01 01:50:16 +08:00
Alex a3d4216300 Merge pull request #1055 from termanix/terman-fix
Fix Not Listing All User on Groups
2025-12-31 18:42:16 +01:00
Alex 3fd564ba33 Merge pull request #1056 from Pennyw0rth/neff-fix-pre2k-change-pw
Allow changing password for locked pre2k accounts
2025-12-31 18:30:18 +01:00
Alexander Neff dd6c51b4d3 Allow changing password for locked pre2k accounts 2025-12-31 12:05:22 -05:00
Alexander Neff 03d42f20ed Fix display name for groups 2025-12-31 11:39:19 -05:00
Alexander Neff 3e3c19f28d Formatting 2025-12-31 10:55:56 -05:00
Alexander Neff e4b9dc7e84 Remove wrong comment 2025-12-31 10:50:27 -05:00
Alexander Neff 3908554688 Formatting 2025-12-31 10:49:12 -05:00
Alexander Neff 5cd36496f3 Add primaryGroupId search to admin check 2025-12-31 10:48:42 -05:00
Alexander Neff 50ce1129e6 Remove duplicate size limit 2025-12-31 10:26:04 -05:00
Alexander Neff 76fedd68ee Simplify logic 2025-12-31 10:23:38 -05:00
termanix 08f35a4bc5 removed filter type 2025-12-31 17:02:03 +02:00
termanix 7dfe103636 Fixed if returns another group and removed nesting. It checks for groupDN and PrimaryGroupID 2025-12-31 16:59:41 +02:00
termanix af3d62f4e2 ruff fix 2025-12-31 13:56:44 +02:00
termanix 461b1ed3f4 Fixed groups self.args 2025-12-31 13:41:42 +02:00
XiaoliChan 35118c49e6 [WMI Query]: Rename function from 'wmi' to 'wmi_query'
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2025-12-30 20:21:49 +08:00
XiaoliChan 0b56dde6c6 [SMB] WMI Quqery: Bug fix of while condition
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2025-12-30 20:01:21 +08:00
XiaoliChan 28e5fa9eba [List Snapshots] Show shadowcopy InstallDate in WMI Query
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2025-12-30 18:39:02 +08:00
XiaoliChan 6f421d977f [List Snapshots] Add e2e command
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2025-12-30 18:25:24 +08:00
XiaoliChan 20e5fb1783 [WMI Query] Align with wmi.py and update func name in modules
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2025-12-30 18:19:55 +08:00
XiaoliChan a88a6801bd [ShadowCopy] Follow coding style
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2025-12-30 17:44:34 +08:00
XiaoliChan 14bac800c1 [ShadowCopy] Add list-snapshots function for SMB & WMI
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2025-12-30 17:31:38 +08:00
Alex 6ae1f0b93a Merge pull request #1051 from Pennyw0rth/neff-binaries
Rename windows binary
2025-12-26 16:35:43 +01:00
Alexander Neff a718893930 Rename windows binary 2025-12-26 10:29:06 -05:00
Alex fbabaa73dc Merge pull request #1050 from Pennyw0rth/fix-binaries
Fix binaries
2025-12-26 15:59:14 +01:00
Alexander Neff 613659d605 Fix hidden imports for binary 2025-12-26 09:45:25 -05:00
Alexander Neff d541425628 Fix e2e tests 2025-12-26 09:45:10 -05:00
Alexander Neff e2bd8b3f66 Fix vnc module 2025-12-26 09:44:30 -05:00
Alex f1877176a5 Merge pull request #1048 from Pennyw0rth/v1.5.0-release
Release version 1.5.0 - Yippie-Ki-Yay
v1.5.0
2025-12-24 17:33:14 +01:00
Alexander Neff 86444ab7f2 Release version 1.5.0 - Yippie-Ki-Yay 2025-12-24 07:45:30 -05:00
Alex 7c0892236d Merge pull request #1039 from Dfte/rdp_hosts
NXCDB RDP hosts
2025-12-23 01:13:37 +01:00
Alexander Neff c95b1a7165 Formatting 2025-12-22 19:10:51 -05:00