PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/crypto-browserify/example
Просмотр файла: index.html
<!doctype html>
<html>
<script src=bundle.js></script>
<body>
<pre>
require('crypto').createHash('sha1').update('abc').digest('hex') == '<span id=ans></span>'
</pre>
</body>
<script>
document.getElementById('ans').innerHTML = require('crypto').createHash('sha1').update('abc').digest('hex')
</script>
</html>
Выполнить команду
Для локальной разработки. Не используйте в интернете!