Waraxe IT Security Portal
Login or Register
June 17, 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: 73
Members: 0
Total: 73
Full disclosure
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
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Please decode my file.
Post new topicReply to topic View previous topic :: View next topic
Please decode my file.
PostPosted: Fri Oct 19, 2012 4:05 am Reply with quote
kaps18
Beginner
Beginner
Joined: Oct 19, 2012
Posts: 3




Hi all...

Can you please help me to decode my file?

http://wikisend.com/download/376958/myfile.php

Waiting for reply.
View user's profile Send private message
PostPosted: Fri Oct 19, 2012 5:55 am Reply with quote
cah_gemblunk
Regular user
Regular user
Joined: Mar 28, 2010
Posts: 8




Code:
<?
/***********************************************************************/
/* */
/* This file is created by deZender */
/* */
/* deZender (Decoder for Zend Encoder/SafeGuard): */
/* Version: 0.9.3.0 */
/* Author: qinvent.com */
/* Release on: 2005.11.12 */
/* */
/***********************************************************************/


if (file_exists('install.php')) {
print 'Delete install.php file for security reason please!';
exit();
}

include 'inc/config.inc.php';
include 'inc/adsadmin/adsfunc.php'; //ads management

global $frm;
if ($frm['a'] == 'logout') {
setcookie('username', '', time() + 630720000);
setcookie('password', '', time() + 630720000);
$frm_cookie['username'] = '';
$frm_cookie['password'] = '';
}

$username = ($frm['username'] ? $frm['username'] : $frm_cookie['username']);
$password = ($frm['password'] ? md5($frm['password']) : $frm_cookie['password']);
if (($username == $settings['admin_login'] AND $password == md5($settings['admin_password']))) {
if ($frm['a'] == 'do_login') {
setcookie('username', $username);
setcookie('password', $password);
header('Location: admin.php');
exit();
}
} else {
include 'inc/admin/login_form.inc.php';
exit();
}

$dbconn = db_open();
if (!$dbconn) {
print 'Cannot connect mysql';
exit();
}

include 'inc/admin/silent_actions.inc.php';
if ($frm['a'] == 'edit_statistics') {
include 'inc/admin/edit_statistics.inc.php';
exit();
}

if ($frm['a'] == 'edit_votes') {
include 'inc/admin/edit_votes.inc.php';
exit();
}

include 'inc/admin/html.header.inc.php';
echo '
<tr>
<td valign="top">
<table cellspacing=0 cellpadding=1 border=0 width=100% height=100% bgcolor=#E4CD9C>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#FFFFFF" valign="top">
<td width=300 align=center>
<!-- Image Table: Start -->
';
include 'inc/admin/menu.inc.php';
echo ' <br>

</td>
<td bgcolor="#E4CD9C" valign="top" width=1><img src=images/q.gif width=1 height=1></td>
<td bgcolor="#FFFFFF" valign="top" width=99%>
<!-- Main: Start -->
<table width="100%" height="100%" border="0" cellpadding="10" cellspacing="0" class="forTexts">
<tr>
<td width=100% height=100% va';
echo 'lign=top>
';
if ($frm['a'] == 'listings') {
include 'inc/admin/listings.inc.php';
} else {
if ($frm['a'] == 'new_listings') {
include 'inc/admin/new_listings.inc.php';
} else {
if ($frm['a'] == 'add_listing') {
include 'inc/admin/add_listing.inc.php';
} else {
if ($frm['a'] == 'edit_listing') {
include 'inc/admin/edit_listing.inc.php';
} else {
if ($frm['a'] == 'approve_listing') {
include 'inc/admin/approve_listing.inc.php';
} else {
if ($frm['a'] == 'decline_listing') {
include 'inc/admin/decline_listing.inc.php';
} else {
if ($frm['a'] == 'groups') {
include 'inc/admin/groups.inc.php';
} else {
if ($frm['a'] == 'add_group') {
include 'inc/admin/add_group.inc.php';
} else {
if ($frm['a'] == 'edit_group') {
include 'inc/admin/edit_group.inc.php';
} else {
if ($frm['a'] == 'edit_emails') {
include 'inc/admin/emails.inc.php';
} else {
if ($frm['a'] == 'settings') {
include 'inc/admin/settings.inc.php';
} else {
if ($frm['a'] == 'usermg') {
include 'inc/admin/usermg.php';
} else if ($frm['a'] == 'news') {
include 'inc/admin/news.inc.php';
} else {
if ($frm['a'] == 'rcbview') {
include 'inc/admin/rcbview.inc.php';
}

else {
if ($frm['a'] == 'adsmanagement') {
include 'inc/admin/adsmanagement.inc.php';
} else {
if ($frm['a'] == 'minibanners') {
include 'inc/adsadmin/edit_mini.php';
} else {
if ($frm['a'] == 'stickybanners') {
include 'inc/adsadmin/edit_sticky.php';
} else if ($frm['a'] == 'toprotatingbanners') {
include 'inc/adsadmin/edit_toprotating.php';
} else {
if ($frm['a'] == 'extrafunction') {
include 'inc/admin/extrafunction.inc.php';
}

else {
if ($frm['a'] == 'rotatingbanners') {
include 'inc/adsadmin/edit_rotating.php';
} else {
if ($frm['a'] == 'normalbanners') {
include 'inc/adsadmin/edit_normal.php';
} else {
if ($frm['a'] == 'specialbanners') {
include 'inc/adsadmin/edit_special.php';
} else {
if ($frm['a'] == 'sections') {
include 'inc/admin/sections.inc.php';
} else {
if ($frm['a'] == 'maillist') {
include 'inc/admin/maillist.inc.php';
} else {
if ($frm['a'] == 'import_transactions') {
include 'inc/admin/import_transactions.inc.php';
} else {
if ($frm['a'] == 'license') {
$mddomain = $frm_env['HTTP_HOST'];
$mddomain = preg_replace('/^www\\./', '', $mddomain);
$mdscriptname = $frm_env['SCRIPT_NAME'];
$mdscriptname = preg_replace('/admin\\.php/', '', $mdscriptname);
$key = strtoupper(md5($mddomain . 'jklfds89ufsdkfnsjfdksh') . md5($mdscriptname . '7hbfnbdnf') . md5('hyiplister' . $mddomain));
$flag = 0;
for ($i = 0; $i < 5; ++$i) {
if ($i == 0) {
$i = '';
}

$skey = substr($settings['key' . $i], 100, -200);
if ($key == $skey) {
$flag = 1;
continue;
}
}

$settings['use_redirect'] = 1;
if ($flag == 1) {
$settings['use_redirect'] = 0;
}

include 'inc/admin/license.inc.php';
} else {
include 'inc/admin/main.inc.php';
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

echo ' </td>
</tr>
</table>
<!-- Main: END -->

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

';
include 'inc/admin/html.footer.inc.php';
$q = 'delete from hl_traffic where date + interval ' . $settings['traffic_count_days'] . ' day < now()';
if (!($ssth = mysql_query($q))) {
exit(mysql_error());
;
}

db_close($dbconn);
?>
View user's profile Send private message
PostPosted: Fri Oct 19, 2012 6:44 am Reply with quote
demon
Moderator
Moderator
Joined: Sep 22, 2010
Posts: 485




you used a decoder for this simple base64 obfuscation ? Laughing

_________________
Go BIG or go HOME !
View user's profile Send private message
Please decode my file.
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.027 Seconds