Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Support #3

Closed
jaikishantulswani opened this issue May 24, 2021 · 1 comment
Closed

File Support #3

jaikishantulswani opened this issue May 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jaikishantulswani
Copy link

@d0nutptr It would be good if it have a flag to provide file having list of domains and ips both to scan.

@d0nutptr d0nutptr added the enhancement New feature or request label Jun 8, 2021
@d0nutptr
Copy link
Contributor

Hello! Thanks for the issue :) I've updated Armada to 1.1.1 which now supports passing targets via a file. Armada still does not support domains, but may make it into the next major set of updates. I'll close this issue since the primary component was the target file and we already have #2 which tracks domain resolution.

You can update armada by

cargo install armada

And don't forget to give the binary CAP_NET_RAW if this is how you choose to use armada.

sudo setcap 'cap_net_raw+ep' $(which armada)

Supported methods to supply targets

  1. --targets (-t)
armada -t 1.1.1.1 -p 80,443
  1. --target_file
armada --target_file ips_and_cidrs.txt -p 80,443
  1. stdin
cat ips_and_cidrs.txt | armada -p 80,443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants