UnknownSec Bypass
403
:
/
home
/
ubuntu
/
.nvm
/
versions
/
node
/
v16.13.1
/
lib
/
node_modules
/
pm2
/
node_modules
/
.bin
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
systeminformation
#!/usr/bin/env node 'use strict'; // @ts-check // ================================================================================== // cli.js // ---------------------------------------------------------------------------------- // Description: System Information - library // for Node.js // Copyright: (c) 2014 - 2023 // Author: Sebastian Hildebrandt // ---------------------------------------------------------------------------------- // License: MIT // ================================================================================== // ---------------------------------------------------------------------------------- // Dependencies // ---------------------------------------------------------------------------------- const si = require('./index'); // ---------------------------------------------------------------------------------- // Main // ---------------------------------------------------------------------------------- (function () { si.getStaticData().then( ((data) => { data.time = si.time(); console.log(JSON.stringify(data, null, 2)); } )); })();
Copyright © 2025 - UnknownSec