Apache的用户包装说明
这个Perl脚本会枚举上使用Apache的模块的UserDir任何系统的用户名。
许可:GPL第二版
0x01 包含在Apache用户软件包工具
Apache的用户 - 枚举用户名与Apache的模块的UserDir系统
:~# 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]
0x02 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):
:~# apache-users -h 192.168.1.202 -l /usr/share/wordlists/metasploit/unix_users.txt -p 80 -s 0 -e 403 -t 10
原文来自:https://www.hackfun.org/kali-tools/apache-users_zh.html。转载请注明原出处,商用请联系原作者授权。