https://github.com/defaultik/sms_spoofer
SMS Spoofer with additional features based on Vonage API
https://github.com/defaultik/sms_spoofer
bomber linux python python3 sms sms-api sms-bomber sms-gateway sms-spoofing vonage vonage-api
Last synced: about 1 year ago
JSON representation
SMS Spoofer with additional features based on Vonage API
- Host: GitHub
- URL: https://github.com/defaultik/sms_spoofer
- Owner: Defaultik
- License: gpl-3.0
- Created: 2022-09-08T09:51:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T12:03:12.000Z (almost 2 years ago)
- Last Synced: 2024-07-28T13:00:10.569Z (almost 2 years ago)
- Topics: bomber, linux, python, python3, sms, sms-api, sms-bomber, sms-gateway, sms-spoofing, vonage, vonage-api
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 21
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📱 sms_spoofer ```(ONLY FOR EDUCATIONAL USAGE)```
this utility allows you to send SMS to any phone number from any name with any content (for example send notification about changed password via SMS)
([example #1](https://i.imgur.com/SOmATqN.jpg), [example #2](https://i.imgur.com/Ll26s2U.jpg))

## installation
windows
```
1) download python 3.10+
2) download and unpack sms_spoofer.zip
open terminal in unpacked folder and execute following commands
3) pip install -r requirements.txt
4) python source/menu-based/main.py
```
linux
```
$ sudo apt-get install python3 git
$ git clone https://github.com/Defaultik/sms_spoofer
$ cd sms_spoofer
$ pip3 install -r requirements.txt
$ python3 source/menu-based/main.py
```
macos
```
$ brew install python3 git
$ git clone https://github.com/Defaultik/sms_spoofer
$ cd sms_spoofer
$ pip3 install -r requirements.txt
$ python3 source/menu-based/main.py
```
## f.a.q
**(?) is this free?**
unfortunately this program is just utility that works on API of big sms gateway, and this gateway takes money from every sms that you send
**(?) does it support any other languages besides English?**
yes, it is supports unicode so program works in English, Russian, Chinese and other languages
**(?) can I get a ban?**
yes, your account can get a ban from Vonage if you violate their [terms of use](https://www.vonage.com/legal/communications-apis/terms-of-use/)
**(?) can I use it on unix-like systems?**
yes you can, the utility is not demanding on the system, and the functions are adapted to another systems
##
**i'll glad to get a star from you ❤️**