Skip to content

Latest commit

 

History

History

arachni

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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