Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

hack2fun/EventLogBypass

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
1 Commit
 
 
 
 
 
 

Repository files navigation

EventLogBypass

Terminate the thread of the log service to disable the system log function, but the log service is still running

Usage

You can run the following command to get the PID of the corresponding process svchost.exe of eventlog service

powershell -c "Get-WmiObject -Class win32_service -Filter \"name = 'eventlog'\" | select -exp ProcessId"
EventLogBypass.exe pid

gif

Restore Eventlog Service

taskkill /F /pid pid && net start eventlog

Reference

Learn from 3gstudent's blog

https://github.com/3gstudent/Windows-EventLog-Bypass

About

Terminate the eventlog thread to disable the windows eventlog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.