Skip to content

Web for Pentest Dockerfile -- Adapted to ARM processors

Notifications You must be signed in to change notification settings

Solracs/web_for_pentest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web for pentest

This is the updated docker version of Web for Pentester 1 from JustHumanz, implementing all features of pentesterlab

This update takes the default image to a new version, also dependencies such as php. Whit these new changes the image now runs in ARM processors (raspi for example).

How to use?

Install and run docker on run device, then execute the following commands

docker pull solracs/web_for_pentest
docker run -d --restart unless-stopped --name pentest -p 8080:80 solracs/web_for_pentest

and open http://localhost:8080
Happy Hacking

About

Web for Pentest Dockerfile -- Adapted to ARM processors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.6%
  • Dockerfile 3.5%
  • Shell 2.3%
  • Hack 0.6%