任何工具/API允许扫描反xss代码/脚本?Not MS Anti-XSS扫描代码,但不指定线程的类型。
换句话说,API只需要扫描代码/脚本并提供线程级别。
您可能想要检查https://scanii.com -这是一个恶意软件/内容检测API。下面是一个示例调用(使用curl):
$ curl -u $SCANII_CREDS -F file=@Planilha_Orcamento.vbs https://api.scanii.com/v2.1/files
{
"id" : "2376aaaa5d0bc3642a89bef870d5f4b5",
"checksum" : "fd7b73541571b67964fd22997a987cae5feaac4b",
"content_length" : 2768,
"findings" : [ "content.malicious.porcupine.malware.36555.unofficial" ],
"creation_date" : "2017-01-18T03:46:00.808Z",
"content_type" : "text/plain",
"metadata" : { }
}
完全披露,scanii是我的项目。