lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 1 Sep 2007 18:23:20 -0000
From: the.tiger100@...il.com
To: bugtraq@...urityfocus.com
Subject: Re: ePersonnel_RC_2004 Remote File Bug

man what is going on

this ain't exploit at all


if ($action == "logout")
{
    Setcookie("loginpwd","",time() -86400);
    Setcookie("loginuser","",time() - 86400);
    include($logout_page);
    exit;
}
else if ($action == "login")

u have if here and its say if u logout and u have exit too so it won't execute anything after that


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ