Commit Graph

2847 Commits (e9eccba19379b079a7b214d06f9ddb87951c1e4c)

Author SHA1 Message Date
Marshall Hallenbeck e9eccba193 refactor: remove Python shebangs since they are not needed 2023-10-21 23:45:16 -04:00
Marshall Hallenbeck b31b3b70ba fix: remove loading http server for #35 2023-10-21 23:44:53 -04:00
Marshall Hallenbeck aa696051ed remove http server; fixes #21 2023-10-21 23:43:13 -04:00
Marshall Hallenbeck 41ec0b18f0
Merge branch 'develop' into marshall_cleanup 2023-10-21 19:26:02 -04:00
Marshall Hallenbeck 8ecdcebf4d fix redundant lines 2023-10-21 19:24:31 -04:00
Marshall Hallenbeck 33a8dfc109 remove redundant log call 2023-10-21 19:20:08 -04:00
Marshall Hallenbeck 3ce70c71b6 fix arbitrary newlining 2023-10-21 19:16:54 -04:00
Marshall Hallenbeck e9dd72e1c1 remove python env specification 2023-10-21 19:13:26 -04:00
Marshall Hallenbeck ac4c2f4168 remove 'exploit' term from MS17-010 since its a check, not an exploit 2023-10-21 19:11:41 -04:00
Marshall Hallenbeck c523d9679b convert string concat to fstring 2023-10-21 19:10:06 -04:00
Marshall Hallenbeck 7eef62ed78 fix: undo newlining 2023-10-21 19:00:16 -04:00
Marshall Hallenbeck 92ddea1ffb fix: remove unnecessary newlining 2023-10-21 18:59:33 -04:00
Marshall Hallenbeck 1aab4c97c3
Merge pull request #83 from mishrasamiksha/develop
Update README.md
2023-10-20 21:30:42 -04:00
Marshall Hallenbeck a68265bb13 feat(tests): allow running specific proto tests via --protocols 2023-10-20 15:02:37 -04:00
Samiksha Mishra 1560c2d761
Update README.md
Typo error fix from "contributers" to "contributors"

Signed-off-by: Samiksha Mishra <38784342+mishrasamiksha@users.noreply.github.com>
2023-10-20 20:17:21 +05:30
Alex 809b4bb799
Merge pull request #80 from Pennyw0rth/mpgn 2023-10-19 11:29:03 +02:00
Alexander Neff a09934b8f9 Adding mpgn 2023-10-19 00:34:55 +02:00
Marshall Hallenbeck 30c474cbd6 refactor(tests): move --options above the module run for each module 2023-10-18 14:02:32 -04:00
Marshall Hallenbeck 41fac78df4 tests: add iis and pi module tests 2023-10-18 13:57:33 -04:00
Marshall Hallenbeck e153790d76 tests: add add-computer to e2e tests 2023-10-18 13:51:40 -04:00
Marshall Hallenbeck 085868c551 fix(tests): some modules have a PASSWORD and may have a USERNAME param, so update the login string variable 2023-10-18 13:51:15 -04:00
Marshall Hallenbeck dbbffc5952 fix(add-computer): set proper permission on open user request and exit if the computer account is already created 2023-10-18 13:44:01 -04:00
Marshall Hallenbeck 0376a005e3 ruff: add in --preview flag for linting in GitHub runner 2023-10-18 13:02:57 -04:00
Marshall Hallenbeck b9497d37aa Revert "Merge branch 'develop' into marshall_cleanup"
This reverts commit ce73f684c1, reversing
changes made to f87eeffc41.
2023-10-18 12:15:21 -04:00
Marshall Hallenbeck ce73f684c1
Merge branch 'develop' into marshall_cleanup
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
2023-10-18 12:10:25 -04:00
Marshall Hallenbeck f87eeffc41 move imports back to conditional and add comment 2023-10-18 12:08:46 -04:00
Alex 1879107c8e
Merge pull request #77 from Pennyw0rth/dependabot/pip/urllib3-2.0.7
Bump urllib3 from 2.0.6 to 2.0.7
2023-10-18 13:08:04 +02:00
Alexander Neff ffeb2063ca Increase parallel test runs and fix description of test cli 2023-10-18 12:58:17 +02:00
Alexander Neff b3e1a0d967 Add ruff version output to cli 2023-10-18 00:00:55 +02:00
Alexander Neff dd3a285049 Fix lint cli 2023-10-17 23:58:21 +02:00
Alexander Neff ab5452d7b9 Use poetry to run ruff 2023-10-17 23:56:18 +02:00
Alexander Neff 0cfdbd46a6 Update dependencies from dev 2023-10-17 23:43:30 +02:00
Alexander Neff 1ce4a5eac0 Update dependencies 2023-10-17 23:34:38 +02:00
dependabot[bot] 4e51bfb5aa
Bump urllib3 from 2.0.6 to 2.0.7
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [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.6...2.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 21:15:55 +00:00
Marshall Hallenbeck 8056ef8e28 fix(kerberos): pass kdc_host on kerberos connection 2023-10-17 14:58:22 -04:00
Marshall Hallenbeck 14d6e9bc3e fix: remove ClassVar to be revisited later 2023-10-17 14:58:22 -04:00
Marshall Hallenbeck a3b0428f8d fix(tests): add in space so command is correct 2023-10-17 14:58:22 -04:00
Marshall Hallenbeck 98617194ac
Merge branch 'develop' into marshall_cleanup
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
2023-10-17 14:32:50 -04:00
Marshall Hallenbeck d28dc10e0f fix(ruff): add back in res variable since it's called in the following debug and add noqa for F841 on it since it will get auto-fixed 2023-10-17 14:30:24 -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
Marshall Hallenbeck a7b95f2fc8 ruff: add refurb (FURB) and auto-fix 2023-10-16 12:48:15 -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
Alexander Neff 2391d1d5ba Fix poetry.lock file 2023-10-15 18:24:29 +02:00
Alexander Neff dbc1feeadd Replace for loops with list comprehensions 2023-10-15 18:24:09 +02:00
Alex d1aec0611e
Merge pull request #30 from Pennyw0rth/marshall-dependency-update-9-19-2023
Update dependencies (including impacket fork) for v1.1.0
2023-10-15 17:02:55 +02:00