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-04-12 04:12:05 +02:00
Code
Releases
Activity
489c5adb98
Branches
Tags
View all branches
metasploit-payloads
/
c
/
meterpreter
/
source
/
extensions
/
stdapi
/
server
History
HD Moore
489c5adb98
Fixes
#658
by adding a 250ms sleep to the dispatch of the close call.
...
git-svn-id: file:///home/svn/framework3/trunk@7934 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-21 19:53:10 +00:00
..
fs
Fixes 416. Adds the rm/del commands to meterpreter, fixes build problems triggered by the POSIX code merge
2009-10-27 02:31:07 +00:00
net
Fixes
#658
by adding a 250ms sleep to the dispatch of the close call.
2009-12-21 19:53:10 +00:00
resource
Swapping in the latest patched copy of Meterpreter. See
#275
2009-03-22 18:56:28 +00:00
sys
Replace the use of Critical Sections for locking with Mutex's (thread.c). This appears to resolve a deadlock issue with OpenSSL on some Windows systems. This commit resolves a bug in interactive processes where an interactive waiter thread will chew cpu due to a tight loop introduced by anonymous pipes not blocking (process.c). Dynamic lock creation for OpenSSL has been re-enabled should a future version of OpenSSL require it, AFAIK the current version used, v0.8.9, does not use dynamic lock creation (server_setup.c). Channels have been given locks to help synchronize concurrent access to a single channel.
2009-12-07 13:04:41 +00:00
ui
Fixes
#288
and
#320
. This should fix the BSoD issue with the sniffer module (other than the mac filter change, this matches the vendor's example) and confirmed that the keyscan_dump fix works
2009-09-26 16:26:05 +00:00
general.c
Swapping in the latest patched copy of Meterpreter. See
#275
2009-03-22 18:56:28 +00:00
precomp.h
Fixes 416. Adds the rm/del commands to meterpreter, fixes build problems triggered by the POSIX code merge
2009-10-27 02:31:07 +00:00
stdapi.c
See
#607
. Switch sniffer code to use mutexes
2009-12-07 05:19:46 +00:00