Jump to content
Dragos

[RST] Mail Tools

Recommended Posts

  • Moderators
Posted (edited)

Nume : RST Mail Tools

Versiune : 1.0

Autor : Synthesis

Data : 4 Aprilie 2010

Descriere : Un script PHP sa trimita mail-uri cu orice adresa, sa caute mail-uri intr-o pagina si sa spameze.

9 februarie 2012: Scriptul este vechi si a fost facut pentru a fi folosit doar in scopuri educative. Nu imi asum nici o responsabilitate in cazul in care il folositi in cu totul alt scop.

Screenshot :

http://img64.imageshack.us/img64/647/rst.png

Descarca :

http://dragosgaftoneanu.com/rsts/mailtools.zip

Edited by Dragos
  • Upvote 2
  • Downvote 1
  • Moderators
Posted
de ce imi arata la mail "postmaster@situlmeu.com" ?

nu pot face sa il trimita ca la scriptul lui User_Name "ce-vrei-tu@ve=vrei=tu.x"

O fi de la hostul tau. Incearca asta:


<?php
$to = "recipient@example.com";
$subject = "Hi!";
$body = "Hi,\n\nHow are you?";
$headers = "From: sender@example.com\r\n" .
"X-Mailer: php";
if (mail($to, $subject, $body, $headers)) {
echo("<p>Message sent!</p>");
} else {
echo("<p>Message delivery failed...</p>");
}
?>

Posted (edited)

Foarte frumos, bravo Synthesis :)

Are o micuta problema.

if (mail($to, $subject, $content,$headers)) {
echo "[COLOR="Red"]<center>Mail number 1 was sent.</center><br/>[/COLOR]";
for ($i = 1; $i <= $spam-1; $i++) {
mail($to, $subject, $content,$headers);
echo "<center>Mail number $i was sent.</center><br/>";
}
echo "<center>Mail number $spam was sent.</center>";

Edited by StrXt
Posted

Synthesis:...probabil..:| // hmm..cam cat timp ai asteptat pana ti-au raspuns pe mail cei de la siteul care mi l-ai dat ?...ca nu merge sa faci cont direct...trebuie sa le trimiti mail lor ca vrei sa faci cont...dar nici pana azi n-am primit nimica...

  • Moderators
Posted
Synthesis:...probabil..:| // hmm..cam cat timp ai asteptat pana ti-au raspuns pe mail cei de la siteul care mi l-ai dat ?...ca nu merge sa faci cont direct...trebuie sa le trimiti mail lor ca vrei sa faci cont...dar nici pana azi n-am primit nimica...

Eu am prins perioada in care faceam site-uri direct dintr-un formular si asa am facut vreo sase-sapte subdomenii la ei.

  • Moderators
Posted
maaaaaaaaaaaaaa da cum il deschid?

Merge doar daca ai o anumita distributie de Unix, si anume Ubuntu. Daca si numai daca conexiunea ta la reteaua Internet ofera posibilitatea de a folosi functii Hypertext Preprocessor precum mail(), atunci iti recomand sa iti instalezi Lampp, sa copiezi folderul scriptului in opt/lampp/htdocs si sa rulezi in Terminal comenzile urmatoare:


sudo opt/lampp/lampp start
firefox http://127.0.0.1/mailtools/index.php

Am zis ca e script PHP, cum ar putea sa ruleze? Exe? Documenteaza-te inainte de a intreba.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...