Commit Graph

2690 Commits (bbc661ba385fb325a4d666a1ba624f55d194e47b)

Author SHA1 Message Date
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 5ab24c1f47 fix exception handling and printing in build collector 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 39cdcc12bb remove unused code 2023-10-06 12:17:16 -04:00
Marshall Hallenbeck 193ef25748 remove unnecessary imports 2023-10-06 12:17:16 -04:00
Defte 0523208c4e
Update schtask_as.py
- Sed "g/atexec/schtask_as/s"
- Better error output (unknown username, task has not run)
- Added the output.decode("cp437") for french caracters

Signed-off-by: Defte <aurelien.chalot@protonmail.com>
2023-10-06 17:05:16 +02:00
bongobongoland e40d4f2a3d
Update enum_av.py
Signed-off-by: bongobongoland <129246896+bongobongoland@users.noreply.github.com>
2023-10-06 10:04:59 +11:00
Alex deb3c89efa
Merge pull request #53 from Pennyw0rth/dependabot/pip/urllib3-2.0.6
Bump urllib3 from 2.0.4 to 2.0.6
2023-10-05 18:10:35 -04:00
Alexander Neff 052cbe28ba Fix tab indention error in ldap.py 2023-10-05 19:36:03 +02:00
Marshall Hallenbeck 5e80ebd8dc
Merge branch 'develop' into marshall_cleanup 2023-10-05 10:01:26 -04:00
Defte 429a6a4e18
Update schtask_as.py
Fix typo

Signed-off-by: Defte <aurelien.chalot@protonmail.com>
2023-10-05 12:03:26 +02:00
Defte 16cfaec75d
Update schtask_as.py
Modify the variable name to schtask_as
Change the description

Signed-off-by: Defte <aurelien.chalot@protonmail.com>
2023-10-05 11:58:58 +02:00
Defte cba97cd068
Rename schtask.py to schtask_as.py
Rename the module to prevent confusion.

Signed-off-by: Defte <aurelien.chalot@protonmail.com>
2023-10-05 11:24:50 +02:00
Defte 116c8f7833
Update schtask.py
Add @Shad0wC0ntr0ller snippet to remove hardcoded date.

Signed-off-by: Defte <aurelien.chalot@protonmail.com>
2023-10-05 11:15:10 +02:00
Alex dec35a526b
Merge pull request #49 from Pennyw0rth/neff-bugfixes 2023-10-04 02:55:42 +02:00
zblurx 1148018394 Update codec management 2023-10-03 18:40:07 +02:00
Defte bcbfad6a18
Create schtask.py
Add the schtask module that can be used to impersonate loggedon users and run commands on their behalf.

Signed-off-by: Defte <aurelien.chalot@protonmail.com>
2023-10-03 17:52:06 +02:00
dependabot[bot] e033d22b5d
Bump urllib3 from 2.0.4 to 2.0.6
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 00:21:38 +00:00
Marshall Hallenbeck a2584471c9
Merge branch 'develop' into marshall_cleanup
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
2023-10-02 17:51:52 -04:00
Marshall Hallenbeck d217840dbf
Merge branch 'main' into neff-bugfixes 2023-10-02 17:32:51 -04:00
Marshall Hallenbeck 72e42e9b75
Merge pull request #52 from Pennyw0rth/feature/linux_build
Finalize Native Builds
2023-10-01 15:19:46 -04:00
Marshall Hallenbeck bf91d6dd49 add in macOS build target and remove unnecessary comment 2023-09-30 17:51:52 -04:00
Marshall Hallenbeck 3053b6d939 remove unnecessary project name from github job build name 2023-09-30 17:22:15 -04:00
Marshall Hallenbeck 2fc141d3da reference actual binary for ubuntu build 2023-09-30 17:13:46 -04:00
Marshall Hallenbeck 73910ec29a upload new netexec icon 2023-09-30 17:13:29 -04:00
Marshall Hallenbeck 085dfbff03 test ubuntu build 2023-09-30 17:05:23 -04:00
Marshall Hallenbeck f40ed5bad8 fix tabbing 2023-09-30 16:01:16 -04:00
Marshall Hallenbeck e39721ae98 force github push... 2023-09-30 15:35:36 -04:00
Marshall Hallenbeck 5434ee9d01 remove redundant upload 2023-09-30 15:35:12 -04:00
Marshall Hallenbeck 033961cdbe remove the on pull and change to windows to test windows build first 2023-09-30 15:31:27 -04:00
Marshall Hallenbeck 62fdbb3456 have to add a push initiall for workflow_dispatch 2023-09-30 15:17:16 -04:00
Marshall Hallenbeck 8d64b22663 break up native binary and zipapp build 2023-09-30 15:13:27 -04:00
Marshall Hallenbeck 310d178b3b
Merge pull request #45 from Pennyw0rth/neff-contr_coc-files
Create CONTRIBUTING.md
2023-09-29 13:00:00 -04:00
Marshall Hallenbeck 49a1c3a8ab
Merge branch 'main' into neff-contr_coc-files 2023-09-29 12:59:18 -04:00
Marshall Hallenbeck 771ed647bf
Merge pull request #44 from Pennyw0rth/NeffIsBack-patch-1
Create CODE_OF_CONDUCT.md
2023-09-29 12:58:59 -04:00