Path: blob/master/documentation/modules/auxiliary/scanner/http/apache_userdir_enum.md
31430 views
Vulnerable Application
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 that exist but have no public_html directory.
Enabling UserDir on Ubuntu 16.04 with Apache installed
sudo a2enmod userdirsudo service apache2 restart
Verification Steps
Do:
use auxiliary/scanner/http/apache_userdir_enumDo:
set RHOSTS [IP]Do:
set RPORT [PORT]Do:
run
Scenarios
Apache 2.4.18 on Ubuntu 16.04
