forked from mubix/htshells
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (39 loc) · 1.93 KB
/
README
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
HTSHELLS - Self contained web shells and other attacks via .htaccess files.
Attacks are named in the following fashion, module.attack.htaccess.
Pick the one you need and copy it to a new file named .htaccess, check the file to see if it needs editing before you upload it.
Web shells executes commands from the query parameter c, unless the file states otherwise.
- apache.dos.htaccess
Makes all requests return a 500 internal server error
- mod_auth_remote.phish.htaccess *untested*
Forward basic auth credentials to server of your choice
- mod_badge.admin.htaccess
mod_badge admin page binding
- mod_caucho.info.htaccess *untested*
Server status binding for the mod_caucho Resin java server module
- mod_caucho.shell.htaccess *untested*
JSP based web shell
- mod_cgi.shell.windows.htaccess *untested*
Gives shell through php.exe via apache cgi configuration directives
- mod_clamav.info.htaccess
Clamav status page binding
- mod_hitlog.info.htaccess
Directory traversal attack via hitlog module tries to read /etc/passwd
- mod_info.info.htaccess
Server info binding for Apache
- mod_include.shell.htaccess
Server Side Include based web shell, access via http://domain/path/.htaccess?c=command
- mod_ldap.info.htaccess *untested*
Server status binding for the mod_ldap server module
- mod_perl.shell.htaccess *incomplete*
TODO
- mod_php.shell.htaccess
PHP based web shell access via http://domain/path/.htaccess?c=command
- mod_php.stealth.shell.htaccess
PHP based stealth backdoor - see http://www.justanotherhacker.com/2011/12/writing-a-stealth-web-shell.html for tutorial
- mod_rewrite.dos.htaccess
Regular expression dos condition in mod_rewrite consumes a child process
- mod_sendmail.rce.htaccess *untested*
Executes commands configured in the .htaccess file by specifying path and arguments to "sendmail" binary
- mod_status.info.htacces
Server status binding for Apache
Wireghoul - http://www.justanotherhacker.com