armada icon indicating copy to clipboard operation
armada copied to clipboard

A high performance TCP SYN port scanner.

Results 10 armada issues
Sort by recently updated
recently updated
newest added

i run this command :sudo armada --target_file sortip -p 1-444 but output is: thread 'main' panicked at 'Unable to parse target ''.: IncorrectIpCIDRString', /home/k/.cargo/registry/src/github.com-1ecc6299db9ec823/armada-1.1.2/src/args.rs:93:58 note: run with `RUST_BACKTRACE=1` environment variable...

A handy feature that would be useful is the ability to be able to output my scans over to a CSV, table, or json format. That would be a major...

I tried mutiple IPs with different connection, however not sigle time its able to find any port. Environment: - Kali linux 2020 - 200 MBPS connection

Hey! It would be great to add host resolution to targets. Thanks

enhancement

Failed examples: armada 74.125.130.147 --top100 --rate-limit 2 armada 58.250.137.36 --top100 --rate-limit 9 Working examples: armada 74.125.130.147 --top100 --rate-limit 10 armada 58.250.137.36 --top100 --rate-limit 11 ~# armada --version armada 1.0.2

bug
documentation

Armada should support a config file, so users don't have to type a too long command every time anymore

enhancement

i confirm it doesn't work on ipv6 cmd : armada -t 'xxxx:xxxx:xxxx::/47' --top100 it hangs there without any progress btw: thanks for this amazing utility

Here is a quick test command, the following IP should be open at least on TCP 80 and 443, because it is example.com. ``` sudo armada -t '2606:2800:220:1:248:1893:25c8:1946' --ports 80,443...

Hi @d0nutptr! Thanks for the tool its really the best. I've noticed one issue with it when using it in my workflow. So what I do is after getting the...

bug

This PR adds domain name resolution to armada using the standard library `(String, u16).to_socket_addrs()` function. The README has been updated to show the new behavior. I decided to add the...