Files
metasploit-gs/lib
Stephen Fewer fbf64adf2a Commit the ruby side for meterpreter file search. If available, will leverage Windows Search to speed up searching an indexed directory. Examples of usage as follows:
Find all .PDF files on the host system:
    meterpreter>search *.pdf

Find all files on bob's desktop:
    meterpreter>search -d 'c:\users\bob\desktop' -f *

Find all files in the root drive c: but don't search subdirectories:
    meterpreter>search -d c: -r false -f *

If Windows Search is available (Vista and above by default, XP/2003 by addon) we can also search any indexed IE history and indexed email
    meterpreter>search -d iehistory -f *
    meterpreter>search -d mapi -f *


git-svn-id: file:///home/svn/framework3/trunk@10167 4d416f70-5f16-0410-b530-b9f4589650da
2010-08-27 14:59:38 +00:00
..
2010-05-26 01:14:46 +00:00
2010-08-24 19:29:43 +00:00
2010-06-24 20:34:36 +00:00
2008-10-19 21:03:39 +00:00
2010-05-18 23:16:51 +00:00
2009-01-28 06:13:47 +00:00
2010-07-16 22:19:17 +00:00
2009-06-03 03:14:29 +00:00
2009-12-26 09:01:08 +00:00
2010-04-02 21:34:15 +00:00
2010-04-02 21:34:15 +00:00
2009-01-11 07:17:57 +00:00