PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/tape/example/static

Просмотр файла: index.html

<!doctype html>
<html>
<head>
<style>
body {
    font-family: monospace;
    white-space: pre;
}
</style>
</head>
<body>
<script>
if (typeof console === 'undefined') console = {};
console.log = function (msg) {
    var txt = document.createTextNode(msg);
    document.body.appendChild(txt);
};
</script>
<script src="bundle.js"></script>
</body>
</html>

Выполнить команду


Для локальной разработки. Не используйте в интернете!