A multi-threaded Golang scanner to identify Ruby endpoints vulnerable to CVE-2019-5418
Usage
Usage of ./CVE-2019-5418-Scanner:
-auth string
Perform a scan using a auth token i.e Basic YmFzZTY0VG9rZW5WYWx1ZQ== (default "nope")
-http
Use HTTP over HTTPS
-insecure
Ignore SSL/TLS Errors
-log
Log results to file
-path string
Path to use in the request i.e /index (default "/")
-single string
Scan a single URL i.e https://target.com (default "targets.txt")
-targets string
File containing a list of host names, one host per line i.e https://target.com (default "targets.txt")
-timeout int
Request timeout in Seconds (default 2)
-verb string
HTTP verb to use i.e GET (default "GET")
-verbose
Verbose output