Bug #1010
unloading xmlrpc plugin leaves socket listening
| Status: | Closed | Start date: | 03/04/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | James Lee | % Done: | 100% |
|
| Category: | general | |||
| Target version: | Metasploit 3.5.0 | |||
| Resolution: | Release Note: |
Description
This is a report from the framework mailing list.
Not sure if there are other orphaned resources/jobs/etc
Related issues
Associated revisions
History
Updated by HD Moore almost 2 years ago
- Target version set to 18
Updated by HD Moore almost 2 years ago
- Target version changed from 18 to Metasploit 3.4.0
Updated by James Lee over 1 year ago
- Target version changed from Metasploit 3.4.0 to Metasploit 3.4.1
Updated by James Lee over 1 year ago
- Target version changed from Metasploit 3.4.1 to Metasploit 3.5.0
Updated by James Lee over 1 year ago
After a little late-night investigation, this looks like it is because TcpServer#close is never called by the rpc code (it is called and works correctly in exploit code). The next question is whether a call to .close belongs in TcpServer#stop (which is getting called and doing its job of killing off the monitoring threads).
Updated by James Lee over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r9907.