570 B
570 B
Description
This module determines if usernames are valid on a server running Apache with the UserDir directive enabled.
It takes advantage of Apache returning different error codes for usernames that do not exist and for usernames with no public_html directory.
Vulnerable Application
This module was tested on Apache 2.4.18.
Verification Steps
- Do:
use auxiliary/scanner/http/apache_userdir_enum - Do:
set RHOSTS [IP] - Do:
set RPORT [PORT] - Do:
run
