Waraxe IT Security Portal
Login or Register
June 18, 2025
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: 9144

People Online:
Visitors: 52
Members: 0
Total: 52
Full disclosure
: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
SEC Consult SA-20250612-0 :: Reflected Cross-Site Scripting in ONLYOFFICE Docs (DocumentServer)
SEC Consult SA-20250611-0 :: Undocumented Root Shell Access on SIMCom SIM7600G Modem
Call for Applications: ERCIM STM WG 2025 Award for the Best Ph.D. Thesis on Security and Trust Management (July 31, 2025)
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> please help the newbie by decoding
Post new topicReply to topic View previous topic :: View next topic
please help the newbie by decoding
PostPosted: Sun May 19, 2013 7:31 pm Reply with quote
leoleon
Beginner
Beginner
Joined: May 19, 2013
Posts: 1




can someone please decodet this file for me ?
http://www.file-upload.net/download-7614379/activation.rar.html
View user's profile Send private message
Re: please help the newbie by decoding
PostPosted: Mon May 20, 2013 12:10 pm Reply with quote
vv456
Advanced user
Advanced user
Joined: Aug 24, 2012
Posts: 190




Decoded

Code:
<?php
/**
*
* @ Power Decoder
* @ vv456
* @ www.waraxe.us/forum-userprofile-8669.html
*/

?><script type="text/javascript" src="js/jmini.js" /></script>

<script>

$jqspywall = jQuery.noConflict();

</script>
<?php
require_once( '../../../inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'utils.inc.php' );
include BX_DIRECTORY_PATH_MODULES.'ibdw/1col/myconfig.php';
$userid = (int)$_COOKIE['memberID'];

if(!isAdmin()) { exit;}

$db = mysql_connect(DATABASE_HOST,DATABASE_USER,DATABASE_PASS);
mysql_query("SET NAMES 'utf8'");
if ($db == FALSE)
die ("errore di connessione");
mysql_select_db(DATABASE_NAME,$db)
or die ("errore selezione database");

$controllorilevanza= "SELECT * FROM `one_code` LIMIT 0 , 30";
$resultax = mysql_query($controllorilevanza);
$conteggio = mysql_num_rows($resultax);
if ($conteggio == 0) {
$inserimentoprimorecord = "INSERT INTO one_code (id,code)
VALUES ('1','0')";
$resultrec = mysql_query($inserimentoprimorecord);
}

$controlloattivazione = "SELECT * FROM `one_code` WHERE id =1 LIMIT 0 , 30";
$resultaa = mysql_query($controlloattivazione);
$rowa = mysql_fetch_assoc($resultaa);
$confronto = $rowa['code'];
$onecript = "dsjfspfbdisbfs82342432pbdfuibfuidsbfur7384476353453432dasddsfsfsds";
$twocript = $_SERVER['HTTP_HOST'];
$trecript = "dsfsfd7875474g3yuewyrfoggogtoreyut7834733429362dd6sfisgfffegregege803";
$genera = $onecript.$twocript.$trecript;

?>
<style>
body, td, th {
}
a {
color:#000000;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;
}
body {
background:none repeat scroll 0 0 #333333;
font-family:Verdana;
font-size:11px;
margin:0;
text-align:center;
}
#pagina {
background:none repeat scroll 0 0 #999999;
height:645px;
margin:30px auto auto;
padding:20px;
width:900px;
}
#form_invio {
border:1px solid #FFFFFF;
float:left;
font-size:15px;
line-height:34px;
margin-left:187px;
margin-top:44px;
padding:20px;
width:500px;
}
#form_conferma {
border:1px solid #666666;
float:left;
font-size:16px;
height:189px;
line-height:45px;
margin-left:187px;
margin-top:14px;
padding:20px;
width:500px;
}
.title {
font-size:27px;
text-transform:uppercase;
}
.dett_activ {
color:#FFFFFF;
font-size:10px;
line-height:15px;
}
#introright {
float:right;
text-align:right;
}
#notifica {
color:#FFFFFF;
font-size:18px;
margin:135px;
}
.classeform1 {
color:#999999;
font-size:14px;
height:36px;
width:294px;
}
.classeform2 {
color:#999999;
font-size:11px;
height:36px;
width:358px;
}
.subclass {
background:none repeat scroll 0 0 #000000;
border:medium none;
color:#FFFFFF;
font-size:11px;
margin:13px 13px 0;
padding:7px;
text-transform:uppercase;
}
#return {
border:1px solid #FFFFFF;
color:#FFFFFF;
font-size:15px;
height:31px;
line-height:27px;
margin-left:93px;
margin-top:48px;
width:315px;
}
#return:hover {
background:none repeat scroll 0 0 #333333;
}
#step1 {
font-size:24px;
}
#step2 {
font-size:24px;}

</style>

<html>
<body>
<div id="pagina">
<div id="introright">
<span class="title"><?php echo _t("_ibdw_1col_activaintro");?></span> <br/>
<span class="dett_activ"><?php echo _t("_ibdw_1col_spycodereq");?></span>
</div>
<?php if(md5($genera) === $confronto) {
echo '<div id="notifica">'._t("_ibdw_1col_yosattiva").' </div> <div id="introswich">
<a href="delete.php">'._t("_ibdw_1col_sostituiscibott").'</a></div> </div></div></body> </html>'; exit; }
?>


<div id="form_invio">
<div id="step1"> 1° Step </div>
<form action="requirex.php" method="post">
<span class="dett_activ"><?php echo _t("_ibdw_1col_introattivazione");?></span> <br/><br/>
<input type="text" name="paypal" value="Insert your email address (Paypal/Echeck)" size="37" id="reset" onclick="resetta();" class="classeform1"> <br/>
<input type="submit" value="Send Request" class="subclass">

<script>
function resetta(){
$jqspywall("#reset").val("");
$jqspywall(".classeform1").css("color","black");
}
</script>
<br/>
</form>
</div>

<div id="form_conferma">
<div id="step2"> 2° Step </div>
<form action ="redirect.php" method="post">
CODE ACTIVATION<br/>
<span class="dett_activ"><?php echo _t("_ibdw_1col_entrecode");?></span>
<input type="text" size="62" name="code" value="Insert the activation code you receive via email (ACTIVATION CODE)" id="resettwo" onclick="resettatwo();" class="classeform2"><br/>
<input type="submit" value="ACTIVATE" class="subclass">
</form>
<script>
function resettatwo(){
$jqspywall("#resettwo").val("");
$jqspywall(".classeform2").css("color","black");

}
</script>
<div id="return"><a href="../../../<?php echo $admin_dir;?>"><?php echo _t("_ibdw_1col_backadmin");?></a></div> <br/> <br/>
</div>
</div>
</body>
</html>
?>
View user's profile Send private message
please help the newbie by decoding
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 topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
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-2024 Janek Vind "waraxe"
Page Generation: 0.045 Seconds