Skip to content

ncryptsion/logseeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogSeeker

Lightweight malware logs searcher.

  • Lightweight: No bullshit, no unnecessary codes.
  • Fast: It's very fast.
  • Large Files: It can handle any large files.

⚙️ Installations

Github

git clone https://github.com/ncryptsion/logseeker.git

NpmJS

npm install

PNPM

pnpm install

🛠️ Setup

Place all your malware logs which are .txt files inside the logs directory.

🚀 Usage

All files with lines that has any match of your keywords will be written in out.txt

node index.js <keywords>
Argument Description Example
keywords The keywords to use, separated by comma. node index.js keyword1, keyword2

📸 Screenshot

This project is distributed under MIT License

About

Lightweight malware logs searcher.

Topics

Resources

License

Stars

Watchers

Forks