Skip to content

pahaz/open-node-js-edr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Source extensible Endpoint Detection & Response (EDR) security tool

Philosophy:

  1. EDR client should be as match simple as possible it should be one file! (ONE_FILE)
  2. EDR client should not have 0 third party requirements! (ZERO_DEPS)
  3. EDR communication should be secure by default (SECURE)
  4. EDR client should be cross-platform and work on Linux, MacOS, Windows (CROSS_PLATFORM)
  5. EDR server should control all clients and install extensions as JS code (REVERS_SHELL)

SetUp Server

wget https://raw.githubusercontent.com/pahaz/open-node-js-edr/main/server.js
EDR_SECRET=eAc8trg_GVzQ6eEucvjz node server.js

SetUp Client

wget https://raw.githubusercontent.com/pahaz/open-node-js-edr/main/client.js
EDR_SERVER=224.143.12.9 EDR_SECRET=eAc8trg_GVzQ6eEucvjz node client.js

About

Secure one file easy to understand and install zero-dependent cross-platform Endpoint Detection & Response security tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published