Michał Kluczek

Results 24 issues of Michał Kluczek

I encountered an issue where I got match (pass found) but it wasn't the actual password. How do exclude such situations?

PLATFORM: darwin GANACHE VERSION: 2.6.0-beta.3 EXCEPTION: ``` Error: Incompatible EIP155-based V 0 and chain id 1. See the second parameter of the Transaction constructor to set the chain id. at...

Lets have a single repo workspace with 3 crates as directories in that repository ``` ❯ tree -L 1 . ├── Cargo.lock ├── Cargo.toml ├── release.toml ├── the-lib/ ├── the-db/...

So I've tried to use the lib on my machine, using minimal example from your test suite, namely ## src/main.rs ```rust fn main() { println!("Hello, world!"); } #[cfg(test)] #[inline(never)] fn...

bug
help wanted
good first issue

Now that the new game arrived, and this fix still being viable to be used for it, I was wondering if I can use the unpacked executable besides static analysis...

**Describe the bug** The only way (afair) to get list of `key: value` from a secret, but not the metadata, is by executing ```sh vault kv get --field data --format...

secret/kv
devex

I've noticed that since I've switched to greendns, the application is unable to resolve some of the domains, but after ~30 minutes, it suddenly can (sic!). The eventlet is running...

I can't run `frida`/`frida-trace` on any binary on MacOS 14.0 and 13.6 running in a VM. I've tried downgrading frida to earlier versions to see if I'll be able to...

Using this role on Archlinux as-is won't work because the variables defined in `Arch.yml` are not included due to missing task which would include them. This PR adds `include_vars` task...

stale