Skip to content

zer0qs/CVE-2021-41773

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2021-41773

Docker

$ sudo docker build -t <image_name> .
$ sudo docker run -d -t -p 80:80 --name <container_name> <image_name> /bin/bash
$ sudo docker exec -it <container_name> ./bin/apachectl -k restart

To access docker container for custom config file

$ docker exec -it <container> /bin/bash
file config in /usr/local/apache2/conf/httpd.conf
after config run command

$ /usr/local/apache2/bin ./apachectl -k restart

Usage Script

[+] python ./exploit.py [-OPTIONS] [Target/List of Targets]

[+] -h : help

[+] -url <target>: specifict the target to check 

[+] -list <filename>: Scan multiple targets

Example

-h: help

image

-url: url

image

-list: path to file

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published