Leron Gray
Leron Gray
This is the expected behavior. When you pass `exists=True`, you are telling Typer that the value that is passed needs to exist. When you pass `exists=False`, you are telling Typer...
Hi. IMO, if going with the extras model, the impacket library should be the base, and examples should be the extra. I think this aligns more with the packaging norms...
Hi, Thanks for responding. There's a difference between an official release and a pre-release on PyPI. The semiannual or every 4 months release could be an official one, while the...
With Impacket under a new org name, maybe this could be implemented? 👀
@S3cur3Th1sSh1t Did you ever figure this out? I'm having similar issues trying to create Assembly/AppDomain event handlers and basically getting the same errors.
You're right that it should be exposed. I got ahead of myself generating all the documentation for gRPC for stuff that isn't exposed in sliver-py but should be.
.NET Standard is a set of APIs across versions, not a version itself. 4.6.2 falls in the NET Standard 2.0 range, so it is able to run binaries targeted for...
You can write a plugin to use pypykatz for this specific LSASS scenario. I have one example here that I updated from the pypykatz author himself: https://github.com/daddycocoaman/volplugins I'm also interested...
Sorry to necro this but wanted to add something. In case a user doesn't want to throw away the whole Windows path in WSL2, they can add this to `~/.xonshrc`...
Although I'm still interested in the answer to this, I solved my issue by merging all the DLLs and dependencies into a single DLL using ILMerge and I was able...