spam bot build in python to spam websites at high volume.
This is a simple Python script that sends concurrent HTTP requests to the Example Domain using the requests library and concurrent.futures module. The script sends a total of MAX_REQUESTS requests concurrently, each with a unique user agent. Current script sends HTTP GET requests only, feel free to edit for other request types.
- Python 3.x
- requests library
- concurrent.futures module
- Clone the repository or copy the script to your local machine.
- Install the requests library and concurrent.futures module by running pip install requests futures.
- Open a terminal and navigate to the directory containing the script.
- Run the script using python spam.py.
The script uses the following configuration variable:
- MAX_REQUESTS: The maximum number of requests to send concurrently.