Waraxe IT Security Portal
Login or Register
July 27, 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: 209
Members: 0
Total: 209
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
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: 24283




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: 9206




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: 12480




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: 10502




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: 12480




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: 17035





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: 17035




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: 8436




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: 16365




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: 16365




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: 16365




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: 16365




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: 13022




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: 8586




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: 16384




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



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