Sign inSign up

xbeas/gpeasy_testing

By xbeas

Updated over 5 years ago

Image
0

955

xbeas/gpeasy_testing repository overview

You have to start the apache2 manually.
docker run -it -d -p 80:80 [ImageID]
docker exec [ContainerID/name] service apache2 start
Dockerfile:
FROM xbeas/lamp_server:latest

RUN apt-get update && apt-get install wget 
RUN mkdir -p /file && cd /file && \
    wget https://www.exploit-db.com/apps/08cf50939b1cfbcd431e0260fd0131e4-gpEasy_1.6.1.tar.gz && \
    tar xvzpf 08cf50939b1cfbcd431e0260fd0131e4-gpEasy_1.6.1.tar.gz && \
    rm -r /var/www/html/* && cp -r /file/gpEasy/. /var/www/html/ && \
    rm /file/08cf50939b1cfbcd431e0260fd0131e4-gpEasy_1.6.1.tar.gz 

RUN chmod 777 /var/www/html/data

EXPOSE 80

Exploit URL:

Link to the Exploit

Tag summary

Content type

Image

Digest

Size

148.7 MB

Last updated

over 5 years ago

docker pull xbeas/gpeasy_testing