Bulk SMS Tools

Leeroll

Newbie
Joined
Apr 21, 2017
Messages
18
Reaction score
1
Hi fellow Blackhatters.

I need help finding a method for sending out alot of SMS.

What I got is a local simcard which sends out FREE unlimited sms. I have a list of local numbers which I need to send out to, approx 15-20k.

Does anyone know how I can utilize this simcard to send out alot of SMS on my computer perhaps?

Thanks in advance
 
Firstly, you will need a GSM modem for connecting your SIM card to your computer. Secondly, you need some kind of SMS software which can send out/receive SMSes through the modem. I remember buying a cheap GSM modem some time back, which had bundled software for that (it was very crappy nevertheless).

Otherwise, google "Desktop SMS software". I am sure, you will find something.
 
Thank you for your suggestion.

Any software could remote control my phone from my computer to manually send one by one would work as well. I could set up a macro for that. But this seems hard to find too..
 
Thank you for your suggestion.

Any software could remote control my phone from my computer to manually send one by one would work as well. I could set up a macro for that. But this seems hard to find too..
Try teamviewer may be?
Code:
https://play.google.com/store/apps/details?id=com.teamviewer.teamviewer.market.mobile&hl=en
This seems like the tougher route though.
Sending AT commands to the SIM would be much easier AFAIK. Firstly because GSM modems are pretty cheap ($15-$xx depending on the models)... Secondly, the whole SMS sending routine is pretty easy (even if you did not get a software that does this for you). Sample command list would be:

Code:
AT
OK
AT+CMGF=1
OK
AT+CMGW="+420420420"
> A simple demo of SMS text messaging.
+CMGW: 1

OK
AT+CMSS=1
+CMSS: 20

OK

To utilize this, you could use puTTY and connect to the COM port.
Example:
Code:
https://avtech.com/articles/65/how-to-test-a-gsm-modem-manually/
 
Last edited:
Hi fellow Blackhatters.

I need help finding a method for sending out alot of SMS.

What I got is a local simcard which sends out FREE unlimited sms. I have a list of local numbers which I need to send out to, approx 15-20k.

Does anyone know how I can utilize this simcard to send out alot of SMS on my computer perhaps?

Thanks in advance

Use samapp.com , I was once using their free android app, combine with nox android emulator in my PC and it works really well!
 
Check the black Friday deals thread. I know there is at least 1 sms sending deal in that thread, maybe more.
 
Try way2sms.com, 160by2.com to send more sms. I was using this before the introduction of whatsapp,facebook.
 
If you've got a linux box and android phone/phones, then you can use some software I wrote; you'll also need KDE connect setup on the phone/PC.
Hi, can you explain how to set this up please?
 
Hi fellow Blackhatters.

I need help finding a method for sending out alot of SMS.

What I got is a local simcard which sends out FREE unlimited sms. I have a list of local numbers which I need to send out to, approx 15-20k.

Does anyone know how I can utilize this simcard to send out alot of SMS on my computer perhaps?

Thanks in advance
Can you let me know which carrier SIM is letting you send SMS without the blocks?
 
4g modem, few lines of python code and you have working sms sender. Its nothing hardcore to be honest, simple as 2+2.
But your device IMEI may get banned if you send too much sms too quickly.
Your sim operator may block your sim card if you send too many sms.
 
4g modem, few lines of python code and you have working sms sender. Its nothing hardcore to be honest, simple as 2+2.
But your device IMEI may get banned if you send too much sms too quickly.
Your sim operator may block your sim card if you send too many sms.
Are you engaged in SMS business? Bro
 
Back
Top