FaRyuk is a reconnaissance automation tool, and more when configured with custom docker images.
Install a mongodb instance using your prefered method (native, docker, vm...)
Dependencies are normally installed automatically when running the program.
To be able to use the screenshot functionality, you will need to install the latest version of google-chrome (only chrome headless will be used). To install google-chrome :
# Download the package
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
# Install the package
sudo apt install ./google-chrome-stable_current_amd64.debThe user you use to launch the server should have access to "/var/run/docker.sock:/var/run/docker.sock" and should be in "docker" group.
An example configuration file is provided with the repository.
To add port list files, wordlists and DNS wordlists, you should create this directory tree :
./ressources
./ressources/dirs
./ressources/ports
./ressources/subdomains
go run main.go serveAlthough FaRyuk is a security testing tool, it started as a script and comes with no garantee of its own security.
Please do not deploy it in a non controlled/hostile environnement.
Pull requests are welcome !