Waraxe IT Security Portal
Login or Register
March 20, 2026
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: 146
Members: 0
Total: 146
Full disclosure
snap-confine + systemd-tmpfiles = root (CVE-2026-3888)
APPLE-SA-03-17-2026-1 Background Security Improvements for iOS 26.3.1, iPadOS 26.3.1, macOS 26.3.1, and macOS 26.3.2
SEC Consult SA-20260318-0 :: Multiple Privilege Escalation Vulnerabilities in Arturia Software Center MacOS
SEC Consult SA-20260317-0 :: Multiple vulnerabilities in PEGA Infinity platform
UPDATE: Ant Group Censors 4 Security Research Articles AfterInitial Complaint Rejection
JSON Deserialiser Unconstrained Resource Consumption QuickOverview
Defense in depth -- the Microsoft way (part 96): yet anotherSAFER (SRPv1) and AppLocker (SRPv2) loophole
Alipay DeepLink+JSBridge Attack Chain: Silent GPS Exfiltration,17 Vulns, 6 CVEs (CVSS 9.3)
Cohesity TranZman Migration Appliance - 5 CVEs (commandinjection, LPE, unsigned patches, weak crypto)
APPLE-SA-03-11-2026-2 iOS 15.8.7 and iPadOS 15.8.7
APPLE-SA-03-11-2026-1 iOS 16.7.15 and iPadOS 16.7.15
SEC Consult SA-20260224-0 :: Multiple vulnerabilities in CPSD CryptoPro Secure Disk for BitLocker (CVE-2025-10010)
SEC Consult SA-20260218-0 :: Multiple Critical Vulnerabilities in NesterSoft WorkTime (on-prem/cloud)
[KIS-2026-04] SmarterMail <= 9518 (MailboxId) Reflected Cross-Site Scripting Vulnerability
SEC Consult SA-20260212-0 :: Multiple Vulnerabilities in various Solax Power Pocket WiFi models
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index
Search found 737 matches
what is this hash?
PostForum:All other hashes Posted: Mon May 22, 2017 10:54 pm Subject: what is this hash?
vince213333
Replies: 2
Views: 28126




This is not the output of a common hashing algorithm, so it's probably a custom implementation of a hashing or encryption mechanism. Can you provide us with a bit more context from where you got this ...
u can do it..........
PostForum:PHP script decode requests Posted: Fri Feb 08, 2013 11:34 am Subject: u can do it..........
vince213333
Replies: 4
Views: 11225




That's not an encoded string, it's a PHP variable. Then again, the variable name looks like an md5 string. So my guess is that the original variable names were all hashed during the file encoding. Thi ...
Can somebody can decode this code please
PostForum:PHP script decode requests Posted: Fri Feb 08, 2013 11:32 am Subject: Can somebody can decode this code please
vince213333
Replies: 6
Views: 14919




The fopo is decoded in my previous post. The rest is already decoded, it just has random variable names Smile
MD5 hash
PostForum:MD5 hashes Posted: Fri Feb 08, 2013 11:31 am Subject: MD5 hash
vince213333
Replies: 2
Views: 12903




7894befef676b49e710ea2b1b90f0a9e:madeleine
3d801aa532c1cec3ee82d87a99fdf63f:temp
821c83a6df38d923343777f74f74af67:joco15
b272144ce3146b9f01be4e6b0ce6aafa:csokolade
Can somebody can decode this code please
PostForum:PHP script decode requests Posted: Thu Feb 07, 2013 9:46 am Subject: Can somebody can decode this code please
vince213333
Replies: 6
Views: 14919




The frequently occuring string
JHUxNjQzNmFjY2Q2NTI2MzYwMDEyOTM4YWE4YWE5MzNlPSJceDYyIjskZWUxZWRhY2FjM2Y0MGEyNGY3YWJkNWR\nhNGFlODQ4MDU9Ilx4NjUiOyRvOTAyY2QwZmVmYzFjYmVjZjQwMmY4MjY5N2E1N2FiNz0iXHg2NiI7JG ...
How to Decode this
PostForum:Php Posted: Wed Feb 06, 2013 2:22 pm Subject: Re: tnhaks
vince213333
Replies: 7
Views: 20373





ok, just replace and use a decoder dezender one that will work?
thank you

After replacing, you don't need a decoder. Just put the code in a php file and put it on a server (xampp or simply apach ...
How to Decode this
PostForum:Php Posted: Wed Feb 06, 2013 12:16 am Subject: How to Decode this
vince213333
Replies: 7
Views: 20373




It's fairly easy. Replace the "eval" in the file with "highlight_string" and you should see your original code. Most encodings simply use a combination of taking your original file and encode it with ...
NO One Can decript This............!!!!!!!!!! I Bet
PostForum:PHP script decode requests Posted: Sat Feb 02, 2013 4:58 pm Subject: NO One Can decript This............!!!!!!!!!! I Bet
vince213333
Replies: 2
Views: 10702




Script removed on request
Please decode this encrypted file..
PostForum:PHP script decode requests Posted: Fri Feb 01, 2013 11:33 am Subject: Please decode this encrypted file..
vince213333
Replies: 10
Views: 19683




Well for example, here's how I decoded this file:

First I changed the first eval into highlight_string and put a die() after that line to prevent further execution of the script. This step revealed ...
Please decode this encrypted file..
PostForum:PHP script decode requests Posted: Thu Jan 31, 2013 7:28 am Subject: Please decode this encrypted file..
vince213333
Replies: 10
Views: 19683




Well most encodings just use a neat combination of the base64 encoding and the eval function, which takes PHP code as a string and executes it. So most of the times, decoding is just decoding the base ...
Please decode this encrypted file..
PostForum:PHP script decode requests Posted: Tue Jan 29, 2013 2:50 pm Subject: Please decode this encrypted file..
vince213333
Replies: 10
Views: 19683




Haha my pleasure. Nothing better than a good manual decoding ^^
Please decode this encrypted file..
PostForum:PHP script decode requests Posted: Tue Jan 29, 2013 11:41 am Subject: Please decode this encrypted file..
vince213333
Replies: 10
Views: 19683




Have fun with it Smile

<?php
if( ! defined( 'DATALIFEENGINE' ) ) {
die( "Hacking attempt!" );
}

include ENGINE_DIR . '/data/searchclouddata.php'; ...
ANY EXPERT CAN HELP THIS INDIAN GUY. FOR DECODING THIS PHP C
PostForum:Php Posted: Sun Jan 27, 2013 11:42 pm Subject: ANY EXPERT CAN HELP THIS INDIAN GUY. FOR DECODING THIS PHP C
vince213333
Replies: 4
Views: 15192




There you are Smile

<?php require_once("\x63\165\x72\154\x2e\143\x6c\141\x73\163\x2e\160\x68\160"); ?>
<?php

class RajaUltoo {
var $host;
var $username;
var ...
VERY URGENT - DECODE THIS SCRIPT
PostForum:PHP script decode requests Posted: Sun Jan 27, 2013 10:52 am Subject: VERY URGENT - DECODE THIS SCRIPT
vince213333
Replies: 3
Views: 10295




Here you are. I took the liberty of making the code readable instead of just giving it you on one line Smile

<?php require_once("\x63\165\x72\154\x2e\143\x6c\141\x73\163\x2e\160\x68\160&q ...
Help need with my injection
PostForum:Sql injection Posted: Mon Aug 27, 2012 1:32 pm Subject: Help need with my injection
vince213333
Replies: 5
Views: 20097




Your SQL syntax is wrong:

http://victim.com/project/articles.php?code=6&id=-603 union select 1,2,3,4,group_concat(table_name) from information_schema.tables where table_schema=datab ...
Page 1 of 50 Goto page 1, 2, 3 ... 48, 49, 50Next
All times are GMT


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.067 Seconds