Apache的用户包装说明
这个Perl脚本会枚举上使用Apache的模块的UserDir任何系统的用户名。
- 作者:[email protected]
- 许可:GPL第二版
包含在Apache用户软件包工具
Apache的用户 - 枚举用户名与Apache的模块的UserDir系统
[email protected]:~# apache-users
USAGE: apache.pl [-h 1.2.3.4] [-l names] [-p 80] [-s (SSL Support 1=true 0=false)] [-e 403 (http code)] [-t threads]
Apache的用户用法示例
对运行在远程主机(-h 192.168.1.202),通过用户名字典(-l /usr/share/wordlists/metasploit/unix_users.txt),要使用的端口(-p 80),禁用SSL(-s 0),指定HTTP错误代码(-E 403),使用10个线程(-t 10):
[email protected]:~# apache-users -h 192.168.1.202 -l /usr/share/wordlists/metasploit/unix_users.txt -p 80 -s 0 -e 403 -t 10