Skip to content

C0deInBlack/apache2_malicious_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

apache2_malicious_module

Install apache2-dev

Compile:

apxs -c -i poc.c

Loading the module:

LoadModule my_module /path/to/poc.so

Now you can transfer the poc.so to the target machine.
Apache2 modules can be found in /etc/apache2/modules or /usr/lib/apache2/modules.
To find your module easily you can run the following command in the directories mentioned above:

find . -mtime 0

About

🪶 apache2 privilege escalation through malicious module

Topics

Resources

License

Stars

Watchers

Forks

Languages