Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/http/apache_userdir_enum.md
Views: 11786
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 userdir
sudo service apache2 restart
Verification Steps
Do:
use auxiliary/scanner/http/apache_userdir_enum
Do:
set RHOSTS [IP]
Do:
set RPORT [PORT]
Do:
run