Commit Graph

2229 Commits (5931fb774b7e814390c2415d7f6c5c16f9f11eb6)

Author SHA1 Message Date
Marshall Hallenbeck 85a028c4b7 feat(ftp): allow full directory listing after successful ftp auth 2023-05-21 18:28:44 -04:00
Marshall Hallenbeck 7db9201c37 fix: allow listing modules without a target specified 2023-05-21 17:32:58 -04:00
Marshall Hallenbeck 2c09eaac81 fix(cmedb): put create_workspace back into CMEDB class 2023-05-21 17:08:36 -04:00
Marshall Hallenbeck 09b45e2d80 feat(ftp): display if login was anonymous 2023-05-21 15:47:34 -04:00
Marshall Hallenbeck 5603d10ddd feat(smb): allow for both --lsa and --sam 2023-05-21 15:47:01 -04:00
Marshall Hallenbeck f9b7fd1c60 fix typo 2023-05-21 12:54:18 -04:00
Marshall Hallenbeck ecb68637b6 Merge branch 'master' into protocol_db_marshall 2023-05-19 19:02:17 -04:00
mpgn d4033fcaec
Merge pull request #44 from mpgn/laps-decrypt
decrypt laps password
2023-05-19 18:30:10 +02:00
mpgn d3839fc0cd update laps 2023-05-19 05:54:44 -04:00
mpgn 7c2304c8cb remove space 2023-05-18 03:36:20 -04:00
mpgn 4e93894784 add missing file 2023-05-18 03:35:23 -04:00
mpgn 7a9102b2ee decrypt laps password 2023-05-17 16:40:33 -04:00
Marshall Hallenbeck 77abecd805 fix indenting 2023-05-15 22:04:04 -04:00
Marshall Hallenbeck fb874a06ed update protocol db schema mismatch error 2023-05-15 21:58:08 -04:00
Marshall Hallenbeck ef04ba3e65 ftp: add in new table and update error on schema mismatch 2023-05-15 21:53:33 -04:00
Marshall Hallenbeck 84d133ed84 fix(mssql): print error properly when login fails, mute impacket logs, and fix output 2023-05-15 20:55:42 -04:00
Marshall Hallenbeck 2c282beeef initial ftp changes 2023-05-11 09:24:03 -04:00
Marshall Hallenbeck 321be0f1ac update ftp db db session name 2023-05-11 09:21:53 -04:00
Marshall Hallenbeck 6de4370a25 tests: add details about --errors options for e2e tests 2023-05-11 09:21:24 -04:00
Alex f8e787a5f4
Delete output-test.py 2023-05-11 14:41:42 +02:00
mpgn bf1d05d519
Merge pull request #41 from mpgn/fqdn
always use fqdn for domain in db
2023-05-10 22:44:31 +02:00
mpgn 5a16e8956d always use fqdn for domain in db #40wq 2023-05-10 16:36:23 -04:00
mpgn 914c549327 improve ldap bloodhound output 2023-05-10 16:26:14 -04:00
mpgn 84a66dc650 use fail instead of error for bh 2023-05-10 16:18:07 -04:00
mpgn 59afbf328e
Merge pull request #37 from mpgn/blackv2
black v2 formating #28
2023-05-09 16:18:19 +02:00
Marshall Hallenbeck 9104c9b198 fix(smb): set self.protocol property 2023-05-09 09:59:25 -04:00
Marshall Hallenbeck 59d82f1be3 fix(logger): properly use protocol logger, falling back to cme_logger 2023-05-09 09:55:10 -04:00
Marshall Hallenbeck 07b6921777 fix(smamruser): properly use protocol's logger 2023-05-09 09:50:56 -04:00
mpgn 0469e72fa4 remove black + update connection.py 2023-05-09 04:26:01 -04:00
mpgn a0d6e64f8f black v2 formating 2023-05-08 14:39:36 -04:00
Marshall Hallenbeck fcfebc21e2 clean and fix imports 2023-05-07 18:51:01 -04:00
Marshall Hallenbeck 13f4ebbb2b fix(cmedb): correct variable reference 2023-05-07 18:39:12 -04:00
Marshall Hallenbeck 069749945c
Merge pull request #35 from mpgn/module_fix_marshall2
Merge module fixes
2023-05-07 18:21:39 -04:00
mpgn 8b1abf2c8c fix kerberos connection if ntlm not allowed 2023-05-07 17:21:33 -04:00
mpgn af5bd859d8 display output to help user to disable opsec option 2023-05-07 08:24:19 -04:00
mpgn 677cb0c9eb opsec ignore to true by default 2023-05-07 07:55:25 -04:00
Marshall Hallenbeck c763baf6b6 black format drop-sc.py 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 5a25f1c79a update logging/output for drop-sc 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 304ff90791 update bloodhound imports 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 90de636536 black format bh_owned 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 4f634d6f9e fix(tests): update e2e tests regex/target name since some modules use TARGET as an option 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck af4e070759 black format test_connection.py 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 53b80e025a black refactor winrm.py 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck fae4e34e99 fix(test_connection): works for smb and mssql now 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck ae9320c518 update smb ps_exec to return response 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 08d65188ec fix(mssql_priv): properly retrieve results from mssql queries and improve logic to prevent impersonation loop checks 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck f129447c8b fix(winrm): update smb connecting to match current smb proto 2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 909dee5e48 Revert "revert opsec flag for various modules"
This reverts commit 87ff0d07
2023-05-07 07:46:57 -04:00
Marshall Hallenbeck 08c98c17de fix(tests): update daclread test to include proper options 2023-05-07 07:46:53 -04:00
Marshall Hallenbeck c14d136a71 formatting: Black formatting 2023-05-07 07:46:53 -04:00