Garry's Mod

[Python] Add-on backdoor scanner by Stakonum

Submitted by Stakonum, , Thread ID: 171486

Thread Closed
11-05-2020, 09:32 PM
This post was last modified: 24-05-2020, 05:17 PM by Stakonum
#1
pyBackdoorScanner
coded by me, in python
scans lua files for suspicious code
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

[Image: dzSHOvX.png]
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.

Users browsing this thread: 33 Guest(s)