| Class | Rex::Post::Meterpreter::Extensions::Stdapi::Sys::EventLog |
| In: |
lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb
|
| Parent: | Object |
This class provides access to the Windows event log on the remote machine.
| client | [RW] |
Read the eventlog backwards, meaning from newest to oldest. Returns a EventRecord, and throws an exception after no more records.
Read the eventlog forwards, meaning from oldest to newest. Returns a EventRecord, and throws an exception after no more records.