WARID Gateway Exposed! [Send SMS to any network]

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
masud
Havaldaar
Posts: 108
Joined: Thu Aug 05, 2004 12:15 am
Location: Fremont, CA
Contact:

WARID Gateway Exposed! [Send SMS to any network]

Post by masud »

AoA

Hi its time to expose warid sms gateway. Using Warid sms sending code, which was posted by me few months ago, you can sent sms to any network. Sorry for telling you so late but :) its now your time to play with it :).

Without any confirmation send as many sms as you can to any number cellular companay worldwide.

Code is here: http://www.geocities.com/xlx_silentplay ... warid2.txt

Find the updated version of the script here
http://www.linuxpakistan.net/forum2x/vi ... 0190#30190

--
Masood
Last edited by masud on Sat May 05, 2007 3:40 pm, edited 5 times in total.
--SP--
amirbilal
Cadet
Posts: 10
Joined: Tue Jan 20, 2004 4:04 am

Post by amirbilal »

chha gia hai munnay!

awesome effort!
ABC
usamahashimi

Post by usamahashimi »

Hi
GREAT WORK
But I wanna ask something. The script is working successfully but when the messages arrives at the other end it shows 03214647873 as sender. Is it possible to change this number by our's. How?
Thanks
muzamil
Cadet
Posts: 7
Joined: Thu Aug 24, 2006 4:51 pm
Location: Karachi
Contact:

Post by muzamil »

Great but till warid dont know

Thanks Masssod


Muzamil
amirbilal
Cadet
Posts: 10
Joined: Tue Jan 20, 2004 4:04 am

Post by amirbilal »

usamahashimi wrote:Hi
GREAT WORK
But I wanna ask something. The script is working successfully but when the messages arrives at the other end it shows 03214647873 as sender. Is it possible to change this number by our's. How?
Thanks
one needs to login to warid website by some valid REGISTERED WARID NUMBER before sending any message.

Masud is loging in from his number to the website and sending the messages. You can host this script on your server and change the blow two lines.

$userName='3214XXXXX'; //Your valid number to login
$pass='XXXXXXXX'; //Your valid password.

Hope it helps!

ps: now u hav masud's number, prank calls is not a bad idea at all ;)
ABC
masud
Havaldaar
Posts: 108
Joined: Thu Aug 05, 2004 12:15 am
Location: Fremont, CA
Contact:

Post by masud »

amirbilal wrote: ps: now u hav masud's number, prank calls is not a bad idea at all ;)
Thanks Jiger, I wish you could hear a rining sound hahaha. :)
--SP--
phpgurru
Cadet
Posts: 8
Joined: Thu Dec 11, 2003 3:01 pm
Location: Lahore
Contact:

Post by phpgurru »

Hey Masud.. great work, thanx for sharing.
sathi
Lance Naik
Posts: 29
Joined: Tue Jul 04, 2006 11:13 am

Post by sathi »

Hey Masud.. very very great work, thanx for sharing.
kbukhari
Major General
Posts: 1222
Joined: Sat Dec 31, 2005 12:29 am
Location: Lahore
Contact:

Post by kbukhari »

ATTN: MODS here
this is some what? hacking stuff !
--
Syed Kashif Ali Bukhari
+92-345-8444420
http://sysadminsline.com
http://kashifbukhari.com
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

kbukhari wrote:ATTN: MODS here
this is some what? hacking stuff !
where's the hack?
kbukhari
Major General
Posts: 1222
Joined: Sat Dec 31, 2005 12:29 am
Location: Lahore
Contact:

Post by kbukhari »

lambda wrote:
kbukhari wrote:ATTN: MODS here
this is some what? hacking stuff !
where's the hack?
exposing securty is also known as hacking by PTA's hacking law comming in some days within this year
--
Syed Kashif Ali Bukhari
+92-345-8444420
http://sysadminsline.com
http://kashifbukhari.com
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

kbukhari wrote: exposing securty
i don't see it exposing a security hole anywhere. don't they let you use an applet that does the exact same thing as the code? where does it say you can't write your own client against their protocol?
is also known as hacking by PTA's hacking law comming in some days within this year
in other words, there is no applicable law. hence, it can't be illegal.
kbukhari
Major General
Posts: 1222
Joined: Sat Dec 31, 2005 12:29 am
Location: Lahore
Contact:

Post by kbukhari »

lambda wrote:
kbukhari wrote: exposing securty
i don't see it exposing a security hole anywhere. don't they let you use an applet that does the exact same thing as the code? where does it say you can't write your own client against their protocol?
is also known as hacking by PTA's hacking law comming in some days within this year
in other words, there is no applicable law. hence, it can't be illegal.
OK OK
wait for some time with me
bye bye
--
Syed Kashif Ali Bukhari
+92-345-8444420
http://sysadminsline.com
http://kashifbukhari.com
usamahashimi

Post by usamahashimi »

amirbilal wrote:
usamahashimi wrote:Hi
GREAT WORK
But I wanna ask something. The script is working successfully but when the messages arrives at the other end it shows 03214647873 as sender. Is it possible to change this number by our's. How?
Thanks
one needs to login to warid website by some valid REGISTERED WARID NUMBER before sending any message.

Masud is loging in from his number to the website and sending the messages. You can host this script on your server and change the blow two lines.

$userName='3214XXXXX'; //Your valid number to login
$pass='XXXXXXXX'; //Your valid password.

Hope it helps!

ps: now u hav masud's number, prank calls is not a bad idea at all ;)
Hi
I already checked that but it was giving error. I think I have to install LAMP to make it work properly. Am I right?
Thanks
amirbilal
Cadet
Posts: 10
Joined: Tue Jan 20, 2004 4:04 am

Version 1.2

Post by amirbilal »

Here is the modified version of original script written by Masood. Now you can send sms to multiple mobile numbers of any network in Pakistan.


Test Script: http://securitycoders.com/sms/warid2.php
Code: http://securitycoders.com/sms/warid2.txt


Regards,
ABC
Post Reply