mogwaisec / mjet

Mogwai Java Management Extensions (JMX) Exploitation Toolkit
MIT License
172 stars 31 forks source link

Need some explanation about the install part #2

Open lironbr opened 8 years ago

lironbr commented 8 years ago

Hey,

first of all thanks for the code.

I'm trying to use the exploit over Kali linux 2 with metasploit framwork (the default metasploit that comes with the kali linux vm). this is exactly what i did:

  1. download the files from here
  2. compiled the 3 java classes with javac command on the kali linux vm
  3. now i have the ruby file & the compiled classes

from now i don't know how to continue, i can't find the path specified for installation of the MBean dir or the path for the ruby file neither.

thanks a lot.