Commit Graph

65 Commits (f66923b296275f59b8b5778d166dde0d3e30837d)

Author SHA1 Message Date
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 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 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 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 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 110e6473d3 clean up find-computer module 2023-10-06 12:20:40 -04:00
Marshall Hallenbeck a8b14cee7f refactor(add_computer): refactor and add docstrings to add_computer module 2023-10-06 12:19:26 -04:00
Marshall Hallenbeck e80c4807a6 fix exception handling 2023-10-06 12:19:26 -04:00
Marshall Hallenbeck f6812f2eb4 cleanup wmiexec_event code 2023-10-06 12:19:26 -04:00
Marshall Hallenbeck 8ec3e62bfb fix exception handling 2023-10-06 12:19:26 -04:00
Marshall Hallenbeck ffb9dd3f91 fix exception handling and remove unused function 2023-10-06 12:19:26 -04:00
Marshall Hallenbeck 45fdc26847 automatic ruff fixing 2023-10-06 12:19:22 -04:00
Marshall Hallenbeck a1c0080d82 fix type check and add docstrings to powershell.py 2023-10-06 12:17:17 -04:00
Marshall Hallenbeck 345a0748b3 cleanup: fix variable names in query_db_cred 2023-10-06 12:17:17 -04:00
Marshall Hallenbeck 182c7a5a01 doc(connection.py): add docstring for call_modules 2023-10-06 12:17:17 -04:00
Marshall Hallenbeck f1f34b3c72 update exception handling and add docstring to call_cmd_args. also make variables easier to understand 2023-10-06 12:17:17 -04:00
Marshall Hallenbeck 01c530391f update exception handling 2023-10-06 12:17:17 -04:00
Marshall Hallenbeck f4d5a5668b smbexec: fix escaping sequence 2023-10-06 12:17:17 -04:00
Marshall Hallenbeck a2dc03773d nxcdb: fix escaping sequence 2023-10-06 12:17:17 -04:00
Marshall Hallenbeck 7f5a6f4f50 fix escaping sequence in log 2023-10-06 12:17:16 -04:00
Marshall Hallenbeck b0b36ede87 rename nxc PATH variable 2023-10-06 12:17:16 -04:00
Marshall Hallenbeck 193ef25748 remove unnecessary imports 2023-10-06 12:17:16 -04:00
Marshall Hallenbeck 73910ec29a upload new netexec icon 2023-09-30 17:13:29 -04:00
Alexander Neff 0dabcba530 Fix #42 --dc-list crashes on ldap with logging enabled 2023-09-26 12:55:13 +02:00
Alex 09c869de92 Change decoding option name 2023-09-21 12:36:04 +02:00
Alex 7de9fccedb Fixing encoding error when using the symbol 2023-09-20 21:15:06 +02:00
Alex 90e5e87a70 Clean up code 2023-09-20 16:01:23 +02:00
Alex 3482096a66 Add ignore-decoding-errors for the password file (prevent crash with rockyou.txt) 2023-09-20 15:48:24 +02:00
Alex 79519d3b4b Fix decode errors on password file decoding 2023-09-20 14:45:27 +02:00