Script to spam URL with GET requests using curl. Good for farming views on view-based counters
THIS IS NOT A DDoS PROGRAM & DON'T USE IT AS SUCH!
- Checks for internet connection
- Checks for needed packages
- Continuously requests website using
curl
- Visits website in specified number of parallel processes (1-10)
- Suitable for lower-end systems
- By default limited to 1 second delay and max 10 parallel processes
curl
requests are randomized with rotation ofUser-Agent
curl
requests are unique with rotation ofX-Custom-Header
curl
doesn't store session or cookies (filters non-IP rate limiting mechanisms)
curl
parallel
bc
Before proceeding install them on your linux distro
Debian example: sudo apt install curl parallel bc
-
clone the repo
git clone https://github.com/BakirGracic/curl-get-request-spammer
-
'cd' in the repo dir
cd curl-get-request-spammer
-
add execution permission
sudo chmod +x script.sh
-
execute the script
./script.sh
-
use
-s
or--silent
argument to disable request statuses -
input script variables best suiting your needs
This project is licensed under the MIT License. See the LICENSE file for details.