A powerful SMS spamming tool designed for ethical testing and educational purposes. This script leverages multiple API endpoints to send a high volume of SMS messages to a specified phone number.
- Multi-API Support: Utilizes 32 different API endpoints for diverse and effective SMS delivery.
- Proxy Integration: Supports HTTP proxies to mask your IP address and enhance anonymity. (Proxies are fetched from
raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt) - User-Friendly Interface: Simple command-line interface for ease of use.
- Real-time Feedback: Provides immediate updates on SMS sending status.
- Colorful Output: Uses
pystyleandcoloramafor an engaging and informative console experience.
This tool is intended for ethical testing and educational purposes only. Misuse of this tool for malicious activities, such as harassment or illegal spamming, is strictly prohibited and may result in legal consequences. The developer is not responsible for any misuse of this software.
- Python 3.x
itertoolsrequeststhreadingtimerandomosdatetimesyspystylegratientcoloramauser_agentbs4(BeautifulSoup4) for API 27 and 31 token parsing. Install withpip install beautifulsoup4
You can install all required Python libraries (except bs4 and gratient, which might require manual installation if not found on PyPI) using pip:
pip install itertools requests pystyle colorama user_agent