Apache Conf Privilege Escalation
ls -al /etc/apache2
-rwxrwxrwx 1 root root 7094 NOV 7 2023 apache2.conf
Copied!# These need to be set in /etc/apache2/envvars
User www-data
Group www-data
Copied!Last updated

ls -al /etc/apache2
-rwxrwxrwx 1 root root 7094 NOV 7 2023 apache2.conf
Copied!# These need to be set in /etc/apache2/envvars
User www-data
Group www-data
Copied!Last updated
nc -lvnp 1234
Copied!