Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Utilidad para monitorear los niveles de señal de los cable modems de Fibertel (Tx, Rx. MER). Obtiene la informacion del servicio de provisioning de Fibertel: http://provisioning.fibertel.com.ar/asp/nivelesPrima.asp
Utilidad para monitorear los niveles de señal de los cable modems de Fibertel (Tx, Rx. MER). Obtiene la informacion del servicio de provisioning de Fibertel: http://provisioning.fibertel.com.ar/asp/nivelesPrima.asp
Inspirado en https://github.com/fcingolani/fibertel-stats
Usando NPM:
npm install fibertel
Requiere node.js v12.4.0 o mayor.
tomi@sirius: ✗ fibertel
--- Fibertel Niveles ---
Tx: 44.5 dBmV
Freq Tx: 38600 MHz
Rx: 4.9 dBmV
Freq Rx: 603000 MHz
MER: 38.9 dB
Equipo: DPC3848VE
Descripción: Cisco DPC3848VE DOCSIS 3.0 DB-WiFi(3x3) Apps Docway <>
Versión OS: "dpc3800-v303r204318-200508aARG"
Opciones del comando:
fibertel: utilidad para chequear valores de Tx, Rx y MER del cablemodem de Fibertel.
USAGE
$ fibertel
OPTIONS
-i, --interval=interval [default: 30] Intervalo de repetición en segundos entre cada obtención de niveles.
-t, --continuous Obtener niveles de manera continua sin detener el programa.
-u, --url=url [default: http://provisioning.fibertel.com.ar/asp/nivelesPrima.asp] URL de provisioning del cablemodem.
// es2015
import { getStats } from 'fibertel'
await getStats()
// commonjs
const const { getStats } = require('fibertel')
await getStats()
Librería testeada únicamente con los siguientes modems:
PRs welcome :)
Los valores apropiados varían de acuerdo a la versión de DOCSIS (un estandar internacional para la transmisión de datos), aunque podemos encontrar algunos valores de referencia en http://www.dslreports.com/faq/16085, que se detallan a continuación.
Rx
Estado Mínimo Máximo Recomendado -7 dBmV +7 dBmV Aceptable -10 dBmV +10 dBmV Máximo tolerable -15 dBmV +15 dBmV Fuera de Especificación < -15 dBmV > +15 dBmV Tx
Versión Mínimo Máximo DOCSIS 3.1 +35 dBmV +47 dBmV DOCSIS 3.0 +35 dBmV +49 dBmV
Fuente: https://github.com/fcingolani/fibertel-stats#est%C3%A1n-bien-mis-valores
TODO
FAQs
Utilidad para monitorear los niveles de señal de los cable modems de Fibertel (Tx, Rx. MER). Obtiene la informacion del servicio de provisioning de Fibertel: http://provisioning.fibertel.com.ar/asp/nivelesPrima.asp
We found that fibertel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.