You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*I DID THIS 8 YEARS AGO AS A LEARNING PROJECT WHEN I FIRST STARTED LEARNING PROGRAMMING, IT MEANS A LOT TO ME, BUT THE CODE IS BAD!* A very, very simple sms bomber written in python and now java. You can adjust the amount of texts sent, and the interval at which they are sent (if you want any). For educational purposes only.
SPAMit is an open source spammer for WhatsApp messenger that disguises itself as a keyboard allowing users to send hundreds of messages at the press of a button
A utility or tool usually written in java to send someone a mass quantity of emails in a short period of time. Usually used for malicious purposes or pranks.
This is a Selenium based spammer. In this example I use txt DB (created from SQL DB) simply because I find it easier to use it without the need to download and install SQL dependencies, drivers etc. With little code refactoring you can use the spammer while directly retrieving the data from the SQL DB. Note that the spammer was created for a spe…