Lucene search
+L

5819 matches found

The Hacker News
The Hacker News
added 2011/10/04 5:0 p.m.31 views

Hash Code Cracker V 1.2 Released ~ Password Cracking from BreakTheSecurity

Hash Code Cracker V 1.2 Released Password Cracking from BreakTheSecurity BreakTheSecurity is proud to release the Hash Code Cracker Version 1.2. Our latest release supports Online Cracking function. Description: This password cracker is developed for PenTesters and Ethical hackers. Please Use thi...

7.4AI score
SaveExploits0
The Hacker News
The Hacker News
added 2011/09/27 4:55 p.m.15 views

Findmyhash - Find Cracked Hashes Online

Findmyhash - Find Cracked Hashes Online findmyhash is a Python script which has been developed to find different types of password hashes using multiple cracking online services. In case that it does not find a favourable "cracked" hash, it will also present you with relevant Google search...

7AI score
SaveExploits0
The Hacker News
The Hacker News
added 2011/09/25 6:51 p.m.7 views

Ani-Shell v1.4 Released With Python - Bind Shell , Anti-Crawler Feature and MD5 Cracker

Ani-Shell v1.4 Released With Python - Bind Shell , Anti-Crawler Feature and MD5 Cracker Ani-Shell is a simple PHP shell with some unique features like Mass Mailer , A simple Web-Server Fuzzer , a DDoser , A MD5 hash Cracker , Python and PHP Bind-Shells , Anti-Crawler Features etc! This shell has...

7.2AI score
SaveExploits0
The Hacker News
The Hacker News
added 2011/09/25 6:51 p.m.3 views

Ani-Shell v1.4 Released With Python - Bind Shell , Anti-Crawler Feature and MD5 Cracker

Ani-Shell v1.4 Released With Python - Bind Shell , Anti-Crawler Feature and MD5 Cracker Ani-Shell is a simple PHP shell with some unique features like Mass Mailer , A simple Web-Server Fuzzer , a DDoser , A MD5 hash Cracker , Python and PHP Bind-Shells , Anti-Crawler Features etc! This shell has...

7.6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2011/09/25 3:48 a.m.9 views

Mac trojan poses as PDF to open botnet backdoor

Mac trojan poses as PDF to open botnet backdoor There's another Mac OS X Trojan out in the wild, and it might be heading your way.If you open the file, which could appear as an emailed attachment or as a Web link, the document, written in traditional Chinese ideograms, does indeed display. But a...

6.7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2011/09/24 12:0 a.m.24 views

WordPress AdRotate 3.6.5 SQL Injection

Exploit Title: WordPress AdRotate plugin 1,BENCHMARK5000000,MD5CHAR115,113,108,109,97,112,0%23 --------------- Vulnerable code --------------- ifisset$GET'track' OR $GET'track' != '' $meta = urldecode$GET'track'; ... list$ad, $group, $block = explode"-", $meta; ... $bannerurl = $wpdb-getvar"SELEC...

0.4AI score
SaveExploits0
The Hacker News
The Hacker News
added 2011/09/10 5:7 p.m.8 views

Rootkit Hunter - Rootkit scanning tool

Rootkit Hunter - Rootkit scanning tool Rootkit scanner is scanning tool to ensure you for about 99.9% you're clean of nasty tools. This tool scans for rootkits, backdoors and local exploits by running tests like: - MD5 hash compare - Look for default files used by rootkits - Wrong file...

6.7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/09/07 12:0 a.m.93 views

PHP 5.3.7 Security Bypass Vulnerability

PHP is prone to a security bypass vulnerability. SPDX-FileCopyrightText: 2011 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:php:php"; if description...

4.3CVSS6.7AI score0.04205EPSS
SaveExploits2References3
seebug.org
seebug.org
added 2011/08/31 12:0 a.m.14 views

PHP 5.3.x md5计算函数crypt漏洞导致安全模式绕过

No description provided by source...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2011/08/30 12:0 a.m.13 views

WordPress Plugin PureHTML 1.0.0 - SQL Injection

WordPress Plugin PureHTML 1.0.0 - SQL Injection Exploit Title: WordPress PureHTML plugin 1,BENCHMARK5000000,MD5CHAR115,113,108,109,97,112,0--%20 --------------- Vulnerable code --------------- if!isset$POST'PureHTMLNOnce' if !wpverifynonce $POST'PureHTMLNOnce', pluginbasenameFILE...

0.2AI score
SaveExploits0
NVD
NVD
added 2011/08/25 2:22 p.m.25 views

CVE-2011-3189

The crypt function in PHP 5.3.7, when the MD5 hash type is used, returns the value of the salt argument instead of the hashed string, which might allow remote attackers to bypass authentication via an arbitrary password, a different vulnerability than CVE-2011-2483...

4.3CVSS7AI score0.04205EPSS
SaveExploits2References10
Prion
Prion
added 2011/08/25 2:22 p.m.39 views

Authentication flaw

The crypt function in PHP 5.3.7, when the MD5 hash type is used, returns the value of the salt argument instead of the hashed string, which might allow remote attackers to bypass authentication via an arbitrary password, a different vulnerability than CVE-2011-2483...

4.3CVSS7.2AI score0.04972EPSS
SaveExploits2References10Affected Software1
Cvelist
Cvelist
added 2011/08/25 2:0 p.m.44 views

CVE-2011-3189

The crypt function in PHP 5.3.7, when the MD5 hash type is used, returns the value of the salt argument instead of the hashed string, which might allow remote attackers to bypass authentication via an arbitrary password, a different vulnerability than CVE-2011-2483...

7.2AI score0.04205EPSS
SaveExploits2References10
CVE
CVE
added 2011/08/25 2:0 p.m.111 views

CVE-2011-3189

CVE-2011-3189 affects PHP 5.3.7: when using the MD5 hash type in the crypt() function, it returns the salt value instead of the hashed password, potentially allowing authentication bypass with an arbitrary password. This is noted as a different issue from CVE-2011-2483; no further technical detai...

4.3CVSS7.4AI score0.04205EPSS
SaveExploits2References10Affected Software1
OpenVAS
OpenVAS
added 2011/08/25 12:0 a.m.73 views

PHP 5.3.7 Cryptographic Vulnerability

PHP is prone to a cryptographic vulnerability. SPDX-FileCopyrightText: 2011 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:php:php"; ifdescription...

4.3CVSS6.7AI score0.04205EPSS
SaveExploits2References3
ThreatPost
ThreatPost
added 2011/08/24 11:51 a.m.14 views

PHP 5.3.8 Released, Fixes Crypto Bug

A day after warning users about a serious bug in the cryptographic function in PHP 5.3.7 and telling them not to upgrade to that release, the maintainers of the scripting language pushed out version 5.3.8, which fixes the crypto problem as well as another security related issue. PHP 5.3.7, which...

7AI score
SaveExploits0References2
seebug.org
seebug.org
added 2011/08/24 12:0 a.m.32 views

PHP "crypt()" MD5 Salt安全漏洞

PHP是流行的脚本语言环境。 PHP在"crypt"函数的实现上存在安全漏洞,远程攻击者可利用此漏洞绕过某些安全限制。 此漏洞源于"crypt"函数在生成有salt的MD5哈希时,仅返回salt PHP 5.3.x 厂商补丁: PHP --- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://www.php.net...

7.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2011/08/24 12:0 a.m.10 views

PHP 5.3.7 crypt() MD5 Incorrect Return Value

Binary data 801098.prm...

7.3AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2011/08/24 12:0 a.m.15 views

PHP 5.3.x < 5.3.7 crypt() MD5 Incorrect Return Value

Binary data 6017.prm...

4.3CVSS7.3AI score0.04205EPSS
SaveExploits2References3
Tenable Nessus
Tenable Nessus
added 2011/08/24 12:0 a.m.62 views

PHP 5.3.7 crypt() MD5 Incorrect Return Value

According to its banner, PHP 5.3.7 is installed on the remote host. This version contains a bug in the crypt function when generating salted MD5 hashes. The function only returns the salt rather than the salt and hash. Any authentication mechanism that uses crypt could authorize all authenticatio...

4.3CVSS5.4AI score0.04205EPSS
SaveExploits2References3
Rows per page
Query Builder