naquad / bomber

DDOS against Russian propaganda sites
1 stars 2 forks source link

take urls from hosts.txt #1

Closed ghsec closed 2 years ago

ghsec commented 2 years ago

I think it better if you get targets from files, because if I collect hosts from amass, subfinder and other tools is not comfortable write new targets in script. for example.

subfinder -d victimDomain | httpx | bomber

it collects subdomains, then checks for HTTP and https services on 80 and 443 ports then ddos with your script

naquad commented 2 years ago

This is not a security tool per se. Adding capabilities to dynamically specify targets is not its goal.

If you have some particular resources that should be added then please share here or send a pull request.