Denial of service : Do it the SMS way!!

Python S60

Denial of service (affectionately known as DoS attack), is an attempt to make a resource unavailable to its intended users. One simple method involves bombarding the victim with external communication requests.

Planning such an attack on a friend’s mobile phone needs these things

  • A Symbian Smartphone
  • Python
  • A service provider which gives you unlimited SMS. (Airtel gives 4400 sms for Rs.44 recharge which is practically unlimited unless you have some serious grudge against someone)

Let us see how this works. What happens if your phone receives a 100 messages in 5 minutes. Yeah! It stops working.(Only for short time. I don’t intend to cause a permanent damage). Now, sending 100 SMS from a phone, especially a symbian phone is a tedious task unless you have a python interpreter. So get it from here and install it. (You will need two files. Python for S60 and Python Script Shell)

Copy this  script to the ‘Python’ folder in your memory card. (Remeber that the extension has to be .py)

Start the interpreter.
Select Options->Run Script
Select the script from the list.
Fire away!!

Here are some screenshots of the program in action.

Here is the code.

Disclaimer : Python S60 is a fantastic piece of software. You can do al lot of interesting and ‘useful’ things with it. Please donot think that I am a bad person because all I did with it was irritate someone. This is my first (supposedly) working python program. There may be better ways to do this. If you find any errors or have any suggestions, please let me know.

PS: Actually major part of the code above is just garbage for that user interface. Actually, the line

messaging.sms_send( phone_no_as_string, body_as_unicode_string)

sends an sms. Simply use it in a for loop to send as many as you want.

PS again : Many thanks to @neo2904 for letting me test this software on him. :)

Advertisement

6 Responses to “Denial of service : Do it the SMS way!!”


  1. 1 3G Mobile Phones Biz Desk March 16, 2010 at 1:45 am

    Hi!
    Great information to have an update on, earlier i was not so keen on all these.

    What I liked is 2 things in your article: 1. Python S60 & 2. Python Script Shell on which i would like more info on.

    I will be looking for more related updates on this regularly.

    Cheers!

    Admin
    3G-mobile-phones.biz
    Reply

  2. 2 vimal toriya August 7, 2010 at 5:43 pm

    ithink this sight help me

  3. 3 vimal toriya August 7, 2010 at 5:44 pm

    thank you to ragisterd me

  4. 4 favorit-klimatici September 19, 2010 at 11:07 pm

    Great information, ..thanks for share


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s





Follow

Get every new post delivered to your Inbox.