This program checks for CVE-2017-5638.
Usage of ./strutser:
Usage of ./strutser:
-c, --concurrency int Concurrent HTTP requests. (default 10)
-f, --file string File containing targets
-p, --ports intSlice Ports to check. (default [80])
-t, --timeout int Timeout on HTTP requests. (default 15)
- For multiple ports, use the
--ports
argument multiple times. - The input file should be formatted with one IP address or hostname per line.
- To enable debugging, use
DEBUG=true
before the command, orexport DEBUG=true
for longevity.
- Certificate checking is explicitly disabled.