it's not 100% accurate, like all antiviruses. there WILL be false positives.
features
scan entire directories at once!
encryption detection
suspicious filename detection (ie npc_help.lua and stuff)
malicious leaker detection (detects if file is credited to a leaker who usually backdoors stuff)
simple use, just run it and it scans
compact, single file to run
color coding for easy spotting
web connection detection
easy to add to the detection lists
(it lets you know, via printing, when it detects any of this)
usage simply put the .py file in the directory you want to scan and run it
(double-click it or run via cmd (python backScanner.py)) it will go through every directory and .lua file inside the directory. this means you can very easily scan entire folders of add-ons.
requirements
python 3
colorama (run pip install colorama)
picture
download
Content locked
This content has been locked. Please login or register in order to unlock it.
you can literally see the source code so dont tell me there's anything malicous
If anyone has any questions, suggestions, or concerns, let me know please!
I'm aware that the code can be much nicer, but I was focusing on making this a single module to run. It's also blazing fast, so I see no need to multithread.