OpenVAS container for golismero-suite: https://github.com/pebble/golismero-suite
476
http://github.com/pebble/golismero-suite
This repo aims to simplify the setup and usage of the Golismero pentesting suite and the various dependencies services it requires with automation use cases in mind.
Clone
git clone [email protected]:pebble/golismero-suite.git golismero
cd golismero
Configure
cp .env.sample .env
vim .env
Scan
make run
The easiest way to deploy this at the moment is via Docker Machine to a pentesting-friendly VPS service such as DigitalOcean.
Obtain DigitalOcean Access Token.
Provision server
docker-machine create \
--driver digitalocean
--digitalocean-access-token=YOUR_ACCESS_TOKEN
--digitalocean-image=ubuntu-16-04-x64
golismero
File a ticket with support
Golismero is very noisy and freaks out VPS support teams. Get a note placed on your account that lots of strange pentesting activity is expected to avoid problems.
Run Golismero
eval $(docker-machine env golismero)
make run
Content type
Image
Digest
Size
1.2 GB
Last updated
almost 10 years ago
docker pull pebbletech/openvas