- Build:
./build.sh nopush
- Create
input/input.txt
andoutput
. - Run:
docker run --rm -v $(pwd)/input:/input:ro -v $(pwd)/output:/output registry.gitlab.com/security.surf/scanners/subjack:dev /input/input.txt
Usage of /subjack:
-a Find those hidden gems by sending requests to every URL. (Default: Requests are only sent to URLs with identified CNAMEs).
-c string
Path to configuration file. (default "/fingerprints.json")
-m Flag the presence of a dead record, but valid CNAME entry.
-o string
Output results to file (Subjack will write JSON if file ends with '.json'). (default "/output/output.txt")
-ssl
Force HTTPS connections (May increase accuracy (Default: http://).
-t int
Number of concurrent threads (Default: 10). (default 10)
-timeout int
Seconds to wait before connection timeout (Default: 10). (default 10)
-v Display more information per each request.