Commit Graph

142 Commits (b33f67792d87d10ccd8fd2989d6c2a1e393cc2a2)

Author SHA1 Message Date
Marshall Hallenbeck e77ecd31bd ruff: add F841 back in and auto-fix 2023-10-15 13:31:51 -04:00
Marshall Hallenbeck 94b515bfeb ruff: ignore PERF203 - only for pre-3.11 and may cause issues if refactored 2023-10-15 06:50:06 -04:00
Marshall Hallenbeck 0cb67d3016 ruff: add PERF 2023-10-14 21:53:23 -04:00
Marshall Hallenbeck 201b3285c4 ruff: pin 292 version since older versions dont display all checks 2023-10-14 21:50:48 -04:00
Marshall Hallenbeck 6fae02aee0 ruff: add flynt (FLY) and auto-fix 2023-10-14 18:41:08 -04:00
Marshall Hallenbeck 847f8493ee ruff: remove Pylint from ruff 2023-10-14 18:39:05 -04:00
Marshall Hallenbeck 21a8707e9e ruff: add Pylint (PL) and auto-run 2023-10-14 18:36:20 -04:00
Marshall Hallenbeck b4475f467b ruff: add eradicate (ERA) 2023-10-14 18:33:57 -04:00
Marshall Hallenbeck 378f66087d ruff: add flake8-tidy-imports (TID) 2023-10-14 18:27:07 -04:00
Marshall Hallenbeck d8b29312b7 ruff: add flake8-simplify (SIM) and auto-fix 2023-10-14 15:56:22 -04:00
Marshall Hallenbeck 8f5e74240f ruff: exclude RET505-508 2023-10-14 14:19:23 -04:00
Marshall Hallenbeck cdcde5a91b ruff: add flake8-return (RET) and auto-run 2023-10-14 14:16:28 -04:00
Marshall Hallenbeck 781afc9c65 ruff: add flake8-raise (RSE) and auto-run 2023-10-13 15:27:34 -04:00
Marshall Hallenbeck ae14929faf ruff: add flake8-quotes (Q) and auto-run 2023-10-13 15:26:57 -04:00
Marshall Hallenbeck 008b99a28b ruff: add flake8-pytest-style (PT) and auto-run 2023-10-13 15:25:36 -04:00
Marshall Hallenbeck 916c7390c6 ruff: add flake8-pie (PIE) and auto-run 2023-10-13 14:27:53 -04:00
Marshall Hallenbeck 9b7d2cf5d4 ruff: add flake8-import-conventions (ICN) 2023-10-13 14:20:25 -04:00
Marshall Hallenbeck 0f93876b54 ruff: auto-run flake8-implicit-str-concat (ISC) 2023-10-13 11:23:44 -04:00
Marshall Hallenbeck dcc724118f ruff: auto-run flake8-comprehensions (C4) 2023-10-13 11:21:20 -04:00
Marshall Hallenbeck 40f557b8e9 ruff: fix flake8-builtins (A) issues 2023-10-12 17:34:01 -04:00
Marshall Hallenbeck 2d20b220ce ruff: add flake8-bugbear 2023-10-12 17:14:20 -04:00
Marshall Hallenbeck 7940fb6fe4 ruff: add flake8-async (ASYNC) 2023-10-12 17:09:49 -04:00
Marshall Hallenbeck d080a96a88 ruff: add flake8-2020 (YTT) 2023-10-12 17:08:08 -04:00
Marshall Hallenbeck b24b9210e4 ruff: pyupgrade (UP) ruff changes 2023-10-12 17:06:04 -04:00
Marshall Hallenbeck 335e6c9755 ruff: manually fixed pydocstyle ruff alerts and add exclusions 2023-10-12 15:41:13 -04:00
Marshall Hallenbeck f812ea1b4a ruff: dont require docstring to end in punctuation and allow empty docstring (for now) 2023-10-12 15:11:51 -04:00
Marshall Hallenbeck 2b50e9b86b ruff: add pydocstyle rules and ignores 2023-10-12 15:09:06 -04:00
Marshall Hallenbeck c9112b1c13 ruff: add quote flake8 rules and re-run ruff 2023-10-12 14:50:36 -04:00
Marshall Hallenbeck 76ac0f7f2b fix: change conflict resolution I messed up and remove ruff quote section, since it was causing issues running ruff check 2023-10-12 14:37:32 -04:00
Marshall Hallenbeck 7b44fcd327 ruff autoformat to clean up all the single quotes and other bad formatting 2023-09-22 21:10:21 -04:00
Marshall Hallenbeck 7886ac1612 rename folders, files, functions, classes, etc to NetExec/nxc 2023-09-14 17:07:15 -04:00
mpgn 3eabea9a72
Update cme to 6.1.0 2023-09-03 18:47:53 +02:00
Alex ad6909de2d Temporary fix for #108 until oscrypto releases a new version 2023-08-23 10:41:45 +02:00
zblurx fec5929d94 update dploot dep 2023-08-17 18:16:26 +02:00
mpgn 851fc5b787 fix dploot dependency issue 2023-08-16 18:41:32 -04:00
Alex 6211abfae9
Bump version 2023-07-14 01:24:38 +02:00
mpgn ca30e86540
Merge pull request #27 from mpgn/neff-bugfixes
Stop crashing with "Too many open files" and fixing the missing logger error
2023-07-12 21:13:51 +02:00
Alexandre ZANNI 46af570362
pytest and fix CI (#35)
* pytest is a dev dep.

* dev group

* install dev group in CI

* poetry

* ensure latest version of poetry

* fix dev group

syntax cf. https://python-poetry.org/docs/managing-dependencies#dependency-groups

* use lock file
2023-07-07 16:35:28 +02:00
mpgn 43f19b2878
Revert "pytest is a dev dep. (#32)" (#34)
This reverts commit 776336029e.
2023-07-07 14:15:28 +02:00
Alexandre ZANNI 776336029e
pytest is a dev dep. (#32) 2023-07-07 11:25:15 +02:00
Alexander Neff 483dc69a2a Increase ulimit to prevent error "Too many open files" 2023-07-05 05:57:21 -04:00
mpgn 1f329189c7 bump to 6.0.0 2023-06-26 13:32:44 -04:00
Marshall Hallenbeck 87de181126 fix(nmap): passing in an nmap xml scan works again. added missing protocols and removed http 2023-06-25 21:17:23 -04:00
mpgn 9efecb8c90 bump pypypkatz to latest 2023-05-31 07:06:45 -04:00
mpgn e31c84c9e5 add rich to package 2023-05-24 08:16:08 -04:00
mpgn 7a9102b2ee decrypt laps password 2023-05-17 16:40:33 -04:00
mpgn 386ce220fb revert package pyproject 2023-05-02 16:29:06 -04:00
mpgn 09844d1819 bump to 5.4.7 2023-05-02 16:18:58 -04:00
Marshall Hallenbeck 8c3b6e8add update lsassy to 3.1.8 2023-04-08 14:06:18 -04:00
Marshall Hallenbeck fd64bd075e update to lsassy 3.1.7 for logging improvements 2023-04-07 10:31:56 -04:00