Marshall Hallenbeck
|
2efef82662
|
fix(escaping): update remaining string escaping issues for #200
|
2024-03-13 13:02:28 -04:00 |
Alexander Neff
|
85b53868f2
|
Improve import
|
2023-12-17 19:40:53 +01:00 |
Alexander Neff
|
796e49e86b
|
Add exception handling
|
2023-12-04 16:15:27 +01:00 |
Alexander Neff
|
da603def02
|
Fix issue #134 which occurs on windows
|
2023-12-04 16:07:56 +01:00 |
zblurx
|
2c1f30a276
|
fix ruff alerts
|
2023-11-01 19:47:38 +01:00 |
zblurx
|
4853942fee
|
Merge branch 'develop' into s4u
Signed-off-by: zblurx <68540460+zblurx@users.noreply.github.com>
|
2023-11-01 19:18:25 +01:00 |
Alexander Neff
|
47eed50292
|
Autoformat and fixing some line breaks
|
2023-10-31 16:48:23 -04:00 |
Alex
|
72500d99be
|
Simplify code and remove unnecessary return nones
|
2023-10-28 01:04:52 +02:00 |
Marshall Hallenbeck
|
e9eccba193
|
refactor: remove Python shebangs since they are not needed
|
2023-10-21 23:45:16 -04:00 |
zblurx
|
b4ccc5a08c
|
remove single quotes
|
2023-10-21 18:47:01 +02:00 |
zblurx
|
187828a2b8
|
fix camelcase and logger import
|
2023-10-21 12:42:28 +02:00 |
zblurx
|
8ea441595c
|
cleanup
|
2023-10-19 11:07:50 +02:00 |
Marshall Hallenbeck
|
14d6e9bc3e
|
fix: remove ClassVar to be revisited later
|
2023-10-17 14:58:22 -04:00 |
Marshall Hallenbeck
|
2854aa010d
|
ruff: fix a single RUF012 and then ignore it for future use
|
2023-10-17 14:19:42 -04:00 |
Marshall Hallenbeck
|
84d55aa264
|
ruff: add LOG (no fixes) and RUF and auto-fix
|
2023-10-16 12:54:57 -04:00 |
Marshall Hallenbeck
|
b39389f122
|
ruff: fix E261 - spaces before inline comments
|
2023-10-16 12:52:45 -04:00 |
Alexander Neff
|
b33f67792d
|
Simplify code and remove unused variables
|
2023-10-15 20:35:45 +02:00 |
Alexander Neff
|
052bfa3c1a
|
Resolve merge conflicts
|
2023-10-15 20:23:12 +02:00 |
Marshall Hallenbeck
|
e77ecd31bd
|
ruff: add F841 back in and auto-fix
|
2023-10-15 13:31:51 -04:00 |
Alexander Neff
|
e672dce25f
|
Convert for loops into list comprehensions
|
2023-10-15 19:21:14 +02:00 |
Marshall Hallenbeck
|
528248dd31
|
refactor(samrfunc): use list/dict comprehension
|
2023-10-15 06:56:21 -04:00 |
Marshall Hallenbeck
|
f1af5b8959
|
ruff: run previously unincluded PIE790 fixes in ruff 0.0.292
|
2023-10-14 21:53:46 -04:00 |
Marshall Hallenbeck
|
21a8707e9e
|
ruff: add Pylint (PL) and auto-run
|
2023-10-14 18:36:20 -04:00 |
Marshall Hallenbeck
|
82e5d78007
|
ruff: eradicate commented out code
|
2023-10-14 18:34:09 -04:00 |
Marshall Hallenbeck
|
adeddb756e
|
refactor remaining flake8-simplify (SIM) issues
|
2023-10-14 18:26:24 -04:00 |
Marshall Hallenbeck
|
d8b29312b7
|
ruff: add flake8-simplify (SIM) and auto-fix
|
2023-10-14 15:56:22 -04:00 |
Marshall Hallenbeck
|
cdcde5a91b
|
ruff: add flake8-return (RET) and auto-run
|
2023-10-14 14:16:28 -04:00 |
Marshall Hallenbeck
|
d9f2db1a30
|
ruff: manual flake8-implicit-str-concat (ISC) fixes
|
2023-10-13 14:19:39 -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
|
4045bebd77
|
ruff: auto flake8-bugbear, see B006 mutable-argument-default for function param changes
|
2023-10-12 17:17:20 -04:00 |
Marshall Hallenbeck
|
b24b9210e4
|
ruff: pyupgrade (UP) ruff changes
|
2023-10-12 17:06:04 -04:00 |
Marshall Hallenbeck
|
b002336680
|
ruff: fix pydocstyle via ruff
|
2023-10-12 15:13:16 -04:00 |
zblurx
|
dd18ef1752
|
Added support for S4U2Self only
|
2023-10-12 12:02:34 +02:00 |
Marshall Hallenbeck
|
389b381584
|
cleanup(ruff): finish cleaning up E722 (do not euse bare except)
|
2023-10-06 12:47:49 -04:00 |
Marshall Hallenbeck
|
386208a49c
|
fix string interpolation
|
2023-10-06 12:22:27 -04:00 |
Marshall Hallenbeck
|
11ddfd9c79
|
ruff autoformat to clean up all the single quotes and other bad formatting
|
2023-10-06 12:22:25 -04:00 |
Marshall Hallenbeck
|
1b97cebac3
|
fix escaping in smbexec
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
5ec969c733
|
more cleanup
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
45fdc26847
|
automatic ruff fixing
|
2023-10-06 12:19:22 -04:00 |
Marshall Hallenbeck
|
f4d5a5668b
|
smbexec: fix escaping sequence
|
2023-10-06 12:17:17 -04:00 |
zblurx
|
4c419b5e08
|
implement s4u abuse
|
2023-09-29 19:21:59 +02:00 |
Marshall Hallenbeck
|
7886ac1612
|
rename folders, files, functions, classes, etc to NetExec/nxc
|
2023-09-14 17:07:15 -04:00 |