Commit Graph

  • 4d9e403eff feat(cmedb): update get_groups to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:57:20 -05:00
  • 0a044ed740 feat(cmedb): update is_group_valid to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:55:21 -05:00
  • 1547416e85 feat(cmedb): update get_users_with_share_access to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:53:19 -05:00
  • bfcc212ba2 feat(cmedb): update add_share to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:49:21 -05:00
  • f37e03a09c fix(cmedb): fix db column reference Marshall Hallenbeck 2023-03-06 17:45:59 -05:00
  • 20b8e9788c feat(cmedb): update get_group_relations to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:42:45 -05:00
  • 5dcdf4a44d feat(cmedb): update get_admin_relations to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:41:35 -05:00
  • 66a6abc062 feat(cmedb): update get_credentials to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:40:21 -05:00
  • a2331bcbe6 feat(cmedb): update is_user_valid to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:38:42 -05:00
  • 2b3789f045 fix(smbdb): update result query syntax Marshall Hallenbeck 2023-03-06 17:37:13 -05:00
  • 1b7ed043b0 fix(SAwarnings): add warning ignore for SAWarnings Marshall Hallenbeck 2023-03-06 17:32:16 -05:00
  • 8c2258c6d1 feat(cmedb): update is_credentials_valid to use proper sqlalchemy syntax Marshall Hallenbeck 2023-03-06 17:29:50 -05:00
  • ca414de428 chore(cmedb): update formatting Marshall Hallenbeck 2023-03-06 17:26:18 -05:00
  • 64c1e5a41b feat(cmedb): update cmedb.py to use proper sqlalchemy connection Marshall Hallenbeck 2023-03-06 17:22:33 -05:00
  • ba4eebdf68 feat(smbdb): completely revamp get_shares_by_access function (needs testing) Marshall Hallenbeck 2023-03-06 11:58:43 -05:00
  • 4d0007dc4b feat(cmedb): update get_shares sqlalchemy syntax Marshall Hallenbeck 2023-03-06 11:44:02 -05:00
  • 4b11bb2382 feat(cmedb): update is_share_valid sqlalchemy syntax Marshall Hallenbeck 2023-03-06 11:35:55 -05:00
  • f90871f025 feat(database): working on making database operations more async, reducing write concurrency issues, and fixing sqlalchemy query formats Marshall Hallenbeck 2023-03-05 21:12:13 -05:00
  • f67ebe2154 WIP: improve computer add and update logic to reduce writes Marshall Hallenbeck 2023-03-05 19:14:37 -05:00
  • e25f780848 feat(mssqldb): update get_computers to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:19:49 -05:00
  • 2a58536e62 feat(mssqldb): update is_computer_valid to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:19:23 -05:00
  • d06105cd99 feat(mssqldb): update get_credentials to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:18:54 -05:00
  • f4926974ed feat(mssqldb): update is_credential_valid to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:18:26 -05:00
  • 5e05b61a02 feat(mssqldb): update remove_admin_relations to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:18:01 -05:00
  • 3727065c85 feat(mssqldb): update get_admin_relations to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:17:35 -05:00
  • 8071f8d11f feat(mssqldb): update add_admin_user to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:17:08 -05:00
  • 1f07bbcf97 feat(mssqldb): update remove_credentials to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:13:11 -05:00
  • d9604f7b89 feat(mssqldb): update add_credential to use sqlalchemy Marshall Hallenbeck 2023-03-04 22:12:10 -05:00
  • b8ea10c5fb chore(mssqldb): fix formatting Marshall Hallenbeck 2023-03-04 22:08:16 -05:00
  • 7d663016da feat(mssqldb): update add_computer to use sqlalchemny Marshall Hallenbeck 2023-03-04 22:08:04 -05:00
  • 0428efed38 small formatting fix in db_navigator Marshall Hallenbeck 2023-03-04 21:48:19 -05:00
  • def6bfb4fc small formatting fix Marshall Hallenbeck 2023-03-04 21:45:11 -05:00
  • bd849eb13c feat(smbdb): update additional user functions to use sqlalchemy Marshall Hallenbeck 2023-03-04 21:41:43 -05:00
  • c017784b62 feat(smbdb): update is_user_valid to use sqlalchemy Marshall Hallenbeck 2023-03-04 21:24:51 -05:00
  • ce95817f67 feat(smbdb): update is_credential_local to use sqlalchemy Marshall Hallenbeck 2023-03-04 21:21:15 -05:00
  • 81f3093211 feat(cmedb): update creds remove command to use sqlalchemy Marshall Hallenbeck 2023-03-04 21:17:45 -05:00
  • a6348f0f69 feat(cmedb): add database column for count of members of groups from AD, and the last queried time of it. Additionally transition to sqlalchemy Marshall Hallenbeck 2023-03-04 21:08:48 -05:00
  • 0d9abf783f fix(smbdb): fix extraneous commit call that was causing errors due to timing Marshall Hallenbeck 2023-03-04 19:35:35 -05:00
  • 568c8d4a92 chore(smbdb): fix formatting Marshall Hallenbeck 2023-03-04 19:10:18 -05:00
  • 5f6cf08c47 refactor(cmedb): pass dbengine object instead of session object Marshall Hallenbeck 2023-03-04 19:00:20 -05:00
  • 781c895cc8 fix(smb-database): remove redundant commit calls Marshall Hallenbeck 2023-03-04 17:50:59 -05:00
  • 7b8055f4b1 chore: remove debug print statements Marshall Hallenbeck 2023-03-04 17:05:32 -05:00
  • dcf4cca3be chore: remove commented code Marshall Hallenbeck 2023-03-04 17:04:28 -05:00
  • 8bd44ace3d feat(cmedb): update sql queries for groups command Marshall Hallenbeck 2023-03-04 17:03:00 -05:00
  • 68594764e8 feat(cmedb): update queries and fix parameter names Marshall Hallenbeck 2023-03-04 15:33:07 -05:00
  • d2ea13f6c3 Update aardwolf/asyauth/minikerberos/pypykatz mpgn 2023-03-04 15:23:51 -05:00
  • 97b690017a chore(cmedb): remove debug print statements Marshall Hallenbeck 2023-03-04 11:24:43 -05:00
  • 632ce4777a chore(cmedb): remove unnecessary update_computer function Marshall Hallenbeck 2023-03-04 11:22:44 -05:00
  • 71efb22f98 feat(database): update each protocol to use sqlalchemy table reference and add database clear function; closes #189 Marshall Hallenbeck 2023-03-04 11:12:29 -05:00
  • 5a4fe2171c chore(cmedb): fix small formatting Marshall Hallenbeck 2023-03-04 11:10:35 -05:00
  • 19d859c4d8 chore(smb): fix formatting for smb.py Marshall Hallenbeck 2023-03-04 09:11:31 -05:00
  • cd14f96241 fix(smb): update logging for shares Marshall Hallenbeck 2023-03-04 08:44:28 -05:00
  • cae93b9fbd feat(cmedb): update cmedb.groups sql queries to use sqlalchemy Marshall Hallenbeck 2023-03-03 21:05:04 -05:00
  • 3c753cea8b feat(cmedb): update some functions for smb.creds Marshall Hallenbeck 2023-03-03 20:38:31 -05:00
  • cc76d4cbde feat(cmedb): update queries for smb.hosts Marshall Hallenbeck 2023-03-03 19:37:02 -05:00
  • a679bddaa2 feat(cmedb): update db connection reference and one query Marshall Hallenbeck 2023-03-03 19:28:56 -05:00
  • 23f2b7ce46 refactor(cmedb): fix cursor connection reference Marshall Hallenbeck 2023-03-03 19:19:11 -05:00
  • d3716bc32c fix(cmedb): import print_table from cmedb Marshall Hallenbeck 2023-03-03 19:06:18 -05:00
  • ce672ea5e1 chore(cmedb): formatting fixes Marshall Hallenbeck 2023-03-03 19:04:29 -05:00
  • 72a9b29dda WIP - cmedb update Marshall Hallenbeck 2023-03-03 17:28:46 -05:00
  • 71d6afd21d chore(cmedb): fix formatting and other PEP8 violations Marshall Hallenbeck 2023-03-03 17:25:02 -05:00
  • 82a3c46884 remove debug prints and fix typo Marshall Hallenbeck 2023-03-03 17:10:07 -05:00
  • 7e7bceaed3 feat(cmedb): WIP - update cmedb to use sqlalchemy connector Marshall Hallenbeck 2023-03-03 17:03:53 -05:00
  • 0d41ce3f8a feat(sqlalchemy): WIP - working sqlalchemy session object being passed Marshall Hallenbeck 2023-03-03 14:02:47 -05:00
  • 1810a6c2ed fix(display table): properly check for new DB additions and clean up previous checks Marshall Hallenbeck 2023-03-03 12:04:46 -05:00
  • 51a9a9bfa2 feat(sqlalchemy): change DB connection to sqlalchemy and add it as a dependency Marshall Hallenbeck 2023-03-03 09:55:05 -05:00
  • 3070fce1fe fix: correct cmedb import Marshall Hallenbeck 2023-03-03 09:50:43 -05:00
  • dbfcf1ec16 feat(cmedb): add additional fields to smb db Marshall Hallenbeck 2023-03-03 09:50:28 -05:00
  • 0905461d9b refactor: centralize shared path variables and improve cmedb intialization Marshall Hallenbeck 2023-03-02 11:01:29 -05:00
  • 3a8620fd52 chore(gitignore): add .idea to gitignore Marshall Hallenbeck 2023-03-02 11:00:37 -05:00
  • 510b425910 Merge pull request #11 from zblurx/ldap-signing mpgn 2023-02-28 17:04:58 +01:00
  • 021cdade8f Merge pull request #9 from mpgn/av mpgn 2023-02-28 16:46:55 +01:00
  • b03e87b96e update av json mpgn 2023-02-28 10:46:13 -05:00
  • 407ce0f796 update ldap-checker zblurx 2023-02-28 16:37:11 +01:00
  • 868a5a509e upgrade dploot zblurx 2023-02-24 13:44:04 +01:00
  • 9ca90fcecc is_admin check wrong mpgn 2023-02-23 04:38:44 -05:00
  • c0b1d71cc8 Merge branch 'master' into dpapi mpgn 2023-02-22 20:43:47 +01:00
  • 26e0393a31 Add check to verify if latest version of cmedb is used mpgn 2023-02-22 14:41:58 -05:00
  • bf254506d0 fix column for cme dpapi browser zblurx 2023-02-22 14:02:36 +01:00
  • 7bfdd0a75d store dpapi secrets in cmedb zblurx 2023-02-22 13:58:53 +01:00
  • 393dfc3987 store domain backup key zblurx 2023-02-22 12:56:24 +01:00
  • 2a01b3eb19 add timestamp and check if new file zblurx 2023-02-22 10:50:40 +01:00
  • c294f87725 Improve output mpgn 2023-02-21 16:57:14 -05:00
  • 44e5020123 Add enum_av from @tothi mpgn 2023-02-21 16:28:53 -05:00
  • 862b2211a2 Improve argparse print mpgn 2023-02-21 15:06:37 -05:00
  • 522c91d1f6 Improve import os mpgn 2023-02-21 15:05:35 -05:00
  • 65c07f5311 Add custom logger file mpgn 2023-02-21 15:01:42 -05:00
  • b16dca4054 Improve logging file mpgn 2023-02-21 14:40:52 -05:00
  • 602e7bb020 add option to dump cookie dpapi mpgn 2023-02-19 15:35:37 -05:00
  • f381728740 add message when dumping dpapi mpgn 2023-02-19 08:33:05 -05:00
  • 681e821514 fix local auth dpapi check mpgn 2023-02-19 08:06:02 -05:00
  • 6919d477b7 fix logging test mpgn 2023-02-19 07:30:38 -05:00
  • 53931105ee small fix dpapi mpgn 2023-02-19 07:27:11 -05:00
  • 29ae75e6bf init log_mode zblurx 2023-02-17 14:20:16 +01:00
  • ea99236e39 Merge pull request #7 from mpgn/firefox mpgn 2023-02-16 14:39:21 +01:00
  • 63c49c0895 add check if da mpgn 2023-02-16 08:33:26 -05:00
  • 9a1e52f176 change logic for masterkey mpgn 2023-02-16 08:09:21 -05:00
  • 19a6c3887f merge master into pr mpgn 2023-02-16 08:04:23 -05:00
  • d5d2d54619 Rewrite all vnc module method mpgn 2023-02-16 06:24:07 -05:00
  • ffae9abf49 fix trycatch in dpapi zblurx 2023-02-14 11:15:14 +01:00