софт для подмены емейла

Discussion in 'Уязвимости Mail-сервисов' started by Dorian, 2 Oct 2009.

  1. Dorian

    Dorian Elder - Старейшина

    Joined:
    17 Mar 2008
    Messages:
    0
    Likes Received:
    19
    Reputations:
    0
    подскажите софтину, чтобы подменить емейл в графе отправитель при отправке письма. Регистрировался в одном сервисе с левого емейла, и для получения доступа они требуют отправить письмо именно с зарегистрированного мейла, вот теперь думаю как подменить.
     
    16 people like this.
  2. MC_Bandit

    MC_Bandit Banned

    Joined:
    9 Jul 2009
    Messages:
    0
    Likes Received:
    23
    Reputations:
    0
    Мне бы тоже такая вещь пригодилась )
     
    1 person likes this.
  3. BlackSun

    BlackSun Banned

    Joined:
    1 Apr 2007
    Messages:
    989
    Likes Received:
    1,168
    Reputations:
    446
    PHP:
    <?php
    if (isset($_POST['to']) and isset($_POST['from']) and isset($_POST['text']) and isset($_POST['subject']))
    {
        
    $header 'Content-type: text/html; charset=\"windows-1251\"';
        
    $header .= 'From: '.$_POST['from'];
        
    $header .= 'Subject: '.$_POST['subject'];
        
    $header .= 'Content-type: text/html; charset=\"windows-1251\"';
        
    mail($_POST['to'], $_POST['subject'], $_POST['text'], $header);
        echo 
    "<center><font color='#FF0000'>Mail sended</font></center><br>";
    } else
    {
        
    ?>
        <!-- Mailer -->
        <form method="post">
        <table border="0" cellpadding="2" cellspacing="2" align="center" width="99%">
            <tr>
                <td width="14%"><b>Кому:</b></td>
    <td width="86%"><input type="text" name="to" style="width:200px" /></td>
            </tr>
            <tr>
    <td><b>От кого:</b></td>
    <td><input type="text" name="from" style="width:200px" value='"Evil" <evil@add.com>'/></td>
            </tr>
            <tr>
                <td width="14%"><b>Топик:</b></td>
    <td width="86%"><input type="text" name="subject" style="width:400px" /></td>        
            </tr>
            <tr><td colspan="2"><b>Сообщение (Text/HTML):</b></td></tr>
            <tr><td colspan="2"><textarea name="text" style="width:99%" rows="10"><body></body></textarea></td></tr>
            <tr>
    <td colspan="2" align="center">
        <input type="submit" style="width:120px" value="Mail"/>
        <input type="reset" style="width:120px" value="Reset" />
    </td>
            </tr>
        </table>
        </form>
        <!-- end Mailer -->
    <?php ?>
     
    1 person likes this.
  4. buxmanager

    buxmanager Elder - Старейшина

    Joined:
    1 Apr 2009
    Messages:
    610
    Likes Received:
    229
    Reputations:
    69
    а с какого хоста отправлять? только с платногО? с бесплатного не приходит нифига(((
     
  5. xx2261

    xx2261 New Member

    Joined:
    5 Sep 2009
    Messages:
    1
    Likes Received:
    0
    Reputations:
    0
    BlackSun, я пробую отослать с образца твоего скрипта, но в строке "от кого" отображается :xxxx22618@tu2.ru (free hosting user)
    Как исправить это?
     
  6. BlackSun

    BlackSun Banned

    Joined:
    1 Apr 2007
    Messages:
    989
    Likes Received:
    1,168
    Reputations:
    446
    buxmanager, xx2261 платный хостинг.
     
  7. Kusto

    Kusto Elder - Старейшина

    Joined:
    4 Feb 2007
    Messages:
    886
    Likes Received:
    678
    Reputations:
    510
    блин не изобретайте велосипед только вчера тема такая была /showthread.php?t=145012
    а вот тебе хостинг бесплатный)) http://ueuo.com
     
    #7 Kusto, 3 Oct 2009
    Last edited: 3 Oct 2009
  8. Keltos

    Keltos Banned

    Joined:
    8 Jul 2009
    Messages:
    1,558
    Likes Received:
    920
    Reputations:
    520
    таких в инете много, если сам не можешь сделать то юзай например этот http://mail.anonymizer.name/