Clayno / WebCheckr

Initial check for web pentests
5 stars 1 forks source link

WebCheckr

Initial check for web pentests.

Installation

1 - First install docker
Refer to docker documentation for the installation.

2 - Pull required images:

docker pull wpscanteam/wpscan
docker pull wappalyzer/cli
docker pull kodisha/gobuster
docker pull pgrund/joomscan
docker pull selenium/standalone-chrome
docker pull ttimasdf/cve-search:withdb -- takes a lot of time...

3 - Initiate docker image and network

docker network create webcheckr
docker create --net=webcheckr --name cvesearch_docker ttimasdf/cve-search:withdb

OR

run startup.sh, sudo is required during install

./startup.sh

Run

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/webcheckr/shared --user $(id -u):$(id -g) --group-add $(stat -c '%g' /var/run/docker.sock) --net webcheckr webcheckr [OPTIONS]

OR if setup was used

webcheckr [OPTIONS]


It is advised to make an alias of this

TODO