Scanner : V3
Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis.
Setup
Install axios
npm i axios
Edit variables in code aiprompt, patterns, pathtoscan, llamaendpoint.
Run code
node scanner.js
If you want to quickly change path use:
node scanner.js --pathtoscan="./your/path/goes/here" --ignorefolders="some,folder,to,ignore,and,not,scan" --ignorefiles="some,files,to,ignore,and,not,scan"
COPYRIGHT CC-BY-SA-4.0, CONTACT: lisahonkay@gmail.com
Description
Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis.
Languages
JavaScript
80.1%
YARA
19.9%