James Lee
|
7283131279
|
Initial source import from metasploit-framework
|
2012-11-19 16:46:07 -06:00 |
|
jlee-r7
|
964bae0c49
|
Initial commit
|
2012-11-19 14:40:03 -08:00 |
|
HD Moore
|
78be47c5d1
|
Remove left over debug statements
|
2012-06-24 14:03:56 -05:00 |
|
HD Moore
|
be60c294d0
|
Checkin new code
|
2012-06-24 14:03:53 -05:00 |
|
Stephen Fewer
|
6f25e39b27
|
Commit all the code for the new 'screenshot' command in the stdapi extension. Screenshot will now work on NT4 - 7 on both x86 and x64 and on newer versions of Windows we can break out of session isolation (e.g. session 0 isolation for services) to screenshot the active desktop (or logon screen) without the need to migrate meterpreter. The majority of the migration code-injection stuff has been refactored out into base_inject.c so it can be shared with the new ps_inject() functionality to inject dlls. The 'ps' command now reports what session each process belongs to (if this is too verbose we can remove it or add a -v verbose switch to the ps command). The 'execute' command can now take a -s switch in order to create a process in a users session under the users privs (assuming you have the privs to do this).
git-svn-id: file:///home/svn/framework3/trunk@8787 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-03-11 17:09:55 +00:00 |
|
Stephen Fewer
|
776b9f108c
|
Update RDI by adding in the LoadRemoteLibraryR function to use RDI to inject into arbitrary processes. Current limitation is it only works on x86->x86 and x64->x64 scenarios, due to the offsets used in parsing the PE file being determined at compile time (e.g. if we compile LoadRemoteLibraryR into an x86 binary it wont be able to load x64 images). Solution is to not rely on compiler for the offset but to do it manually which shouldn't be too much work.
git-svn-id: file:///home/svn/framework3/trunk@8292 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-01-28 13:37:55 +00:00 |
|
Stephen Fewer
|
96bf84163d
|
Commit the source code for the cross compilable reflective dll injection module. Some minor modifications to the stdapi extension were also required. All the projects (.vcproj) now have an x64 debug/release target as well as an x86 counterpart.
git-svn-id: file:///home/svn/framework3/trunk@7000 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-09-04 01:53:58 +00:00 |
|
HD Moore
|
fa51ea5d15
|
Swapping in the latest patched copy of Meterpreter. See #275
git-svn-id: file:///home/svn/framework3/trunk@6357 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-03-22 18:56:28 +00:00 |
|