Marshall Hallenbeck
|
35333504ea
|
fix: remove extra Exception
|
2023-10-12 14:30:03 -04:00 |
Marshall Hallenbeck
|
33d2dc2785
|
Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup
|
2023-10-12 11:36:16 -04:00 |
Marshall Hallenbeck
|
54bddb50fa
|
fix: remove redundant Except
|
2023-10-12 11:36:05 -04:00 |
Marshall Hallenbeck
|
bbc661ba38
|
Merge branch 'develop' into marshall_cleanup
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
|
2023-10-12 11:17:46 -04:00 |
Marshall Hallenbeck
|
f573f7f2aa
|
Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup
|
2023-10-12 11:13:44 -04:00 |
Alex
|
314b7f6a81
|
Merge pull request #54 from Dfte/main
|
2023-10-10 18:59:41 +02:00 |
Alex
|
444845c7e2
|
Merge branch 'develop' into main
|
2023-10-10 06:58:37 -04:00 |
Alex
|
653cec7993
|
Merge pull request #58 from bongobongoland/develop
Update enum_av.py
|
2023-10-08 16:34:02 -04:00 |
Alexander Neff
|
2ef51d642a
|
Fix indentation and formating
|
2023-10-08 16:20:30 -04:00 |
Alex
|
3384e9a28f
|
Merge branch 'develop' into main
|
2023-10-08 14:54:11 -04:00 |
Alexander Neff
|
ae417e5d3a
|
Autoformat
|
2023-10-08 14:52:37 -04:00 |
Alexander Neff
|
669e0b45e7
|
Replace str(e).find with 'string' in str(e)
|
2023-10-08 14:50:59 -04:00 |
Alexander Neff
|
b2c73b05d1
|
Added fail messages for not existing users and users having no active session, stop printing empty output messages.
|
2023-10-08 07:56:05 -04:00 |
Marshall Hallenbeck
|
c2f4c5d9d3
|
Merge branch 'develop' into marshall_cleanup
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
|
2023-10-06 13:47:35 -04: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
|
b38ad265af
|
formatting
|
2023-10-06 12:43:34 -04:00 |
Marshall Hallenbeck
|
95aaac7f68
|
cleanup: fix F403 from Ruff (import *)
|
2023-10-06 12:41:00 -04:00 |
Marshall Hallenbeck
|
165fa508ed
|
bloodhound: fix imports
|
2023-10-06 12:31:07 -04:00 |
Marshall Hallenbeck
|
84358bb480
|
mssql: fix indentation
|
2023-10-06 12:30:30 -04:00 |
Marshall Hallenbeck
|
f66923b296
|
ldap: fix truthiness check
|
2023-10-06 12:29:36 -04:00 |
Marshall Hallenbeck
|
4ec4672b87
|
ldap: fix error output string
|
2023-10-06 12:28:00 -04:00 |
Alex
|
e24601b345
|
Fix #48 tries to falsly add creds to bloodhound using --laps
|
2023-10-06 12:22:27 -04:00 |
Marshall Hallenbeck
|
7620112657
|
ruff cleanup
|
2023-10-06 12:22:27 -04:00 |
Alex
|
6a0646067c
|
Remove old NotImplementedError
|
2023-10-06 12:22:27 -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
|
9ae9d01e5a
|
update ruff version
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
2cae1dcaa7
|
no need for gitmodules anymore
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
2805dc6a70
|
remove flake
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
2dd8ea9ef0
|
clean up wireless module
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
51c8ee3f2f
|
cleanup winscp_dump module
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
7deee30942
|
cleanup wdigest module
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
a956d2cae8
|
fix variable naming for file listing
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
e9a7fda619
|
cleanup
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
e84a52c859
|
refactor(wcc): update wcc module quotes and refactor some formatting
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
3655cbff82
|
clean up ntdsutil module
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
9598e971da
|
clean up rdp module
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
5f0ed02364
|
add F841 (variable assigned but never used) to ruff exclude
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
84b1e41eb7
|
properly use fstring
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
6580604246
|
properly import specific ctypes and update description
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
f402c4546a
|
fix ignore rule (E->F)
|
2023-10-06 12:21:39 -04:00 |
Marshall Hallenbeck
|
cfbdcb3cb0
|
More cleanup
|
2023-10-06 12:21:32 -04:00 |
Marshall Hallenbeck
|
7e7e86725c
|
remove old urllib3 error ignore
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
63a761c760
|
fix exception handle and add TODO
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
ddc5c2ea7b
|
documentation(mssql_priv): add docstrings and a bit of cleanup
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
064921b9ee
|
refactor(ms17-010): clean up and add full AI-generated comments to MS17-010 Module, since there's a lot of byte-work
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
9ec7cd6fa1
|
do some cleanup for hash_spider for #38
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
6c68100c8a
|
clean up appcmd.py
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
28e25c560b
|
ignore additional linting rule
|
2023-10-06 12:21:06 -04:00 |
Marshall Hallenbeck
|
0ca3827d91
|
add back in more checks for ruff
|
2023-10-06 12:21:06 -04:00 |