KO
|
EN
gitlite — search
Search
#python
#javascript
#docker
#nodejs
#vuejs
#swift
#ethereum
#deep-learning
#ios
#frontend
#hacktoberfest
#connector
SharpCrashEventLog
★ 46
Open GitHub ↗
C# port of LogServiceCrash
Download README (.md)
Explore Similar Repositories
DMD32
:
A library for driving the Freetronics 512 pixel dot matrix LED display "DMD", a 32 x 16 layout using ESP32.
usingaio
:
Examples from "Using Asyncio in Python: Understanding Python's Asynchronous Programming Features"
ApexGaming.py
:
An external Apex Legends cheat written in Python.
simupy-doc-cn
:
A Chinese translation for the doc of https://github.com/simupy/simupy
fullscreen-card
:
Make your Home Assistant browser fullscreen with one tap.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SharpCrashEventLog
?
Download (.md)
# SharpCrashEventLog  ## Description A port of [limbenjamin's](https://github.com/limbenjamin) [LogServiceCrash](https://github.com/limbenjamin/LogServiceCrash) project to C#. Crashes the Windows eventlog service locally or remotely using ```OpenEventLogA```/```ElfClearEventLogFileW```. - Added the ability to specify a remote server from the cmdline From limbenjamin's [blogpost](https://limbenjamin.com/articles/crash-windows-event-logging-service.html): >Windows Event Logging service will crash with an Access Violation when advapi32.dll!ElfClearEventLogFileW is called with a handle obtained from advapi32.dll!OpenEventLogA. By default, The service is restarted after the first and second failure only. Hence an adversary can crash the service 3 times after which he is able to execute further malicious commands without being logged. The fail count will be reset after 1 day by default. ## Usage - Crash the local computer's event log service - ```.\SharpCrashEventLog \\localhost``` - Crash a remote computer's event log service - ```.\SharpCrashEventLog \\targetcomputer```