Lightweight malware logs searcher.
- Lightweight: No bullshit, no unnecessary codes.
- Fast: It's very fast.
- Large Files: It can handle any large files.
git clone https://github.com/ncryptsion/logseeker.git
npm install
pnpm install
Place all your malware logs which are .txt files inside the logs directory.
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 |
This project is distributed under MIT License
