legba icon indicating copy to clipboard operation
legba copied to clipboard

A multiprotocol credentials bruteforcer / password sprayer and enumerator. 🥷

Results 13 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

[INFO ] tasks=700 mem=2.9 GiB targets=24338819 attempts=73016457 done=195051 (0.27%) errors=117237 speed=196 reqs/s [INFO ] tasks=700 mem=3.9 GiB targets=24338819 attempts=73016457 done=195051 (0.27%) errors=117237 speed=196 reqs/s [INFO ] tasks=700 mem=4.1 GiB targets=24338819...

jujingyi@DESKTOP-4MKT4IH:~/Pentest$ sudo docker run legba sftp --username ptpadm --password pass.txt --target 10.136.107.102 legba v0.9.0 [INFO ] target: 10.136.107.102 [INFO ] username -> string 'ptpadm' [INFO ] password -> string 'pass.txt'...

#### **Issue Summary** When testing older systems with Legba, the SSH authentication fails due to unsupported key algorithms. Older systems often only support legacy SSH key algorithms (e.g., `ssh-rsa`), but...

Thanks for this amazing tool. System: GNU/Linux 6.13.1-arch1-1 x86_64 Installed: legba 0.10.0 I have noticed that when a wordlist contains a cyrillic character, it stops sending requests: ![Image](https://github.com/user-attachments/assets/5388d790-034e-44af-87f8-921657f7e6e1)

Hey there! Whenever I specify a recipe then some other parameters, i.e. to throttle the number of requests they aren't taken into account. I've looked at the code and it...