Mata-i grasa _|_
RST  

Go Back   RST > >> 1337 Zone << > Programare

Programare Coltul programatorilor

Reply
Old 01-29-2010, 12:11 PM   #1 (permalink)
Registered Users
Bautor de absinth
 
Gonzalez's Avatar
 
Join Date: Sep 2006
Location: Europe
Posts: 999
Rep Power: 4
Gonzalez se balangane pe drum
Gonzalez is offline

Default Smoking Sms Sender


hotel regim hotelier
hotel yahoo domain
A simple perl program coded by me and smoking skull.

you can send free sms to vodafone IT Sim card

'njoy this

Code:
   1. #usr/bin/perl  
   2.   
   3. #Descrizione: Smoking Sms Sender  
   4. #Autore: Smoking Skull && Spoof  
   5. #E-mail: priv.  
   6. #Sito: <a href="http://www.securityspl0its.com" target="_blank">www.securityspl0its.com</a> - sskull.wordpress.com  
   7.   
   8.       use Net::SMTP;  
   9.       use Tk;  
  10.   
  11.   
  12. $pl = rand(@rand);  
  13. $prov = \'smtp-sms.vodafone.it\';  
  14. $from = \'<gevw\'.\"$pl\".\'<a href="[Doar userii inregistrati pot vedea linkurile. ][Doar userii inregistrati pot vedea linkurile. ]
__________________

Warez to da b0ne





  Reply With Quote
Sponsored Links
Re: Smoking Sms Sender
Old 01-29-2010, 12:56 PM   #2 (permalink)
Registered user
Bautor de vin
 
diablo2323's Avatar
 
Join Date: Jan 2010
Location: Cluj-Napoca
Posts: 51
Rep Power: 1
diablo2323 se balangane pe drum
diablo2323 is offline
Default

scuza-ma Gonzalez , eu nu m-am prins cum sa-l folosesc ??
  Reply With Quote
Re: Smoking Sms Sender
Old 01-29-2010, 01:53 PM   #3 (permalink)
Banned
Bautor de palinca
 
Join Date: Jan 2010
Location: Langa Valcea ,Arges
Posts: 126
Rep Power: 0
remuszica se balangane pe drum
Send a message via ICQ to remuszica Send a message via AIM to remuszica Send a message via MSN to remuszica Send a message via Yahoo to remuszica Send a message via Skype™ to remuszica
remuszica is offline
Default

merge ...sau il descarc degeaba ?
  Reply With Quote
Re: Smoking Sms Sender
Old 01-29-2010, 08:51 PM   #4 (permalink)
Registered Users
Bautor de gin
 
sonyx's Avatar
 
Join Date: Jan 2008
Posts: 236
Rep Power: 3
sonyx se balangane pe drum
sonyx is offline
Default

ce sa descarci ?
  Reply With Quote
Re: Smoking Sms Sender
Old 02-01-2010, 10:54 AM   #5 (permalink)
Registered user
Bautor de gin
 
skipper's Avatar
 
Join Date: Dec 2009
Posts: 217
Rep Power: 1
skipper se balangane pe drum
skipper is offline
Default

) ce sa descarci ?
__________________
Come close or Go far
  Reply With Quote
Re: Smoking Sms Sender
Old 02-01-2010, 07:34 PM   #6 (permalink)
Registered Users
Bautor de ceai
 
Join Date: May 2007
Posts: 23
Rep Power: 0
dragosmk se balangane pe drum
dragosmk is offline
Default

e script perl..salvati in notepad cu extensia .pl si rulati
__________________
  Reply With Quote
Re: Smoking Sms Sender
Old 02-02-2010, 09:02 AM   #7 (permalink)
Registered user
Bautor de vin
 
Join Date: Aug 2009
Posts: 72
Rep Power: 1
Church se balangane pe drum
Church is offline
Default

Quote:
C:\strawberry\perl\bin>perl sms.pl
Can't find string terminator "'" anywhere before EOF at sms.pl line 6.

C:\strawberry\perl\bin>
mie nu imi merge.. da erroare..
linia 6 fiind :
Code:
 $prov = \'smtp-sms.vodafone.it\';
LE : am rezolvat.. :

Code:
#usr/bin/perl

#Descrizione: Smoking Sms Sender
#Autore: Smoking Skull && Spoof
#E-mail: priv.
#Sito: www.securityspl0its.com - sskull.wordpress.com

      use Net::SMTP;
      use Tk;


$pl = rand(@rand);
$prov = 'smtp-sms.vodafone.it';
$from = '<gevw'."$pl".'jkqcl@omnitel.it>';
$in = '<ukurswf.bs'."$pl".'jbdsr@omnitel.it>';
@rand=("a","b","v","b","n","m","l","k","j","h","g","f","d","s","s","a","p","o","i","u","y","t","r

","e","w","q");

$mw=MainWindow->new(-background=>"black");
$mw->title("Sms sender gratis to vodafone");
$mw->minsize(270,200);
$mw->maxsize(270,200);
$mw->Label(-text=>"Smoking Sms Sender  by Smoking 

Skull",-background=>"black",-foreground=>"green")->pack(-anchor=>"n");
$mw->Label(-text=>"Inserisci il tuo nome o numero 

:",-background=>"black",-foreground=>"green")->pack(-anchor=>"n");
$mw->Entry(-textvariable=>$from1)->pack(-anchor=>"n");
$mw->Label(-text=>"Inserire il numero del destinatario 

:",-background=>"black",-foreground=>"green")->pack(-anchor=>"n");
$mw->Entry(-textvariable=>$to)->pack(-anchor=>"n");
$mw->Label(-text=>"Scrivere il messaggio da inviare 

:",-background=>"black",-foreground=>"green")->pack(-anchor=>"n");
$mw->Entry(-textvariable=>$mex)->pack(-anchor=>"n");

$mw->Button(-text=>"Invia",-background=>"black",-foreground=>"green",-command=>sub{$sw=MainWindow

->new(-background=>"black");

$smtp = Net::SMTP->new("$prov", Hello => "provider", Timeout => 50) || die "[-]Socket errorn";
$smtp->mail("$from") || die "[-]Indirizzo di origine non validon";
$smtp->to("$to".'@sms.vodafone.it') || die "[-]La destinazione non è validan";
$smtp->data();
$smtp->datasend("Message-ID: $inn");
$smtp->datasend("From: $from1 $fromn");
$smtp->datasend("To: $to".'@sms.vodafone.it');
$smtp->datasend("nMime-Version: 1.0nn");
$smtp->datasend("$mex");
$smtp->datasend("n");
$smtp->dataend();
$smtp->quit;

$sw->title("Sms Sender : ");
$sw->minsize(200,20);
$sw->maxsize(200,20);
$sw->Label(-text=>"Il messaggio è 

inviato.",-background=>"black",-foreground=>"Green")->pack(-anchor=>"n");})->pack(-anchor=>"n");

MainLoop;
Cel putin mie nu imi ajung smsurile... o fi de la mine...
  Reply With Quote
Last edited by Church; 02-02-2010 at 09:15 AM.
Re: Smoking Sms Sender
Old 02-03-2010, 07:31 PM   #8 (permalink)
Registered user
Registered Users
 
mahbola.bien's Avatar
 
Join Date: Feb 2010
Location: Algeria
Posts: 2
Rep Power: 0
mahbola.bien se balangane pe drum
Send a message via MSN to mahbola.bien Send a message via Skype™ to mahbola.bien
mahbola.bien is offline
Default

Good Habibi on the subject distinguished
__________________

مهبولـــة الجزائري
-== Mahbola.Bien ==-
  Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump




Copywr0ng (c) 2009 Miercuri catre Joi - RST
All logos and trademarks in this site are property of their respective

Hosted by powerhost.ro