resyncgg / armada

A high performance TCP SYN port scanner.
https://resync.gg
Other
310 stars 25 forks source link

Added support for getting targets from file and stdin #9

Closed d0nutptr closed 2 years ago

d0nutptr commented 2 years ago

You can now specify targets using:

  1. --targets (-t)

    armada -t 1.1.1.1 -p 80,443
  2. --target_file

    armada --target_file ips_and_cidrs.txt -p 80,443
  3. stdin

    cat ips_and_cidrs.txt | armada -p 80,443