
Metasploit mailing list archives
Re: MSF 3.0 and IRB error message
From: mmiller at hick.org (mmiller at hick.org)
Date: Tue, 18 Apr 2006 09:30:41 -0500
On Tue, Apr 18, 2006 at 03:45:15PM +0200, ALLAIN Yann wrote:
Hello, You were right... I had just installed the IRB package and now all it's working fine. Thanks for your help I have a question about Meterpreter/IRB usage: Where I can find the class hierarchy?(E.g. all objects and associated methods that I can use through IRB) For example, I know that there is client.sys.process.execute ...but I think there are a lot of other methods for the process object... Have you a document that summarizes all the objects that could be manipulated?
Check the documentation for Rex::Post::Meterpreter here: http://www.metasploit.com/projects/Framework/msf3/api/rex/ The documentation is kind of hard to read, so I'll try to produce some better summary documentation in the future. For something like client.sys.process.execute, the class responsible for handling that is: Rex::Post::Meterpreter::Extensions::Stdapi::Sys::Process Gotta love the super long class names...or not.
Current thread:
- Re: MSF 3.0 and IRB error message mmiller at hick.org (Apr 18)