Commit Graph

  • 2b34359103 ruff: add ERA001 ignores Marshall Hallenbeck 2023-10-14 18:42:10 -04:00
  • 6fae02aee0 ruff: add flynt (FLY) and auto-fix Marshall Hallenbeck 2023-10-14 18:41:08 -04:00
  • 847f8493ee ruff: remove Pylint from ruff Marshall Hallenbeck 2023-10-14 18:39:05 -04:00
  • 21a8707e9e ruff: add Pylint (PL) and auto-run Marshall Hallenbeck 2023-10-14 18:36:20 -04:00
  • 82e5d78007 ruff: eradicate commented out code Marshall Hallenbeck 2023-10-14 18:34:09 -04:00
  • b4475f467b ruff: add eradicate (ERA) Marshall Hallenbeck 2023-10-14 18:33:57 -04:00
  • 378f66087d ruff: add flake8-tidy-imports (TID) Marshall Hallenbeck 2023-10-14 18:27:07 -04:00
  • adeddb756e refactor remaining flake8-simplify (SIM) issues Marshall Hallenbeck 2023-10-14 18:26:24 -04:00
  • cd1b4680ab refactor: simplify logic Marshall Hallenbeck 2023-10-14 18:13:37 -04:00
  • c1585a5609 refactor: simplify logic again Marshall Hallenbeck 2023-10-14 18:11:06 -04:00
  • 53af86a557 refactor: use with open for file writing Marshall Hallenbeck 2023-10-14 18:08:43 -04:00
  • e03e3a105d refactor: use with open for file opening Marshall Hallenbeck 2023-10-14 17:57:35 -04:00
  • 3a27363c35 refactor: use with for file open Marshall Hallenbeck 2023-10-14 17:53:01 -04:00
  • c9b325a80c refactor: update if logic Marshall Hallenbeck 2023-10-14 17:48:05 -04:00
  • 7a8756d692 add noqa for SIM115 Marshall Hallenbeck 2023-10-14 17:47:51 -04:00
  • 4d2ab762bd refactor: simplify logic Marshall Hallenbeck 2023-10-14 17:44:52 -04:00
  • f3a358fd82 simplify logic and add additional debug statements Marshall Hallenbeck 2023-10-14 17:36:47 -04:00
  • 276e6c7d59 fix(tests): properly reference test passwords file Marshall Hallenbeck 2023-10-14 16:32:24 -04:00
  • 39b0ca68a3 fix: ftp proto name Marshall Hallenbeck 2023-10-14 16:28:26 -04:00
  • cdc8bdbc77 fix: remove extra param added erroneously Marshall Hallenbeck 2023-10-14 15:56:34 -04:00
  • d8b29312b7 ruff: add flake8-simplify (SIM) and auto-fix Marshall Hallenbeck 2023-10-14 15:56:22 -04:00
  • cf637968fe fix: ftp class name Marshall Hallenbeck 2023-10-14 15:52:55 -04:00
  • 9a4dbf15cf tests: add --poetry parameter to prepend 'poetry run' before commands Marshall Hallenbeck 2023-10-14 14:29:01 -04:00
  • 8f5e74240f ruff: exclude RET505-508 Marshall Hallenbeck 2023-10-14 14:19:23 -04:00
  • cdcde5a91b ruff: add flake8-return (RET) and auto-run Marshall Hallenbeck 2023-10-14 14:16:28 -04:00
  • 781afc9c65 ruff: add flake8-raise (RSE) and auto-run Marshall Hallenbeck 2023-10-13 15:27:34 -04:00
  • ae14929faf ruff: add flake8-quotes (Q) and auto-run Marshall Hallenbeck 2023-10-13 15:26:57 -04:00
  • 008b99a28b ruff: add flake8-pytest-style (PT) and auto-run Marshall Hallenbeck 2023-10-13 15:25:36 -04:00
  • 916c7390c6 ruff: add flake8-pie (PIE) and auto-run Marshall Hallenbeck 2023-10-13 14:27:53 -04:00
  • 9b7d2cf5d4 ruff: add flake8-import-conventions (ICN) Marshall Hallenbeck 2023-10-13 14:20:25 -04:00
  • d9f2db1a30 ruff: manual flake8-implicit-str-concat (ISC) fixes Marshall Hallenbeck 2023-10-13 14:19:39 -04:00
  • 0f93876b54 ruff: auto-run flake8-implicit-str-concat (ISC) Marshall Hallenbeck 2023-10-13 11:23:44 -04:00
  • dcc724118f ruff: auto-run flake8-comprehensions (C4) Marshall Hallenbeck 2023-10-13 11:21:20 -04:00
  • 3c4d9cc4bb ruff: change lint workflow to just run ruff and rely on pyproject.toml Marshall Hallenbeck 2023-10-13 11:20:53 -04:00
  • e3d6622dee remove redundant paranthesis Marshall Hallenbeck 2023-10-13 11:20:17 -04:00
  • 0ef92f0a04 [ssh] update pyproject.toml XiaoliChan 2023-10-13 20:56:05 +08:00
  • fbe9c9f3d9 [connection.py] add 'self.port' & improve gethost_addrinfo XiaoliChan 2023-10-08 17:10:04 +08:00
  • 40f557b8e9 ruff: fix flake8-builtins (A) issues Marshall Hallenbeck 2023-10-12 17:34:01 -04:00
  • 7edc28359c fix(tests): re-add mistakenly removed tests Marshall Hallenbeck 2023-10-12 17:24:35 -04:00
  • bfd32f1910 ruff: manually fix flake8-bugbear issues Marshall Hallenbeck 2023-10-12 17:23:21 -04:00
  • 4045bebd77 ruff: auto flake8-bugbear, see B006 mutable-argument-default for function param changes Marshall Hallenbeck 2023-10-12 17:17:20 -04:00
  • 2d20b220ce ruff: add flake8-bugbear Marshall Hallenbeck 2023-10-12 17:14:20 -04:00
  • 0b7756f3f6 Merge branch 'develop' into main sandw1ch 2023-10-12 16:11:23 -05:00
  • 7940fb6fe4 ruff: add flake8-async (ASYNC) Marshall Hallenbeck 2023-10-12 17:09:49 -04:00
  • d080a96a88 ruff: add flake8-2020 (YTT) Marshall Hallenbeck 2023-10-12 17:08:08 -04:00
  • 4f5a89262c ruff: remove encoding Marshall Hallenbeck 2023-10-12 17:07:40 -04:00
  • b24b9210e4 ruff: pyupgrade (UP) ruff changes Marshall Hallenbeck 2023-10-12 17:06:04 -04:00
  • adc59ffaaa Merge remote-tracking branch 'origin/develop' into marshall_cleanup Marshall Hallenbeck 2023-10-12 17:00:02 -04:00
  • 66e6c95f0d Merge pull request #71 from Pennyw0rth/XiaoliChan-nanodump Marshall Hallenbeck 2023-10-12 16:55:23 -04:00
  • ba5db57ac9 Merge branch 'develop' into XiaoliChan-nanodump Marshall Hallenbeck 2023-10-12 16:50:20 -04:00
  • ba9a961916 Merge pull request #69 from Pennyw0rth/revert-67-nanodump Marshall Hallenbeck 2023-10-12 16:36:20 -04:00
  • f6fed70894 Revert "[nanodump] fix error with temporary path" Marshall Hallenbeck 2023-10-12 16:28:36 -04:00
  • 2cf6c8c248 Merge pull request #67 from XiaoliChan/nanodump Marshall Hallenbeck 2023-10-12 16:28:28 -04:00
  • 007d09a390 fix: inform user if msol.ps1 file doesnt exist Marshall Hallenbeck 2023-10-12 16:04:22 -04:00
  • d638b17c44 fix: inform user if impersonate file doesnt exist Marshall Hallenbeck 2023-10-12 16:03:37 -04:00
  • 25e4248ccb fix: inform user if handlekatz file doesnt exist Marshall Hallenbeck 2023-10-12 16:01:54 -04:00
  • b01384d1ec fix error string Marshall Hallenbeck 2023-10-12 15:58:31 -04:00
  • 8c51b3722a fix: dont throw an exception right after catching it Marshall Hallenbeck 2023-10-12 15:55:28 -04:00
  • 9052470a5b fix: properly handle connection issue to bolt and let user know Marshall Hallenbeck 2023-10-12 15:49:57 -04:00
  • 335e6c9755 ruff: manually fixed pydocstyle ruff alerts and add exclusions Marshall Hallenbeck 2023-10-12 15:41:13 -04:00
  • b002336680 ruff: fix pydocstyle via ruff Marshall Hallenbeck 2023-10-12 15:13:16 -04:00
  • f812ea1b4a ruff: dont require docstring to end in punctuation and allow empty docstring (for now) Marshall Hallenbeck 2023-10-12 15:11:51 -04:00
  • 2b50e9b86b ruff: add pydocstyle rules and ignores Marshall Hallenbeck 2023-10-12 15:09:06 -04:00
  • c9112b1c13 ruff: add quote flake8 rules and re-run ruff Marshall Hallenbeck 2023-10-12 14:50:36 -04:00
  • 52a1a7a230 Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup Marshall Hallenbeck 2023-10-12 14:37:37 -04:00
  • 76ac0f7f2b fix: change conflict resolution I messed up and remove ruff quote section, since it was causing issues running ruff check Marshall Hallenbeck 2023-10-12 14:37:32 -04:00
  • a295db84dd Merge branch 'develop' into marshall_cleanup Marshall Hallenbeck 2023-10-12 14:31:11 -04:00
  • f61d068cd2 ruff: remove unnecessary f string Marshall Hallenbeck 2023-10-12 14:30:26 -04:00
  • 35333504ea fix: remove extra Exception Marshall Hallenbeck 2023-10-12 14:30:03 -04:00
  • 6c48020544 Merge branch 'develop' into marshall-dependency-update-9-19-2023 Marshall Hallenbeck 2023-10-12 14:26:54 -04:00
  • 4eb2c08d73 Merge branch 'develop' into ssh-improv Marshall Hallenbeck 2023-10-12 14:26:35 -04:00
  • 4a09852aa2 Merge pull request #57 from Pennyw0rth/ascii-art Marshall Hallenbeck 2023-10-12 14:26:04 -04:00
  • 6e39bdd96a Merge branch 'develop' into ascii-art Marshall Hallenbeck 2023-10-12 14:07:01 -04:00
  • 95dd61b2ea Merge branch 'develop' into marshall-dependency-update-9-19-2023 Marshall Hallenbeck 2023-10-12 14:05:15 -04:00
  • 33d2dc2785 Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup Marshall Hallenbeck 2023-10-12 11:36:16 -04:00
  • 54bddb50fa fix: remove redundant Except Marshall Hallenbeck 2023-10-12 11:36:05 -04:00
  • bbc661ba38 Merge branch 'develop' into marshall_cleanup Marshall Hallenbeck 2023-10-12 11:17:46 -04:00
  • f573f7f2aa Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup Marshall Hallenbeck 2023-10-12 11:13:44 -04:00
  • 5cf9f34e1a Merge branch 'develop' into main Marshall Hallenbeck 2023-10-12 11:01:28 -04:00
  • b7da5aa597 Update nanodump.py zblurx 2023-10-12 15:39:53 +02:00
  • dd55907929 update e2e zblurx 2023-10-12 14:39:28 +02:00
  • dd18ef1752 Added support for S4U2Self only zblurx 2023-10-12 12:02:34 +02:00
  • b7d6a987c9 Merge branch 'nanodump' zblurx 2023-10-12 11:37:53 +02:00
  • ac8067bc77 fix nanodump zblurx 2023-10-12 11:35:31 +02:00
  • ea8cdcceef [nanodump] zblurx: review I XiaoliChan 2023-10-12 17:25:32 +08:00
  • 784c42b674 [nanodump] fix error with temporary path XiaoliChan 2023-10-12 14:42:26 +08:00
  • 50f2e5d1c1 sed "s/'/\"/g" sandw1ch 2023-10-10 17:23:12 -05:00
  • 47a158fdc2 Update e2e_commands.txt sandw1ch 2023-10-10 16:09:38 -05:00
  • 2e0a73c225 Update and rename get_fgpp.py to pso.py sandw1ch 2023-10-10 16:07:27 -05:00
  • bab6377101 Delete nxc/modules/pso.py sandw1ch 2023-10-10 16:06:54 -05:00
  • 9a4594ea40 Update get_fgpp.py sandw1ch 2023-10-10 15:58:00 -05:00
  • 6f8143136c Update get_fgpp.py sandw1ch 2023-10-10 15:40:13 -05:00
  • 2915a54811 Update get_fgpp.py sandw1ch 2023-10-10 14:26:36 -05:00
  • 0d5030be81 Update poetry.lock sandw1ch 2023-10-10 13:37:51 -05:00
  • cdced86af4 Update e2e_commands.txt to include get_fgpp sandw1ch 2023-10-10 13:36:39 -05:00
  • cbefc31a04 Update pyproject.toml to include dateutil sandw1ch 2023-10-10 13:30:43 -05:00
  • e898c25716 Create get_fgpp.py sandw1ch 2023-10-10 13:18:12 -05:00
  • 314b7f6a81 Merge pull request #54 from Dfte/main Alex 2023-10-10 18:59:41 +02:00
  • 444845c7e2 Merge branch 'develop' into main Alex 2023-10-10 06:58:37 -04:00
  • 653cec7993 Merge pull request #58 from bongobongoland/develop Alex 2023-10-08 16:34:02 -04:00