PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@aptos-labs/aptos-cli/bin/utils

Просмотр файла: versions.ts

import { execSyncShell } from "./execSyncShell.js";

/**
 * Determine the current SSL version
 */
export const getCurrentOpenSSLVersion = () => {
  const out = execSyncShell("openssl version", { encoding: "utf8" });
  return out.split(" ")[1].trim();
};

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


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