Can we please have a PyPI package ?
We want to integrate netexec with secator, but to do that we need proper versioning (we pin to specific versions to ensure no breaking + no security issues (e.g: supply-chain attack that would commit to main / to a latest tag).
So we would need a pip install netexec==<VERSION>.
It should be pretty straightforward to make a PyPI package using GitHub actions, you can check our workflow for publishing Secator here: https://github.com/freelabz/secator/blob/main/.github/workflows/publish.yml#L15.
If you want me to make a PR, just say so and I will tell Claude to do it =D
Can we please have a PyPI package ?
We want to integrate
netexecwithsecator, but to do that we need proper versioning (we pin to specific versions to ensure no breaking + no security issues (e.g: supply-chain attack that would commit to main / to a latest tag).So we would need a
pip install netexec==<VERSION>.It should be pretty straightforward to make a PyPI package using GitHub actions, you can check our workflow for publishing Secator here: https://github.com/freelabz/secator/blob/main/.github/workflows/publish.yml#L15.
If you want me to make a PR, just say so and I will tell Claude to do it =D