Installation
... or how to install secator and it's dependencies on different platforms.
Installing secator
pipx install secatorpip install secatorwget -O - https://raw.githubusercontent.com/freelabz/secator/main/scripts/install.sh | shdocker run -it --rm --net=host -v ~/.secator:/root/.secator freelabz/secator --helpalias secator="docker run -it --rm --net=host -v ~/.secator:/root/.secator freelabz/secator"secator --helpgit clone https://github.com/freelabz/secator
cd secator
docker-compose up -d
docker-compose exec secator secator --helpInstalling languages (optional)
secator install langs go # install Go
secator install langs ruby # install RubyInstalling tools (optional)
secator install tools httpx # install httpx
secator install tools # install all supported toolsInstalling addons (optional)
Checking installation health

Last updated