apache-users Usage Example
Run against the remote host (`-h 192.168.1.202`), passing a dictionary of usernames (`-l /usr/share/wordlists/metasploit/unix_users.txt`), the port to use (`-p 80`), disable SSL (`-s 0`), specify the HTTP error code (`-e 403`), using 10 threads (`-t 10`):
root@kali:~# apache-users -h 192.168.1.202 -l /usr/share/wordlists/metasploit/unix_users.txt -p 80 -s 0 -e 403 -t 10