Socket
Book a DemoInstallSign in
Socket

@fightertunnel/cekft

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fightertunnel/cekft

Paket untuk memeriksa akun VPN

latest
npmnpm
Version
1.0.9
Version published
Maintainers
0
Created
Source

@cekft

@cekft adalah modul Node.js yang digunakan untuk memeriksa status akun SSH dan layanan lainnya. Modul ini memanfaatkan axios untuk melakukan permintaan HTTP ke server yang ditentukan.

Instalasi

Untuk menginstal modul ini, gunakan npm:

npm i @fightertunnel/cekft

Penggunaan

Berikut adalah contoh cara menggunakan modul ini dalam proyek Anda:

const checkSSHAccount = require('@fightertunnel/cekft');

async function main() {
    const server = 'your-server-address:port';
    try {
        const result = await checkSSHAccount(server);
        console.log(result);
    } catch (error) {
        console.error('Error:', error);
    }
}

main();

API

checkSSHAccount(server, ctx)

  • server: Alamat server yang akan diperiksa.
  • ctx: Objek konteks (opsional) yang dapat digunakan untuk logging atau tujuan lain.

Fungsi ini mengembalikan data akun SSH dalam format yang terstruktur.

Lisensi

Proyek ini dilisensikan di bawah MIT License.

Keywords

vmess

FAQs

Package last updated on 18 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts