Sign inSign up

infoslack/arachni

By infoslack

Updated about 9 years ago

Image
0

344

infoslack/arachni repository overview

wpscan

Docker image for arachni

Usage with my image:

	$ docker run --rm -it infoslack/arachni

If you want to generate the image:

	$ git clone [email protected]:infoslack/sec-tools.git
	$ cd sec-tools/arachni
	$ docker build -t arachni .

You can create a bash wrapper for docker run commands in you .bashrc or similar:

arachni(){
docker run --rm -it \
  -v $(pwd)/arachni_pentest:/pentest \
  --log-driver none \
  infoslack/arachni "$@"
}
Command line user interface
	$ arachni http://test.com

More: https://github.com/Arachni/arachni/wiki/Command-line-user-interface

Tag summary

Content type

Image

Digest

sha256:b2eee7e6a

Size

300.6 MB

Last updated

about 9 years ago

docker pull infoslack/arachni