Updated bad script filters
This commit is contained in:
parent
caf990dd4e
commit
2ddb8723af
1 changed files with 6 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue