legba icon indicating copy to clipboard operation
legba copied to clipboard

A multiprotocol credentials bruteforcer / password sprayer and enumerator. 🥷

Results 5 legba issues
Sort by recently updated
recently updated
newest added

Hi, i installed `legba` with `cargo install legba` on M2 and i got the following error when i ran `legba` command. Can you help me to fix this? Thanks. ```...

bug

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...

help wanted

Hello! I'm loving this project, but given how often I encounter the above protocols, is there a consideration or timeline for authentication via the following protocols? - [x] SMB (tcp/445),...

new feature

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 =...

new feature

Hi! Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). According to my tests, PGO helps with achieving better performance in many application domains, including...

enhancement