This website requires JavaScript.
Explore
Help
Sign In
github
/
metasploit-payloads
Watch
1
Fork
0
You've already forked metasploit-payloads
mirror of
https://github.com/rapid7/metasploit-payloads
synced
2025-03-24 18:16:24 +01:00
Code
Releases
Activity
b461ad297f
Branches
Tags
View all branches
metasploit-payloads
/
c
/
meterpreter
/
source
/
server
History
pks
5e6fe11920
Partial implementation of in memory execution and update binary
...
git-svn-id: file:///home/svn/framework3/trunk@10839 4d416f70-5f16-0410-b530-b9f4589650da
2010-10-28 12:44:39 +00:00
..
linux
merge in another posix meterpreter update from philip, see
#2418
2010-09-13 14:44:00 +00:00
posix
update additional files, see
#2418
2010-08-26 07:25:15 +00:00
rtld
Partial implementation of in memory execution and update binary
2010-10-28 12:44:39 +00:00
win
Add meterpreter server side support for cleaning up loaded extensions upon server termination by calling the loaded extensions DeinisServerExtension() functions.
2010-08-19 11:34:23 +00:00
zlib
First round of posix meterpreter commits from jr
2009-08-01 14:21:58 +00:00
libloader.h
Major merge of Meterpreter POSIX codebase from JR, Win32 projects may need a few more fixes to work properly
2009-08-10 02:02:16 +00:00
metsrv.c
first attempt to merge in Philip Sanderson's work on the POSIX meterpreter
2010-08-26 05:16:27 +00:00
metsrv.h
Add meterpreter server side support for cleaning up loaded extensions upon server termination by calling the loaded extensions DeinisServerExtension() functions.
2010-08-19 11:34:23 +00:00
remote_dispatch_common.c
Add meterpreter server side support for cleaning up loaded extensions upon server termination by calling the loaded extensions DeinisServerExtension() functions.
2010-08-19 11:34:23 +00:00
remote_dispatch.h
Add meterpreter server side support for cleaning up loaded extensions upon server termination by calling the loaded extensions DeinisServerExtension() functions.
2010-08-19 11:34:23 +00:00
server_setup.c
This commit overhauls much of the meterpreter timeouts and staging processes. This fixes a bug with concurrent session handling, reduces CPU load by caching a single SSL certificate for all sessions, increases all of the critical timeouts, and generally makes mass ownage work better. We still need to limit the maximum number of concurrent on_session() threads to something sane to prevent sesssion spikes from dragging out the process even longer. The C-side meterpreter change is minimal and will only help with future compatibility if we move to non-blocking fd's for the SSL socket.
2010-10-08 04:11:47 +00:00