• Join CraxPro and earn real money through our Credit Rewards System. Participate and redeem credits for Bitcoin/USDT. Start earning today!
    Read the detailed thread here

SMTP 💀 [BLACKHAT] - SEND SMS VIA PYTHON (TWILIO API) 💀

Currently reading:
 SMTP 💀 [BLACKHAT] - SEND SMS VIA PYTHON (TWILIO API) 💀

yuuichiblackhat

Member
LV
1
Joined
Jan 7, 2024
Threads
2
Likes
1
Awards
3
Credits
704©
Cash
0$
Speak you Tubainos!



BlackHat here in the activity again and today I'm going to bring content you won't find anywhere else on the internet, + a great tool for sending SMS made in Python, using the Twilio API.




So before I show you the content, I'm seeing a lot of people coming to my posts, just looking and leaving and they're not interacting, liking or commenting, I stay here for several hours producing content to release the gold for you. So on this post here, I want to see a ton of likes and comments, because if I don't I'm going to retire my content and stop posting my tools here.



Without further ado, let’s get straight to the content!



This tool was made in Python to send mass SMS, using your Twilio account, see how simple the process is.



First= You need to create an account on the Twilio website, and just enter this website here=


1704649748396



and register normally, once you finish registering and your account is created, you will earn $15 to test their SMS sending.


and register normally, once you finish registering and your account is created, you will earn $15 to test their SMS sending.



Second= Download the tool here=



download here

After downloading and extracting, let's move on to configuring the script!



Open the file called envio.py in a text editor, I use notepad++, and change the following parts=

1704650155309



Then just enter your Twilio account information, Sid, Token and your number generated in Twilio, after making these changes and just save the file.



Inside your extracted folder, there will be 2 .txt files, written message and destination_numbers, then you just write the SMS message you want to send, and enter the numbers you want to spam, in this format here +55 the DDI and the people's phones.



You've already configured your Twilio API, message and numbers, now the python library installation part has arrived.



Open cmd and type:
pip install twilio

after you have installed it and just run the script with this command:
python shipping.py

It will start sending SMS messages, just like the image below!

1704650253039

Ready now, just top up your balance on your Twilio and make that naughty spam!​
 
  • Like
Reactions: fognayerku

R1AD

Member
LV
2
Joined
Jun 24, 2022
Threads
71
Likes
34
Awards
7
Credits
5,333©
Cash
0$
Speak you Tubainos!



BlackHat here in the activity again and today I'm going to bring content you won't find anywhere else on the internet, + a great tool for sending SMS made in Python, using the Twilio API.




So before I show you the content, I'm seeing a lot of people coming to my posts, just looking and leaving and they're not interacting, liking or commenting, I stay here for several hours producing content to release the gold for you. So on this post here, I want to see a ton of likes and comments, because if I don't I'm going to retire my content and stop posting my tools here.



Without further ado, let’s get straight to the content!



This tool was made in Python to send mass SMS, using your Twilio account, see how simple the process is.



First= You need to create an account on the Twilio website, and just enter this website here=


View attachment 168217


and register normally, once you finish registering and your account is created, you will earn $15 to test their SMS sending.


and register normally, once you finish registering and your account is created, you will earn $15 to test their SMS sending.



Second= Download the tool here=



download here

After downloading and extracting, let's move on to configuring the script!



Open the file called envio.py in a text editor, I use notepad++, and change the following parts=

View attachment 168218


Then just enter your Twilio account information, Sid, Token and your number generated in Twilio, after making these changes and just save the file.



Inside your extracted folder, there will be 2 .txt files, written message and destination_numbers, then you just write the SMS message you want to send, and enter the numbers you want to spam, in this format here +55 the DDI and the people's phones.



You've already configured your Twilio API, message and numbers, now the python library installation part has arrived.



Open cmd and type:
pip install twilio

after you have installed it and just run the script with this command:
python shipping.py

It will start sending SMS messages, just like the image below!

View attachment 168219
Ready now, just top up your balance on your Twilio and make that naughty spam!​
where is the tool?
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom