Commit Graph

2548 Commits (d7d30cb2e8a5e27cd9909f0df1171813c4f3a37f)

Author SHA1 Message Date
Marshall Hallenbeck d7d30cb2e8 update ruff version 2023-09-22 20:58:22 -04:00
Marshall Hallenbeck 0dc6d61d1a no need for gitmodules anymore 2023-09-22 20:48:32 -04:00
Marshall Hallenbeck e3dfbb3f15 remove flake 2023-09-22 20:47:26 -04:00
Marshall Hallenbeck bda8ecb129 clean up wireless module 2023-09-22 15:37:07 -04:00
Marshall Hallenbeck efbecca7a7 cleanup winscp_dump module 2023-09-22 15:33:41 -04:00
Marshall Hallenbeck dae229a378 cleanup wdigest module 2023-09-22 15:27:05 -04:00
Marshall Hallenbeck bbf1024b37 fix variable naming for file listing 2023-09-22 15:24:22 -04:00
Marshall Hallenbeck d12c139c9e cleanup 2023-09-22 15:23:00 -04:00
Marshall Hallenbeck f554223d75 refactor(wcc): update wcc module quotes and refactor some formatting 2023-09-22 15:22:54 -04:00
Marshall Hallenbeck 3f1d0f4f91 clean up ntdsutil module 2023-09-22 15:07:07 -04:00
Marshall Hallenbeck a730ed0f22 clean up rdp module 2023-09-22 15:06:58 -04:00
Marshall Hallenbeck a460565cd8 add F841 (variable assigned but never used) to ruff exclude 2023-09-22 14:56:36 -04:00
Marshall Hallenbeck 5b6153c2a8 properly use fstring 2023-09-22 14:55:18 -04:00
Marshall Hallenbeck 63ac5c7e77 properly import specific ctypes and update description 2023-09-22 14:55:01 -04:00
Marshall Hallenbeck 89968b3d54 fix ignore rule (E->F) 2023-09-22 14:12:27 -04:00
Marshall Hallenbeck 7f4ab239f5 More cleanup 2023-09-22 10:51:38 -04:00
Marshall Hallenbeck 85ed0794ee remove old urllib3 error ignore 2023-09-22 10:40:43 -04:00
Marshall Hallenbeck b33ccfb1c8 fix exception handle and add TODO 2023-09-22 10:40:29 -04:00
Marshall Hallenbeck da2ec9b274 documentation(mssql_priv): add docstrings and a bit of cleanup 2023-09-22 10:37:10 -04:00
Marshall Hallenbeck b38e71d8fa refactor(ms17-010): clean up and add full AI-generated comments to MS17-010 Module, since there's a lot of byte-work 2023-09-22 10:04:36 -04:00
Marshall Hallenbeck 2a5c01d6b6 do some cleanup for hash_spider for #38 2023-09-22 09:56:04 -04:00
Marshall Hallenbeck 76bf3be084 clean up appcmd.py 2023-09-22 09:50:56 -04:00
Marshall Hallenbeck 9ecb07c9e8 ignore additional linting rule 2023-09-22 09:48:40 -04:00
Marshall Hallenbeck 155547c889 add back in more checks for ruff 2023-09-21 23:50:21 -04:00
Marshall Hallenbeck 017c26bd3b fix running ruff 2023-09-21 23:47:59 -04:00
Marshall Hallenbeck 9eb4487369 actually add the linter workflow 2023-09-21 23:45:41 -04:00
Marshall Hallenbeck d0ecd4b889 fix escaping in smbexec 2023-09-21 23:44:05 -04:00
Marshall Hallenbeck 1c7df154b8 more cleanup 2023-09-21 23:42:54 -04:00
Marshall Hallenbeck f5439cb43f clean up find-computer module 2023-09-21 23:12:59 -04:00
Marshall Hallenbeck fb0d153210 refactor(add_computer): refactor and add docstrings to add_computer module 2023-09-20 12:24:42 -04:00
Marshall Hallenbeck ee1e7b0d52 fix exception handling 2023-09-20 12:24:20 -04:00
Marshall Hallenbeck bdf0fe27e8 cleanup wmiexec_event code 2023-09-20 12:06:44 -04:00
Marshall Hallenbeck b788f09af8 fix exception handling 2023-09-20 12:03:41 -04:00
Marshall Hallenbeck 1e381fb62d fix exception handling and remove unused function 2023-09-20 12:02:37 -04:00
Marshall Hallenbeck 85335213da automatic ruff fixing 2023-09-20 11:59:16 -04:00
Marshall Hallenbeck f9489dcb7e fix type check and add docstrings to powershell.py 2023-09-20 11:52:11 -04:00
Marshall Hallenbeck 43ce9cbd20 cleanup: fix variable names in query_db_cred 2023-09-20 11:43:20 -04:00
Marshall Hallenbeck bfe875d37c doc(connection.py): add docstring for call_modules 2023-09-20 11:36:44 -04:00
Marshall Hallenbeck 1ef24853a4 update exception handling and add docstring to call_cmd_args. also make variables easier to understand 2023-09-20 11:34:43 -04:00
Marshall Hallenbeck a1af9e31d8 update exception handling 2023-09-20 11:29:53 -04:00
Marshall Hallenbeck 7e366385f6 fix exception handling and printing in build collector 2023-09-20 11:28:09 -04:00
Marshall Hallenbeck 414b1f36b8 smbexec: fix escaping sequence 2023-09-20 09:14:21 -04:00
Marshall Hallenbeck ba10268a50 nxcdb: fix escaping sequence 2023-09-20 09:13:29 -04:00
Marshall Hallenbeck d57f3af7b1 fix escaping sequence in log 2023-09-20 09:11:20 -04:00
Marshall Hallenbeck 8c7ed6725d rename nxc PATH variable 2023-09-20 00:09:25 -04:00
Marshall Hallenbeck 29dfcb4f70 remove unused code 2023-09-19 22:07:14 -04:00
Marshall Hallenbeck b75b1dc218 remove unnecessary imports 2023-09-19 21:49:10 -04:00
Alex f876113fdb
Merge pull request #26 from Pennyw0rth/windows_build
Windows Build for NetExec
2023-09-19 10:49:47 +02:00
Marshall Hallenbeck 5ee39f1ec7
Merge branch 'main' into windows_build 2023-09-18 18:49:03 -04:00
Marshall Hallenbeck 40a0ef9b09
Merge pull request #29 from professor-hillman/fix-webdav-module
fix webdav module exception handler
2023-09-18 18:48:42 -04:00