项目作者: invisiblethreat

项目描述 :
Check for Struts Vulnerability CVE-2017-5638
高级语言: Go
项目地址: git://github.com/invisiblethreat/strutser.git
创建时间: 2017-09-25T00:40:57Z
项目社区:https://github.com/invisiblethreat/strutser

开源协议:

下载


strutser

This program checks for CVE-2017-5638.

Usage

  1. Usage of ./strutser:
  2. Usage of ./strutser:
  3. -c, --concurrency int Concurrent HTTP requests. (default 10)
  4. -f, --file string File containing targets
  5. -p, --ports intSlice Ports to check. (default [80])
  6. -t, --timeout int Timeout on HTTP requests. (default 15)

Tips

  • 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, or export DEBUG=true for longevity.

Notes

  • Certificate checking is explicitly disabled.