OJ
|
87031e0d00
|
Work towards a clean build
* Various code fixes to keep the compiler warnings down.
* Adjustments to project files.
|
2013-09-03 16:49:09 +10:00 |
|
James Lee
|
d80547c656
|
Whitespace at EOL
|
2013-04-04 23:37:20 -05:00 |
|
RageLtMan
|
9ac6d93580
|
add meterpreter side of stdapi.fs.file.mv
|
2013-03-20 18:29:47 -04:00 |
|
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 |
|
James Lee
|
bb4a71413d
|
Squashed commit of the following:
commit 1de16b41c8808df2919706eaa8cc89ae44d9b591
Author: m m <gaspmat@gmail.com>
Date: Mon Jul 9 21:55:32 2012 +0200
typo
commit a396b55018175f3eb2a83baecb1ec601cc99eef4
Author: m m <gaspmat@gmail.com>
Date: Mon Jul 9 21:51:32 2012 +0200
various posix meterpreter bugfixes
[Closes #584]
[FIXRM #7042]
|
2012-07-19 15:56:47 -06:00 |
|
James Lee
|
c6bfb7c64c
|
Return an appropriate error when stat() fails
Tested on Linux and Windows
[Fixes #6517]
|
2012-03-13 01:45:58 -06:00 |
|
James Lee
|
3ee6e96a17
|
777 is not the same as 0777
Fixes a bug where meterpreter created directories with absurd
permissions on posix (777 = 01411 = dr----x--t).
|
2012-03-02 13:16:52 -07:00 |
|
James Lee
|
288605c808
|
Add the missing include that broke Windows build
I swear I committed this before...
[See #6372]
|
2012-02-15 11:51:00 -07:00 |
|
James Lee
|
88d5e46208
|
Whitespace cleanup
|
2012-02-13 15:21:01 -07:00 |
|
James Lee
|
f34f8b1440
|
Use the proper dirsep and allocate correctly
Thanks, mm__ for the bug report and the patch!
[Fixes #6322]
|
2012-01-31 17:31:15 -07:00 |
|
James Lee
|
353e98a6f9
|
Get the return values in the right place
This should convert stat values to something portable enough to work on
POSIX and Windows.
Fixes #6294
|
2012-01-27 18:56:01 -07:00 |
|
James Lee
|
769e4f2119
|
Add a platform-independent stat struct
This should help with various issues on linux
|
2012-01-27 17:13:46 -07:00 |
|
HD Moore
|
cdd9565dab
|
This fixes garbled characters in lsass hashdump on some platforms
git-svn-id: file:///home/svn/framework3/trunk@13582 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-08-19 05:09:49 +00:00 |
|
James Lee
|
7363744f94
|
add a request type for grabbing the host's directory separator, fixes #4892
git-svn-id: file:///home/svn/framework3/trunk@13346 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-26 20:51:33 +00:00 |
|
HD Moore
|
18f78f96a2
|
Use size_t instead of int
git-svn-id: file:///home/svn/framework3/trunk@13063 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-29 06:35:44 +00:00 |
|
HD Moore
|
792af05bb6
|
Lets try this again, POSIX style
git-svn-id: file:///home/svn/framework3/trunk@13061 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-29 06:30:24 +00:00 |
|
HD Moore
|
a2da008614
|
Add md5/sha1
git-svn-id: file:///home/svn/framework3/trunk@13060 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-29 06:12:15 +00:00 |
|
Stephen Fewer
|
724d2c5e92
|
Meterpreter search support to leverage the index on older systems (2000/XP/2003) via Windows Desktop Search v2.
git-svn-id: file:///home/svn/framework3/trunk@10187 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-08-30 09:50:41 +00:00 |
|
Stephen Fewer
|
04656703a1
|
Commit the source for meterpreter file searching...
git-svn-id: file:///home/svn/framework3/trunk@10165 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-08-27 14:44:42 +00:00 |
|
HD Moore
|
7a24ead09d
|
Adds reg queryclass
git-svn-id: file:///home/svn/framework3/trunk@8046 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-12-31 15:52:30 +00:00 |
|
HD Moore
|
267e317444
|
Fixes 416. Adds the rm/del commands to meterpreter, fixes build problems triggered by the POSIX code merge
git-svn-id: file:///home/svn/framework3/trunk@7291 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-10-27 02:31:07 +00:00 |
|
HD Moore
|
088a92fa13
|
Use _WIN32 instead of __WIN32__ to be consistent
git-svn-id: file:///home/svn/framework3/trunk@7290 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-10-27 01:13:35 +00:00 |
|
HD Moore
|
a0b6ee7885
|
Merge in the POSIX stdapi extension, still some work left to finish
git-svn-id: file:///home/svn/framework3/trunk@7266 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-10-26 04:34:20 +00:00 |
|
HD Moore
|
2a365951cd
|
This patch removes some of the meterpreter compiler warnings and fixes migration over SSL
git-svn-id: file:///home/svn/framework3/trunk@6761 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-07-09 22:44:33 +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 |
|
HD Moore
|
a3fa8e90cb
|
Swapping out old Meterpreter code for Stephen Fewer's latest patched copy
git-svn-id: file:///home/svn/framework3/trunk@6356 4d416f70-5f16-0410-b530-b9f4589650da
|
2009-03-22 18:55:36 +00:00 |
|
Matt Miller
|
c6e5dbfb43
|
made ls prettier/faster
git-svn-id: file:///home/svn/incoming/trunk@2821 4d416f70-5f16-0410-b530-b9f4589650da
|
2005-07-23 17:52:29 +00:00 |
|
Matt Miller
|
736528e546
|
import of meterp shit
git-svn-id: file:///home/svn/incoming/trunk@2516 4d416f70-5f16-0410-b530-b9f4589650da
|
2005-05-24 19:08:32 +00:00 |
|