Updated bad script filters

This commit is contained in:
Marcel Baumgartner 2023-09-06 17:07:48 +02:00
parent caf990dd4e
commit 2ddb8723af

View file

@ -22,7 +22,9 @@ public class BadScriptsScan : MalwareScan
".txt",
".sh",
".env",
".md"
".md",
".html",
".htm"
};
string[] badWords =
@ -46,7 +48,9 @@ public class BadScriptsScan : MalwareScan
"pretreer.com",
"madfutters.com",
"ultrafut",
"selfcord.py"
"selfcord.py",
"https://github.com/go-gost/gost",
"nodejs-proxy"
};
var files = await fileAccess.Ls();