Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bakirgracic/curl-get-request-spammer
CURL GET Request Spammer
https://github.com/bakirgracic/curl-get-request-spammer
curl farming get-request parallel
Last synced: about 2 months ago
JSON representation
CURL GET Request Spammer
- Host: GitHub
- URL: https://github.com/bakirgracic/curl-get-request-spammer
- Owner: BakirGracic
- License: mit
- Created: 2024-10-12T13:11:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T01:09:38.000Z (about 2 months ago)
- Last Synced: 2024-11-10T02:18:32.872Z (about 2 months ago)
- Topics: curl, farming, get-request, parallel
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CURL GET Request Spammer
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!
### Features
- 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 of `User-Agent`
- `curl` requests are unique with rotation of `X-Custom-Header`
- `curl` doesn't store session or cookies (filters non-IP rate limiting mechanisms)### Necessary packages
- `curl`
- `parallel`
- `bc`Before proceeding install them on your linux distro
Debian example: `sudo apt install curl parallel bc`
### Setup Guide (Linux)
- 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
### License
This project is licensed under the MIT License. See the LICENSE file for details.