Commit Graph

1908 Commits (29c812fdf3b97400b4f0d0c106e8c448b5fa6ef1)

Author SHA1 Message Date
Marshall Hallenbeck 29c812fdf3 fix(ssh): add ConnectionResetError to login exceptions 2023-04-26 12:50:00 -04:00
Marshall Hallenbeck 0cd56fcfb2 feat(ssh): add total logins when displaying creds 2023-04-26 12:08:59 -04:00
Marshall Hallenbeck 5d2ae44deb fix(ssh): add NoValidConnectionsError to auth check 2023-04-26 11:53:44 -04:00
Marshall Hallenbeck 8b57cdef25 feat(ssh): update SSH protocol to use the CMEDB and add some additional functionality for determining total logins for SSH users 2023-04-26 11:43:49 -04:00
Marshall Hallenbeck 58c10bb11e feat(ssh): add additional check for root level access after login and update formatting 2023-04-25 19:45:56 -04:00
Marshall Hallenbeck 3a7f0305e0 feat(ssh): initial db update for SSH to properly add in hosts 2023-04-25 19:45:18 -04:00
Marshall Hallenbeck 3798682ed7 fix(mssql): fix hacky printing of admin check query and handle error if the domain is None for impacket 2023-04-25 13:54:49 -04:00
Marshall Hallenbeck c8c571cde4 Merge branch 'master' of github.com:mpgn/cme 2023-04-25 09:56:06 -04:00
Marshall Hallenbeck aaa5642338 fix(console): soft wrap and set tab size to 4 2023-04-25 09:49:44 -04:00
mpgn 4e4bb9d841 update daclread module 2023-04-25 09:47:33 -04:00
mpgn 603092134d update lsassy module 2023-04-25 09:29:14 -04:00
mpgn 41ebc9bba4 replace cme_logger by the real oneé 2023-04-25 06:58:01 -04:00
mpgn 5674c73094 Fix lsa MD4 error 2023-04-25 06:41:44 -04:00
Marshall Hallenbeck b2ec26a757 fix(ldap): fix string formatting 2023-04-23 19:20:09 -04:00
mpgn d66c77ed34
Merge pull request #21 from mpgn/console_marshall
Implement Console & Optimize Module Loading
2023-04-23 12:04:44 +02:00
Marshall Hallenbeck 6da074e73b update f-strings 2023-04-22 13:48:07 -04:00
Marshall Hallenbeck 88aeb3c04c
Merge branch 'master' into console_marshall 2023-04-22 13:45:10 -04:00
mpgn ab935b8c00 fix error with conf never set 2023-04-21 07:30:18 -04:00
mpgn 6c132af27b fix laps core option with winrm 2023-04-21 07:25:25 -04:00
mpgn 059c6af3c2 fix laps core option with smb 2023-04-21 07:23:15 -04:00
mpgn 45effc625a core switch to fail instead of error function 2023-04-21 06:20:47 -04:00
mpgn 7267aae73a module switch to fail instead of error function 2023-04-21 06:17:50 -04:00
mpgn d154627633 Add new Windows LAPS 2023-04-21 06:14:12 -04:00
mpgn 5a01ad25ae ldap switch to diplay 2023-04-21 06:10:11 -04:00
mpgn c72aeaffba add timeout rdp 2023-04-21 06:08:24 -04:00
Marshall Hallenbeck cd6d364f94
Merge pull request #22 from mpgn/console_neff
Console neff
2023-04-20 07:56:34 -04:00
Alexander Neff b3b2cde392 Resolve merge conflicts 2023-04-20 13:07:59 +02:00
Alex f0aee81400
Remove `-v` so everybody's happy 2023-04-19 20:37:32 +02:00
Marshall Hallenbeck d1a22e8c98 fix(modules): only display modules for the protocol requested 2023-04-19 14:02:36 -04:00
mpgn 95da356e3b Add new Windows LAPS 2023-04-16 15:05:06 -04:00
Alexander Neff 63c0954323 Revert poetry.lock file 2023-04-15 16:47:23 +02:00
Alexander Neff 58c0bd0d2d Remove if statement that is always true and fix indent 2023-04-15 15:01:03 +02:00
Alexander Neff a2e56f1b24 Small bugfix for --darrell 2023-04-15 14:45:00 +02:00
Alexander Neff 7250f63b67 Fix option --darrell :D 2023-04-15 14:32:57 +02:00
Alexander Neff 4d70cd085f Add "-v" tag to version cli 2023-04-15 13:43:47 +02:00
Alexander Neff 4e5daefcfb Add indication on which target an error occured 2023-04-15 13:13:57 +02:00
Alexander Neff 632a19fcaf Update poetry.lock file 2023-04-15 13:12:09 +02:00
Marshall Hallenbeck 10ac9d22d2 fix(logging): fix logger assignment 2023-04-14 15:15:23 -04:00
Marshall Hallenbeck 9bec78ac53 fix(modules): properly error out if module isnt supported under the protocol 2023-04-14 15:12:32 -04:00
Marshall Hallenbeck e7bb581eb0 remove unnecessary import 2023-04-14 15:12:10 -04:00
Marshall Hallenbeck 13302234cc fix(smb): fix f-string for rid-brute 2023-04-14 15:11:43 -04:00
Marshall Hallenbeck bb5df5160d fix(samruser): properly set logger 2023-04-14 15:11:12 -04:00
Marshall Hallenbeck cfbeeda0ba define logger before setting it 2023-04-14 11:55:06 -04:00
Marshall Hallenbeck 763a4f72ed fix(cmedb): cherry pick adding NoSuchTableError 2023-04-14 11:49:05 -04:00
Marshall Hallenbeck 295a1edd15 fix(cmedb): check for NoSuchTableError while reflecting tables 2023-04-14 11:44:07 -04:00
Marshall Hallenbeck 2f333bde0f
Merge branch 'master' into console_marshall 2023-04-14 10:19:31 -04:00
Marshall Hallenbeck b0f44f0b41 feat(logging): add rich tracebacks with locals for exceptions 2023-04-12 16:34:32 -04:00
Marshall Hallenbeck 02d6ad938d fix: catch exceptions from proto_flow() and throw them higher 2023-04-12 16:33:58 -04:00
Marshall Hallenbeck 14bc33b866 more PEP8 and formatting fixes, also fix connection's kerberos_auth function definition 2023-04-12 12:37:19 -04:00
Marshall Hallenbeck e386d3852d quotation update and formatting 2023-04-12 12:12:51 -04:00