Alex
|
a6935b4d8d
|
Merge pull request #218 from Pennyw0rth/neff-enum_av
Fixing antivirus enumeration
|
2024-03-24 03:03:28 +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 |
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 |
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 |
Alexander Neff
|
1e68591742
|
Formating
|
2024-03-21 23:49:35 +01:00 |
Marshall Hallenbeck
|
590a4e2536
|
format(logger): fix some newlining stuff that got messed up during old black formatting
|
2024-03-21 18:20:18 -04:00 |
Marshall Hallenbeck
|
3c1927afd7
|
fix: modules with a name between 8 and 10 length were being erroneously cut off
|
2024-03-21 18:16:09 -04:00 |
Marshall Hallenbeck
|
9a915f0f24
|
fix/feat(samruser): add back in bad password count to --users; closes #219
|
2024-03-21 18:12:40 -04:00 |
Marshall Hallenbeck
|
54e6ebb017
|
samruser: clean auth line up
|
2024-03-21 17:42:05 -04:00 |
Alexander Neff
|
2e196b5a50
|
Fix ruff linting
|
2024-03-21 19:09:15 +01:00 |
Alexander Neff
|
382af18513
|
Fixing enum_av process enumeration and adding more info to ESET
|
2024-03-21 19:06:21 +01:00 |
Alexander Neff
|
39bf9b109c
|
Stop neo4j for spamming into the debug log
|
2024-03-21 19:06:14 +01:00 |
zblurx
|
e8fe42cb4a
|
fix ruff warning
|
2024-03-21 17:09:22 +01:00 |
zblurx
|
addc060077
|
fix ldap signing check
|
2024-03-21 17:04:49 +01:00 |
Marshall Hallenbeck
|
2a66f36364
|
fix(users): remove domain from output, since it's implied, and set timestamp to <never> for last set password date if it should be
|
2024-03-20 21:57:39 -04:00 |
Marshall Hallenbeck
|
60f1785608
|
ruff: apply ruff
|
2024-03-20 18:03:28 -04:00 |
Marshall Hallenbeck
|
ce9b766276
|
fix+feat(smb-users): allow requesting only specific users, print LastPwSet, and functionize more code for future use
|
2024-03-20 17:57:31 -04:00 |
Alex
|
ae158614e6
|
Merge pull request #213 from Pennyw0rth/neff-nullauth-bh
Stop Netexec from adding null auth user to bloodhound
|
2024-03-20 01:02:31 +01:00 |
Alexander Neff
|
d885974121
|
Stop nxc from trying to add null auth creds to bloodhound
|
2024-03-19 20:01:11 -04:00 |
Alex
|
e367bf9fa8
|
Merge pull request #212 from Pennyw0rth/neff-fix-bloodhound-dump
Adding the fileNamePrefix which was introduced in bloodhound so files…
|
2024-03-20 00:58:43 +01:00 |
Alex
|
6b6decd1d7
|
Merge pull request #208 from Pennyw0rth/neff-fix-207
Revert #190 to enable null-auth without explicit specification
|
2024-03-20 00:58:15 +01:00 |
dt
|
bcd0896bc1
|
Adding the fileNamePrefix which was introduced in bloodhound so files get properly zipped again
|
2024-03-19 21:24:09 +01:00 |
Alexander Neff
|
74b18fdf4e
|
Merge branch 'main' into neff-fix-207
|
2024-03-18 23:34:36 +01:00 |
Marshall Hallenbeck
|
e12fef0620
|
Merge pull request #163 from lodos2005/main
[Module] printerbug
|
2024-03-18 15:35:16 -04:00 |
Alexander Neff
|
ca192d8f8e
|
Revert #190 to enable functionality without explicit auth
|
2024-03-18 15:18:23 -04:00 |
Alex
|
b62c315440
|
Merge pull request #65 from sebrink/main
|
2024-03-18 19:25:06 +01:00 |
Hakan Yavuz
|
b8099a967a
|
Merge branch 'main' into main
|
2024-03-17 23:36:38 -07:00 |
Alexander Neff
|
dff88cb345
|
Use f-strings and make minor improvements
|
2024-03-17 02:24:24 +01:00 |
Alexander Neff
|
efe59e33f1
|
Fix ruff linting
|
2024-03-16 19:26:10 +01:00 |
Alexander Neff
|
b192c036cb
|
Don't display observation window and lockout duration if lockout threshhold is 0, as they are disabled then
|
2024-03-16 19:13:11 +01:00 |
Alexander Neff
|
4d6d3bf766
|
Remove unused packages and display pso timedeltas as they are in active directory
|
2024-03-16 18:53:01 +01:00 |
Alexander Neff
|
5f88d6121a
|
Formating and small code improvements
|
2024-03-16 17:10:19 +01:00 |
Alexander Neff
|
0acfc551ac
|
Add missing imports and improve code
|
2024-03-16 17:03:47 +01:00 |