Make anonymized security footprint inside docker container.
1.2K
Security footprint scanner torified and dockerized.
Make anonymized security footprint inside docker container.
Security scanner run under the tor network inside a standalone docker container.
Results in your shell output.
Author: Hervé Beraud (4383)
director is a tiny footprint tools for web based security rules.
No pentest tools installation needed on your host, it's run totaly in standalone mode.
All pentest tools network connections has torified by using tor and polipo.
docker pull 4383/director:latest
docker run -e "TARGET=http://<your-target>" 4383/director:latest
git clone https://github.com/4383/director
cd director
docker build -t director .
docker run -e "TARGET=<your-domaine-target>" director
Use the -e option for define environment variables to pass to director.
Use the bash syntax for setting an environment variable.
The target to scan.
Just set this with a valid domain name like www.google.com
Syntax example : -e "TARGET=www.google.com"
The HTTP protocole to use with dird.
By default is set with http:// but you can set this with https://
Syntax example : -e "DIRBPROTO=https://"
A content web scanner. We use a fork of the official dirb project hosted on github for simply docker container deployment.
Content type
Image
Digest
Size
189.5 MB
Last updated
about 10 years ago
docker pull 4383/director