 |
Menu |
 |
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
 |
User Info |
 |
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 502
Members: 0
Total: 502
|
|
|
|
|
 |
Full disclosure |
 |
CyberDanube Security Research 20251014-0 | Multiple Vulnerabilities in Phoenix Contact QUINT4 UPS
apis.google.com - Insecure redirect via __lu parameter(exploited in the wild)
Urgent Security Vulnerabilities Discovered in Mercku Routers Model M6a
Re: Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
[SBA-ADV-20250730-01] CVE-2025-39664: Checkmk Path Traversal
[SBA-ADV-20250724-01] CVE-2025-32919: Checkmk Agent Privilege Escalation via Insecure Temporary Files
CVE-2025-59397 - Open Web Analytics SQL Injection
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Defense in depth -- the Microsoft way (part 93): SRP/SAFERwhitelisting goes black on Windows 11
Re: [FD]: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Samtools v1.22.1 Uncontrolled Memory Allocation from Large BED Intervals Causes Denial-of-Service in Samtools/HTSlib
Samtools v1.22.1 Improper Handling of Excessive Histogram Bin Counts in Samtools Coverage Leads to Stack Overflow
|
|
|
|
|
|
 |
|
 |
 |
|
 |
IT Security and Insecurity Portal |
|
 |
what kind of password is that ? |
 |
Posted: Fri Jul 24, 2009 2:33 pm |
|
|
clubreseau |
Advanced user |

 |
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
 |
 |
 |
|
what kind of password is that ?
c79c8d784688e54bdd93500b813ef0c9:2U |
|
|
|
|
Posted: Fri Jul 24, 2009 3:40 pm |
|
|
Alefux |
Beginner |

 |
|
Joined: Jul 24, 2009 |
Posts: 3 |
|
|
|
 |
 |
 |
|
c79c8d784688e54bdd93500b813ef0c9 is MD5 i think |
|
|
|
|
Posted: Fri Jul 24, 2009 4:30 pm |
|
|
clubreseau |
Advanced user |

 |
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
 |
 |
 |
|
|
|
|
|
Posted: Fri Jul 24, 2009 4:38 pm |
|
|
clubreseau |
Advanced user |

 |
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
 |
 |
 |
|
How i can decrypt this ? i have passpro
This is the php code to crypt the password
With passpro i select what type of hash to decrypt it ?
Code: | public function getHash($password, $salt=false)
{
if (is_integer($salt)) {
$salt = $this->getRandomString($salt);
}
return $salt===false ? md5($password) : md5($salt.$password).':'.$salt;
} |
|
|
|
|
|
Posted: Fri Jul 24, 2009 5:21 pm |
|
|
clubreseau |
Advanced user |

 |
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
 |
 |
 |
|
|
|
|
|
Posted: Fri Jul 24, 2009 9:36 pm |
|
|
-AO- |
Advanced user |

 |
|
Joined: Jul 15, 2008 |
Posts: 205 |
Location: United States |
|
|
 |
 |
 |
|
from the function you posted it's
Code: | md5($salt.$password) |
in passwords pro pick md5($salt.$password) as the algorithm. |
|
|
|
|
Posted: Sat Jul 25, 2009 1:12 am |
|
|
waraxe |
Site admin |

 |
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
 |
 |
 |
|
Plaintext of c79c8d784688e54bdd93500b813ef0c9 is xander |
|
|
|
|
Posted: Sat Jul 25, 2009 2:56 am |
|
|
clubreseau |
Advanced user |

 |
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
 |
 |
 |
|
you use what in passwordpro ? what type of hash |
|
|
|
|
Posted: Sat Jul 25, 2009 2:05 pm |
|
|
clubreseau |
Advanced user |

 |
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
 |
 |
 |
|
waraxe you use what type os hash to decrypt it ? |
|
|
|
|
Posted: Sat Jul 25, 2009 4:40 pm |
|
|
one23 |
Advanced user |

 |
|
Joined: Dec 12, 2008 |
Posts: 98 |
|
|
|
 |
 |
 |
|
clubreseau wrote: | waraxe you use what type os hash to decrypt it ? |
don't u read the topic ? as -AO- said it's :
md5($salt.$password) |
|
|
|
|
Posted: Sat Jul 25, 2009 6:04 pm |
|
|
clubreseau |
Advanced user |

 |
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
 |
 |
 |
|
Sorry.
AO was completely Right.
the problem was me.....
A0 Teach me how to do it......
And now I feel more intelligent...
AO for PRESIDENT ! |
|
|
|
|
www.waraxe.us Forum Index -> General discussion
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|