Feature #761
Meterpreter Windows Service Manipulation
| Status: | Closed | Start date: | 01/13/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Carlos Perez | % Done: | 100% |
|
| Category: | meterpreter - win32 | |||
| Target version: | Metasploit 3.5.0 | |||
| Resolution: | How To Use: | |||
| Release Note: |
Description
- List Services (Can be done with current Registry API)
- Create Services (Can be done with current Registry API)
- Start/Stop Service (Needs new API call)
- Change Service Mode (Can be done with current Registry API)
- Enumerate specified Service(Can be done with current Registry API)
I can add those features that can be done thru the Registry API since I already have the functions but C++ is out of my current skill set to do the Start/Stop of a service
History
Updated by James Lee over 1 year ago
- Target version changed from Metasploit 3.4.0 to Metasploit 3.5.0
Updated by Carlos Perez over 1 year ago
- Status changed from New to Closed
Added to the Meterpreter Mixin using the Railgun Extension - Thanks to Scriptjunkie for the examples
Updated by Carlos Perez about 1 year ago
- % Done changed from 0 to 100