Charlie Bromberg
Charlie Bromberg
Latest commits seem to have induced an issue with the winacl lib. https://github.com/skelsec/pypykatz/blob/91f9bdd61473b745581528f2c4d65250dc8617af/pypykatz/dpapi/dpapi.py#L34 ``` Traceback (most recent call last): File "/opt/tools/bin/pypykatz", line 8, in sys.exit(main()) ^^^^^^ File "/opt/tools/pypykatz/venv/lib/python3.11/site-packages/pypykatz/__main__.py", line 18,...
Is there any way we could use integrations to edit the source code and add, for example, blocks in ``, add `` tags etc. ? I'm managing an free and...
Hi 👋 it would be awesome to be able to have integrations put content on the left and right sides, under the table of contents for instance. 
# Issue When running `cargo build --release` ``` Compiling time v0.3.30 Compiling num-bigint v0.4.4 Compiling percent-encoding v2.3.1 Compiling async-trait v0.1.74 error[E0282]: type annotations needed for `Box` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.30/src/format_description/parse/mod.rs:83:9 | 83...
### Contact Details _No response_ ### What happened? When installing the teamserver by following the official doc, we get the following error ``` # go mod download github.com/ugorji/go go: module...
fixing #32 as per https://github.com/ShutdownRepo/pywhisker/issues/28#issuecomment-2659123650
After a pipx install, `manspider -h` throws the following error ``` Traceback (most recent call last): File "/root/.local/bin/manspider", line 5, in from man_spider.manspider import main File "/root/.local/share/pipx/venvs/man-spider/lib/python3.11/site-packages/man_spider/manspider.py", line 11, in...
When running Zehef from outside its directory (e.g., using an absolute path), the program crashes because it cannot locate `config.json`. The path to the config file appears to be resolved...
With 24942f834fe9c215586c61ff4762214fedd4e9f3, the required version for Python is now >=3.12, else it'll throw the following error ``` ImportError: cannot import name 'override' from 'typing' (/root/.pyenv/versions/3.11.13/lib/python3.11/typing.py) ```