Alex
|
15d52b778b
|
Merge pull request #231 from Pennyw0rth/marshall-logging-fix
|
2024-03-27 12:57:15 +01:00 |
Marshall Hallenbeck
|
eaeda89278
|
change normal output from DEBUG to INFO
|
2024-03-27 07:54:23 -04:00 |
Marshall Hallenbeck
|
52754f6eba
|
Merge pull request #229 from Pennyw0rth/marshall-logging-fix
Logging fixes (double logging & function caller obfuscation)
|
2024-03-27 06:35:34 -04:00 |
Marshall Hallenbeck
|
22da1831ec
|
fix(logging): do not double log output in debug mode; properly show calling file & lineno for such messages
|
2024-03-26 21:55:05 -04:00 |
Alex
|
bf737f186d
|
Merge pull request #227 from Pennyw0rth/neff-ldaps-port
Several ldap bug fixes
|
2024-03-27 02:36:40 +01:00 |
Marshall Hallenbeck
|
b80aa433d2
|
Merge pull request #222 from Pennyw0rth/neff-loggedon_users
Make loggedon-users unique to reduce spam and fix alignment
|
2024-03-26 20:35:13 -04:00 |
Marshall Hallenbeck
|
5bd689177f
|
Merge pull request #228 from termanix/patch-1
Module 'get-desc-users' Update - Marshall's #201 Issue Bug Fix
|
2024-03-26 16:09:19 -04:00 |
termanix
|
b122a39b15
|
Update get-desc-users.py
Removed space
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2024-03-25 17:15:06 +03:00 |
termanix
|
41ed36d6fa
|
Marshall's #201 Bug Fix
reges edited and output lines added.
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2024-03-25 17:11:15 +03:00 |
Alex
|
bfe7e46800
|
Merge pull request #152 from Pennyw0rth/neff-ldap-domain
|
2024-03-25 12:37:04 +01:00 |
Alex
|
2e311a150b
|
Merge pull request #224 from termanix/Update_active_users
Update LDAP active users lookup to match SMB
|
2024-03-24 19:05:34 +01:00 |
Alexander Neff
|
774f77e719
|
Fixing output if typo in username, fix indent when querying for specific user and formating
|
2024-03-24 19:01:29 +01:00 |
Alexander Neff
|
e691e350a9
|
Fix wrongly displayed domain when using wmi
|
2024-03-24 18:24:18 +01:00 |
Alexander Neff
|
0917a05188
|
Fix wrongly displayed domain when using winrm and remove duplicate statement
|
2024-03-24 18:17:08 +01:00 |
Alexander Neff
|
04b0b3aa6b
|
Fix wrongly displayed domain when using domain trust in mssql
|
2024-03-24 18:07:48 +01:00 |
Alexander Neff
|
63f9f3507e
|
Small fix for ldap domain with no-ntlm
|
2024-03-24 18:07:19 +01:00 |
Alex
|
09a50d8043
|
Merge branch 'main' into neff-ldap-domain
|
2024-03-24 16:23:13 +01:00 |
termanix
|
e31742ec67
|
Merge branch 'main' into Update_active_users
|
2024-03-24 10:41:37 +03:00 |
Alex
|
a6935b4d8d
|
Merge pull request #218 from Pennyw0rth/neff-enum_av
Fixing antivirus enumeration
|
2024-03-24 03:03:28 +01:00 |
Alexander Neff
|
041645aed9
|
Fix ldap not reporting DA when using hash login
|
2024-03-24 02:46:58 +01:00 |
Alexander Neff
|
6a24d76db9
|
Now adding the message, oops
|
2024-03-24 02:46:35 +01:00 |
Alexander Neff
|
eb244948e6
|
Add log message to explain potential ldap channel binding
|
2024-03-24 02:44:23 +01:00 |
Marshall Hallenbeck
|
8940badc09
|
Merge pull request #216 from Pennyw0rth/ldap-checker-fix
[ldap-checker] Module fix
|
2024-03-23 14:04:16 -04:00 |
Marshall Hallenbeck
|
d8284f9178
|
Merge pull request #226 from Pennyw0rth/issues/221
BloodHound & hash_spider fixes
|
2024-03-23 09:59:41 -04:00 |
Marshall Hallenbeck
|
934ba6f139
|
fix(hash_spider): fix old db function call for hosts; fixes #221
|
2024-03-22 14:50:01 -04:00 |
Marshall Hallenbeck
|
a9bd576392
|
fix(bloodhound): fail out right away if Bloodhound is enabled and authentication fails to the API
|
2024-03-22 14:50:01 -04:00 |
Marshall Hallenbeck
|
58d2039553
|
update default bloodhound password
|
2024-03-22 14:50:01 -04:00 |
termanix
|
6c3746643e
|
Update ldap.py
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2024-03-22 19:24:41 +03:00 |
termanix
|
e0b6f571c8
|
Update ldap.py
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2024-03-22 19:22:10 +03:00 |
termanix
|
fc40c778fe
|
Update ldap.py
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2024-03-22 19:12:26 +03:00 |
termanix
|
9603f8f450
|
Update ldap.py
Fixed single quotes and blank spaces
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2024-03-22 19:04:40 +03:00 |
termanix
|
7c07ab04d7
|
Update ldap.py
line 914 and 916 Comparison edited to "is"
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2024-03-22 18:58:45 +03:00 |
termanix
|
c1a2a92816
|
Update LDAP active users lookup to match SMB
|
2024-03-22 18:42:33 +03:00 |
Marshall Hallenbeck
|
3dc84e1228
|
Merge pull request #215 from Pennyw0rth/marshall-ldap-users
Update LDAP users lookup to match SMB
|
2024-03-22 10:50:49 -04:00 |
Alexander Neff
|
1e517c8313
|
Fix ruff
|
2024-03-22 12:47:40 +01:00 |
Alexander Neff
|
c123e37d4e
|
Make loggedon-users unique to reduce spam and fix alignment
|
2024-03-22 12:43:17 +01:00 |
Alex
|
58c0529264
|
Merge branch 'main' into neff-enum_av
|
2024-03-22 10:36:27 +01:00 |
Marshall Hallenbeck
|
40e99913e3
|
change extra output to debug statement
|
2024-03-21 20:45:39 -04:00 |
Marshall Hallenbeck
|
e870a30416
|
Merge branch 'main' into marshall-ldap-users
|
2024-03-21 20:25:51 -04:00 |
Alex
|
fb8c4bcdcd
|
Merge pull request #220 from Pennyw0rth/marshall-proto-print-fix
Fix: module names 8-10 chars being cut off
|
2024-03-22 01:23:24 +01:00 |
Marshall Hallenbeck
|
b0ec4b7951
|
fix(smb): --users display off by one :)
|
2024-03-21 20:16:43 -04:00 |
Marshall Hallenbeck
|
e5bba812e8
|
fix(ldap): off by one :)
|
2024-03-21 20:12:06 -04:00 |
Alexander Neff
|
49e909c50a
|
Formating
|
2024-03-21 20:12:06 -04:00 |
Alexander Neff
|
14e7034352
|
Formating
|
2024-03-21 20:12:06 -04:00 |
Marshall Hallenbeck
|
6a4852e013
|
fix/feat: remove unnecessary and ugly ldap-attributes functionality; add in badPwdCount to --users
|
2024-03-21 20:12:06 -04:00 |
Marshall Hallenbeck
|
3a1e93a386
|
ruff: apply ruff
|
2024-03-21 20:12:06 -04:00 |
Marshall Hallenbeck
|
762a9ac102
|
feat(ldap): allow for adding additional attributes when querying for users
|
2024-03-21 20:12:06 -04:00 |
Marshall Hallenbeck
|
0eee328ea0
|
feat(ldap): allow for specifying specific users to dump for ldap and print last password set date
|
2024-03-21 20:12:06 -04:00 |
Alex
|
0608628aff
|
Merge pull request #214 from Pennyw0rth/issue/203
Fix SMB users lookup and return last password set date
|
2024-03-22 00:48:01 +01:00 |
Marshall Hallenbeck
|
020ec1758c
|
samruser: update --user output header
|
2024-03-21 19:43:00 -04:00 |