Commit Graph

  • bf91d6dd49 add in macOS build target and remove unnecessary comment Marshall Hallenbeck 2023-09-30 17:51:52 -04:00
  • 3053b6d939 remove unnecessary project name from github job build name Marshall Hallenbeck 2023-09-30 17:22:15 -04:00
  • 2fc141d3da reference actual binary for ubuntu build Marshall Hallenbeck 2023-09-30 17:13:46 -04:00
  • 73910ec29a upload new netexec icon Marshall Hallenbeck 2023-09-30 17:13:29 -04:00
  • 085dfbff03 test ubuntu build Marshall Hallenbeck 2023-09-30 17:05:23 -04:00
  • f40ed5bad8 fix tabbing Marshall Hallenbeck 2023-09-30 16:01:16 -04:00
  • e39721ae98 force github push... Marshall Hallenbeck 2023-09-30 15:35:36 -04:00
  • 5434ee9d01 remove redundant upload Marshall Hallenbeck 2023-09-30 15:35:12 -04:00
  • 033961cdbe remove the on pull and change to windows to test windows build first Marshall Hallenbeck 2023-09-30 15:31:27 -04:00
  • 62fdbb3456 have to add a push initiall for workflow_dispatch Marshall Hallenbeck 2023-09-30 15:17:16 -04:00
  • 8d64b22663 break up native binary and zipapp build Marshall Hallenbeck 2023-09-30 15:13:27 -04:00
  • 4c419b5e08 implement s4u abuse zblurx 2023-09-29 19:21:59 +02:00
  • 310d178b3b Merge pull request #45 from Pennyw0rth/neff-contr_coc-files Marshall Hallenbeck 2023-09-29 13:00:00 -04:00
  • 49a1c3a8ab Merge branch 'main' into neff-contr_coc-files Marshall Hallenbeck 2023-09-29 12:59:18 -04:00
  • 771ed647bf Merge pull request #44 from Pennyw0rth/NeffIsBack-patch-1 Marshall Hallenbeck 2023-09-29 12:58:59 -04:00
  • 5722a9aba0 Merge branch 'main' into NeffIsBack-patch-1 Marshall Hallenbeck 2023-09-29 12:58:50 -04:00
  • 9f55c01513 Merge pull request #24 from Pennyw0rth/neff-README Marshall Hallenbeck 2023-09-29 12:58:29 -04:00
  • f85287ce6d Merge branch 'main' into neff-README Marshall Hallenbeck 2023-09-29 12:58:00 -04:00
  • d54b82e388 Merge branch 'main' into main Marshall Hallenbeck 2023-09-28 15:40:09 -04:00
  • 732929e169 Update CODE_OF_CONDUCT.md Marshall Hallenbeck 2023-09-28 14:04:34 -04:00
  • 840419a0f7 Remove "private" because sometimes there isnt the option Alex 2023-09-28 00:46:53 +02:00
  • 69b00ab1f1 Update CONTRIBUTING.md Alex 2023-09-28 00:42:54 +02:00
  • efb510d49b Fix #48 tries to falsly add creds to bloodhound using --laps Alex 2023-09-28 00:32:00 +02:00
  • 0a02081ab5 Create CONTRIBUTING.md Alex 2023-09-27 14:23:11 +02:00
  • dbd9bdfdde Create CODE_OF_CONDUCT.md Alex 2023-09-27 14:09:52 +02:00
  • f9e3cfb364 Merge pull request #43 from Pennyw0rth/neff-bugfixes Alex 2023-09-27 01:09:38 +02:00
  • 0dabcba530 Fix #42 --dc-list crashes on ldap with logging enabled Alexander Neff 2023-09-26 12:55:13 +02:00
  • a306cfaf5c Added exception handler if a local file does not exist when attempting to upload it to a ftp server using --put romanrii 2023-09-24 12:54:48 +00:00
  • 9cbd847fd6 Modified nxc/protocols/ftp/proto_args.py and added (--get and --put). Modified --ls Modified nxc/protocols/ftp.py and added --get and --put functionality. Modified --ls functionality romanrii 2023-09-24 12:36:14 +00:00
  • 14be9d5b0e ruff cleanup Marshall Hallenbeck 2023-09-24 00:25:08 -04:00
  • 443c363129 Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup Marshall Hallenbeck 2023-09-24 00:07:00 -04:00
  • c445d381c5 fix string interpolation Marshall Hallenbeck 2023-09-24 00:06:51 -04:00
  • 69514ce356 Remove old NotImplementedError Alex 2023-09-23 12:56:04 +02:00
  • 7b44fcd327 ruff autoformat to clean up all the single quotes and other bad formatting Marshall Hallenbeck 2023-09-22 21:10:21 -04:00
  • d7d30cb2e8 update ruff version Marshall Hallenbeck 2023-09-22 20:58:22 -04:00
  • 0dc6d61d1a no need for gitmodules anymore Marshall Hallenbeck 2023-09-22 20:48:32 -04:00
  • e3dfbb3f15 remove flake Marshall Hallenbeck 2023-09-22 20:47:26 -04:00
  • bda8ecb129 clean up wireless module Marshall Hallenbeck 2023-09-22 15:37:07 -04:00
  • efbecca7a7 cleanup winscp_dump module Marshall Hallenbeck 2023-09-22 15:33:41 -04:00
  • dae229a378 cleanup wdigest module Marshall Hallenbeck 2023-09-22 15:27:05 -04:00
  • bbf1024b37 fix variable naming for file listing Marshall Hallenbeck 2023-09-22 15:24:22 -04:00
  • d12c139c9e cleanup Marshall Hallenbeck 2023-09-22 15:23:00 -04:00
  • f554223d75 refactor(wcc): update wcc module quotes and refactor some formatting Marshall Hallenbeck 2023-09-22 15:22:54 -04:00
  • 3f1d0f4f91 clean up ntdsutil module Marshall Hallenbeck 2023-09-22 15:07:07 -04:00
  • a730ed0f22 clean up rdp module Marshall Hallenbeck 2023-09-22 15:06:58 -04:00
  • a460565cd8 add F841 (variable assigned but never used) to ruff exclude Marshall Hallenbeck 2023-09-22 14:56:36 -04:00
  • 5b6153c2a8 properly use fstring Marshall Hallenbeck 2023-09-22 14:55:18 -04:00
  • 63ac5c7e77 properly import specific ctypes and update description Marshall Hallenbeck 2023-09-22 14:55:01 -04:00
  • 89968b3d54 fix ignore rule (E->F) Marshall Hallenbeck 2023-09-22 14:12:27 -04:00
  • 7f4ab239f5 More cleanup Marshall Hallenbeck 2023-09-22 10:51:38 -04:00
  • 85ed0794ee remove old urllib3 error ignore Marshall Hallenbeck 2023-09-22 10:40:43 -04:00
  • b33ccfb1c8 fix exception handle and add TODO Marshall Hallenbeck 2023-09-22 10:40:29 -04:00
  • da2ec9b274 documentation(mssql_priv): add docstrings and a bit of cleanup Marshall Hallenbeck 2023-09-22 10:37:10 -04:00
  • b38e71d8fa refactor(ms17-010): clean up and add full AI-generated comments to MS17-010 Module, since there's a lot of byte-work Marshall Hallenbeck 2023-09-22 10:04:36 -04:00
  • 2a5c01d6b6 do some cleanup for hash_spider for #38 Marshall Hallenbeck 2023-09-22 09:56:04 -04:00
  • 76bf3be084 clean up appcmd.py Marshall Hallenbeck 2023-09-22 09:50:56 -04:00
  • 9ecb07c9e8 ignore additional linting rule Marshall Hallenbeck 2023-09-22 09:48:40 -04:00
  • dac65b82e7 Merge branch 'main' into neff-README Marshall Hallenbeck 2023-09-22 09:18:59 -04:00
  • 4d8441edfd Merge branch 'main' into marshall-dependency-update-9-19-2023 Marshall Hallenbeck 2023-09-22 09:18:50 -04:00
  • 24bdf8fbb8 Add comment for oscrypto package Alex 2023-09-22 14:50:40 +02:00
  • 87a2efac23 Merge pull request #32 from Pennyw0rth/neff-fix-file-decoding Alex 2023-09-22 14:33:18 +02:00
  • 155547c889 add back in more checks for ruff Marshall Hallenbeck 2023-09-21 23:50:21 -04:00
  • 017c26bd3b fix running ruff Marshall Hallenbeck 2023-09-21 23:47:59 -04:00
  • 9eb4487369 actually add the linter workflow Marshall Hallenbeck 2023-09-21 23:45:41 -04:00
  • d0ecd4b889 fix escaping in smbexec Marshall Hallenbeck 2023-09-21 23:44:05 -04:00
  • 1c7df154b8 more cleanup Marshall Hallenbeck 2023-09-21 23:42:54 -04:00
  • f5439cb43f clean up find-computer module Marshall Hallenbeck 2023-09-21 23:12:59 -04:00
  • 09c869de92 Change decoding option name Alex 2023-09-21 12:36:04 +02:00
  • 7de9fccedb Fixing encoding error when using the symbol Alex 2023-09-20 21:15:06 +02:00
  • fb0d153210 refactor(add_computer): refactor and add docstrings to add_computer module Marshall Hallenbeck 2023-09-20 12:24:42 -04:00
  • ee1e7b0d52 fix exception handling Marshall Hallenbeck 2023-09-20 12:24:20 -04:00
  • bdf0fe27e8 cleanup wmiexec_event code Marshall Hallenbeck 2023-09-20 12:06:44 -04:00
  • b788f09af8 fix exception handling Marshall Hallenbeck 2023-09-20 12:03:41 -04:00
  • 1e381fb62d fix exception handling and remove unused function Marshall Hallenbeck 2023-09-20 12:02:37 -04:00
  • 85335213da automatic ruff fixing Marshall Hallenbeck 2023-09-20 11:59:16 -04:00
  • f9489dcb7e fix type check and add docstrings to powershell.py Marshall Hallenbeck 2023-09-20 11:52:11 -04:00
  • 43ce9cbd20 cleanup: fix variable names in query_db_cred Marshall Hallenbeck 2023-09-20 11:43:20 -04:00
  • bfe875d37c doc(connection.py): add docstring for call_modules Marshall Hallenbeck 2023-09-20 11:36:44 -04:00
  • 1ef24853a4 update exception handling and add docstring to call_cmd_args. also make variables easier to understand Marshall Hallenbeck 2023-09-20 11:34:43 -04:00
  • a1af9e31d8 update exception handling Marshall Hallenbeck 2023-09-20 11:29:53 -04:00
  • 7e366385f6 fix exception handling and printing in build collector Marshall Hallenbeck 2023-09-20 11:28:09 -04:00
  • 90e5e87a70 Clean up code Alex 2023-09-20 16:01:23 +02:00
  • 3482096a66 Add ignore-decoding-errors for the password file (prevent crash with rockyou.txt) Alex 2023-09-20 15:48:24 +02:00
  • 414b1f36b8 smbexec: fix escaping sequence Marshall Hallenbeck 2023-09-20 09:14:21 -04:00
  • ba10268a50 nxcdb: fix escaping sequence Marshall Hallenbeck 2023-09-20 09:13:29 -04:00
  • d57f3af7b1 fix escaping sequence in log Marshall Hallenbeck 2023-09-20 09:11:20 -04:00
  • 79519d3b4b Fix decode errors on password file decoding Alex 2023-09-20 14:45:27 +02:00
  • 32f3c262f6 add comment on the inclusion of pyreadline Marshall Hallenbeck 2023-09-20 08:42:24 -04:00
  • dd33a93d64 Merge branch 'marshall-dependency-update-9-19-2023' of github.com:Pennyw0rth/NetExec into marshall-dependency-update-9-19-2023 Marshall Hallenbeck 2023-09-20 08:40:09 -04:00
  • 7380ba7dd2 update dependencies again, but roll back pywerview and neo4j upgrade, replace flake8 with ruff, and remove black Marshall Hallenbeck 2023-09-20 08:39:51 -04:00
  • 8c7ed6725d rename nxc PATH variable Marshall Hallenbeck 2023-09-20 00:09:25 -04:00
  • 29dfcb4f70 remove unused code Marshall Hallenbeck 2023-09-19 22:07:14 -04:00
  • b75b1dc218 remove unnecessary imports Marshall Hallenbeck 2023-09-19 21:49:10 -04:00
  • 2abfc1504d Merge branch 'main' into neff-README Marshall Hallenbeck 2023-09-19 17:00:40 -04:00
  • 97b7ee22d0 Merge branch 'main' into marshall-dependency-update-9-19-2023 Marshall Hallenbeck 2023-09-19 17:00:28 -04:00
  • b6f6f1967a Merge pull request #27 from Pennyw0rth/github_builder Marshall Hallenbeck 2023-09-19 17:00:08 -04:00
  • 40e770f066 update version of impacket fork Marshall Hallenbeck 2023-09-19 15:00:22 -04:00
  • b5599b9d31 update dependencies and change impacket fork to Pennyw0rth one Marshall Hallenbeck 2023-09-19 14:59:26 -04:00
  • 2ed39acda7 Merge branch 'main' into neff-README Marshall Hallenbeck 2023-09-19 13:03:36 -04:00
  • 05e8f6a053 Update README.md Marshall Hallenbeck 2023-09-19 12:29:14 -04:00