Simone Margaritelli
Simone Margaritelli
Currently, [when a new release is published](https://github.com/evilsocket/legba/blob/main/.github/workflows/buildx.yml), docker images for `linux/amd64` and `linux/arm64` are automatically built and pushed to [https://hub.docker.com/r/evilsocket/legba](https://hub.docker.com/r/evilsocket/legba/tags). While this allows users to just pull the image and...
I'm thinking to integrate a Lua interpreter to do stuff like: ```lua function find_open_ports(host) legba("tcp.ports --tcp-ports 80-10000 --target " .. host .. "'") end function scan_web_resources(host, port) local schema =...
Due to /proc/net/arp file parsing, this program is only compatible with Linux systems, it would be trivial to execute "arp -a" instead which is available both on Linux and OSX...
[This should be "arguments", not "args"](https://github.com/ollama/ollama-python/blob/main/ollama/_types.py#L64)
Related to https://github.com/tinygrad/tinygrad/issues/3857 ... I'm getting this even after rebooting, quite systematically despite what's reported in #3857. Using 6ec7dbc287362b61551e3bca8690c4cb2cad9a7e@master (but it happens also with the latest packaged version), macOS 14.5,...
Hi, I'm trying to pass a chat dialog in the [LLama3 format](https://github.com/meta-llama/llama3/blob/main/llama/tokenizer.py#L222) to the [llama example](https://github.com/huggingface/candle/tree/main/candle-examples/examples/llama) via -prompt, the string is as follows: ``` system You are a helpful AI...
I'm running candle with metal acceleration on iOS via uniffi, specifically: ``` candle-core = { version = "0.6.0", features = ["metal"] } candle-nn = { version = "0.6.0", features =...
## Description Hi, it would be great if you could add an optional vendored features, like the [openssl vendored](https://docs.rs/openssl/latest/openssl/#vendored) feature, where instead of relying on pkg-config to find libsmbclient, you...
It would be nice to have an additional entry in the password form to include random words from a predefined wordlist (english dictionary). The list can be customized by uploading...
As per title the BLE module is crap, very unstable and doesn't support many platforms. The main reason is that the GATT package it's using it's crap. I'll reimplement it...