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: 25 Apr 2007 15:25:46 -0000
From: info@...kerz.ir
To: bugtraq@...urityfocus.com
Subject: blogsystem 1.4 >> local & remote = -rfi & lfi & -xss

demo: blog23.com
by : hackerz.ir userz !
ADMIN/index.php	include($category."/".$folder."_".$page.".php");
ADMIN/index.php	include($category."/".$action.".php");
ADMIN/login.php	include($lngTexts);
ADMIN/login.php	include($lngConfig);
BO/index.php	include($category."/".$folder."_".$page.".php");
BO/index.php	include($category."/".$action.".php");
BO/login.php	include($lngTexts);
BO/login.php	include($lngConfig);
for example remote :
++++++++++++++++++++++++++
login to your user after that u can user exploit >
ADMIN/index.php	include($category."/".$folder."_".$page.".php");
+++++++++++++++++++++++++
local file include & remote file include in admin panel
BO/login.php	include($lngTexts);
BO/login.php	include($lngConfig);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ