
Java-based command-line tool to verify the presence of CVE-2017-12149 in JBoss servers by sending crafted requests and checking for a specific response string.

verify_CVE-2017-12149.jar provides command-line mode to verify the vulnerability. If the vulnerability exists, it returns a characteristic string. Simply execute the command:
$ java -jar verify_CVE-2017-12149.jar http://xxx:8080
#成功返回:
vuln6581362514513155613jboss
