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
curlrequests are randomized with rotation ofUser-Agentcurlrequests are unique with rotation ofX-Custom-Headercurldoesn't store session or cookies (filters non-IP rate limiting mechanisms)
curlparallelbc
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
-sor--silentargument 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.