Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
April 17, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 358
Members: 0
Total: 358
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> decode phpcipher
Post new topic  Reply to topic View previous topic :: View next topic 
decode phpcipher
PostPosted: Wed Sep 19, 2012 8:31 am Reply with quote
arale
Regular user
Regular user
 
Joined: Aug 31, 2012
Posts: 22




Hello,

Can you decode these files? Its phpcipher

http://www.mediafire.com/?if3gc6l3v09pg7u

arale
View user's profile Send private message
PostPosted: Wed Sep 19, 2012 10:29 am Reply with quote
demon
Moderator
Moderator
 
Joined: Sep 22, 2010
Posts: 485




post phpcipher.bin Wink

_________________
Go BIG or go HOME !
View user's profile Send private message
PostPosted: Thu Sep 20, 2012 4:13 am Reply with quote
arale
Regular user
Regular user
 
Joined: Aug 31, 2012
Posts: 22




here is .bin file.

http://www.mediafire.com/?2ia3ozfhaoaonva

thanks
View user's profile Send private message
PostPosted: Thu Sep 20, 2012 5:37 am Reply with quote
demon
Moderator
Moderator
 
Joined: Sep 22, 2010
Posts: 485




ok, all files are decoded to get them see your pm Wink

_________________
Go BIG or go HOME !
View user's profile Send private message
PostPosted: Thu Sep 27, 2012 6:01 pm Reply with quote
Cyko
Moderator
Moderator
 
Joined: Jul 21, 2009
Posts: 375




demon wrote:
ok, all files are decoded to get them see your pm Wink


Why pm???
View user's profile Send private message
PostPosted: Thu Oct 04, 2012 7:33 pm Reply with quote
demon
Moderator
Moderator
 
Joined: Sep 22, 2010
Posts: 485




never mind....

login.php
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Login</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<link href="../mystyle.css" rel="stylesheet" type="text/css">
<script language="javascript">
<!--
function memloginvalidate()
{
   if(document.form1.txtusername.value == "")
     {
        alert("Please enter admin UserName.");
        document.form1.txtusername.focus();
        return false;
     }
   if(document.form1.txtpassword.value == "")
     {
        alert("Please enter admin Password.");
        document.form1.txtpassword.focus();
        return false;
     }
   }

//-->
</script>
<body onLoad="document.form1.txtusername.focus();">
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="Outer">
  <tr>
    <td><table width="96%" height="500" border="0" align="center" cellpadding="3" cellspacing="3" id="inner">
      <tr>
        <td><?php include('header.php'); ?></td>
      </tr>
      <tr>
        <td><div align="center">
          <span class="redtext"><strong><?php  $StrAction=$_GET['Action']; if ($StrAction == "wrong") { echo "<span class=error>"; echo "Wrong Username or Password"; echo "</span>"; } ?>
          </strong></span><br /> 
              <br />
        </div>
          <table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="18"><img src="images/boxtopleftcorner.gif" alt="" width="18" height="13" /></td>
              <td width="734"  background="images/boxtopBG.gif"></td>
              <td width="18"><img src="images/boxtoprightcorner.gif" alt="" width="18" height="13" /></td>
            </tr>
            <tr>
              <td background="images/boxleftBG.gif"></td>
              <td><table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td height="4" colspan="2"></td>
                  </tr>
                  <tr >
                    <td height="18" ><table width="100%" border="0" cellpadding="0" cellspacing="0">
                      <tr>
                        <td width="378" colspan="3" class="smalltextgrey"><div align="center" class="redtext"></div></td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td><table width="300" border="0" align="center" cellpadding="0" cellspacing="0" class="GreenBox">
                      <tr>
                        <form name="form1" id="form1" method="post" action="login_submit.php" onSubmit="return memloginvalidate()">
                          <td><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
                              <tr>
                                <td colspan="3" class="smalltextgrey"> ;;</td>
                              </tr>
                              <tr>
                                <td colspan="3" class="smalltextgrey"><div align="center" class="headtext13"><strong>Administrator Login Area </strong></div></td>
                              </tr>
                              <tr>
                                <td height="10" colspan="3"></td>
                                </tr>
                              <tr>
                                <td width="115"> ;; ;; ;; ;;Username</td>
                                <td width="3">:</td>
                                <td width="160"><input name="txtusername" type="text" class="forminput" id="txtusername" maxlength="20" /></td>
                              </tr>
                              <tr>
                                <td> ;; ;; ;; ;;Password</td>
                                <td>:</td>
                                <td><input name="txtpassword" type="password" class="forminput" id="txtpassword" maxlength="20" /></td>
                              </tr>
                              <tr>
                                <td> ;;</td>
                                <td> ;;</td>
                                <td><input name="Submit" type="submit" class="green-button" value="Login" /></td>
                              </tr>
                          </table></td>
                        </form>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td> ;;</td>
                  </tr>
              </table></td>
              <td background="images/boxrightBG.gif"></td>
            </tr>
            <tr>
              <td width="18"><img src="images/boxbtmleftcorner.gif" alt="" width="18" height="12" /></td>
              <td width="734"  background="images/boxbtmBG.gif"></td>
              <td width="18"><img src="images/boxbtmrightcorner.gif" alt="" width="18" height="12" /></td>
            </tr>
          </table>
          <br />
          <br /></td>
      </tr>
      <tr>
        <td><?php include('footer.php'); ?></td>
      </tr>
     
    </table></td>
  </tr>
</table>
</body>
</html>


login_submit.php
Code:
<?php  include('../dbconnect.php');         $myusername=$_POST['txtusername']; $mypassword=$_POST['txtpassword'];      $sql="SELECT * FROM tbl_adminusers  WHERE strUserName='$myusername' and strPassword='$mypassword'"; $result=mysql_query($sql);  $count=@mysql_num_rows($result);  if($count==1){  session_register("myusername"); session_register("mypassword"); header("location:index.php"); } else {  ob_start(); ?>

<?php  header('location:login.php?Action=wrong'); exit();   } ?>

_________________
Go BIG or go HOME !
View user's profile Send private message
Hi demon i need a help to decode my php cipher, plz chk pm
PostPosted: Thu Mar 20, 2014 8:23 am Reply with quote
codehunter
Beginner
Beginner
 
Joined: Mar 20, 2014
Posts: 1




hi demon im new to php. need a code to be decoded .please check ur pm
View user's profile Send private message
decode phpcipher
  www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.196 Seconds