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

Dynamic variable in domain name #91

Open
bvv-jmedved opened this issue Nov 10, 2022 · 3 comments
Open

Dynamic variable in domain name #91

bvv-jmedved opened this issue Nov 10, 2022 · 3 comments

Comments

@bvv-jmedved
Copy link

I tried a dynamic variable in URL as shown in the example in the documentation
ddosify -t target_site.com/{{_randomInt}}
and it works as expected.

But if I try the dynamic varilable in the domain like following
ddosify -t https://{{_randomDomainWord}}.target_site.com
i get following error:
err: target is not valid: https://{{_randomDomainWord}}.target_site.com

@kursataktas
Copy link
Member

hi @bvv-jmedved

This is expected. What is your use case to send requests to random endpoints?

@jirmed
Copy link

jirmed commented Nov 10, 2022

We are experiencing DDOS attacks on random subdomains of our domain. We have implemented blocking SW and we want to test its behavior.

@kursataktas
Copy link
Member

kursataktas commented Nov 10, 2022

I see, Ddosify does not support this. Maybe using the config file will help you if you do not have enormous subdomains. You can place each subdomain as a step.

On the other hand, we will think about this use case. I will update this thread.

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

No branches or pull requests

3 participants