I
I
iamdivine2018-12-03 15:50:49
linux
iamdivine, 2018-12-03 15:50:49

How to make an infinite script with curl?

Good afternoon, there is a request to the site via curl, how to make it flood with a delay?
I wanted to make a script, but I don’t really know how
I do it for myself in order to configure the firewall well.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
winbackgo, 2018-12-03
@winbackgo

#!/bin/bash

while [ 1 ]
do
    curl https://google.com
    sleep 2
done

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question