Socket
Book a DemoInstallSign in
Socket

@azures04/node-unowhy-wifi

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azures04/node-unowhy-wifi

a simple port of STY1001 Unowhy-Tools-Wifi

latest
Source
npmnpm
Version
0.0.1-alpha
Version published
Maintainers
0
Created
Source

(node) Unowhy WiFi

MIT License

Un port un peu plus poussé de https://github.com/STY1001/Unowhy-Tools-Wifi sous nodejs.

Référence API

Fonctions

NomParamètre(s)Description
getWiFiInfoBySerialNumberSerial Number <string>⚠ ATTENTION : Fonction déprécié Cette fonction permet de récupéré à partir du numéro de série de votre ordinateur Y13 Unowhy fourni par la région Île-de-France
getWifiInfoByPosLat <int>, lon <int>Cette fonction permet de récupéré à partir d'une position GPS l'UAI d'un/plusieurs établissement(s) et ainsi par la suite de récupéré(s) les informations liées au réseau de ceux-cu
getWiFiInfoByUAIUAI <string>Cette fonction permet de récupéré à partir de l'UAI de son établissement les informations liées au réseau de celui-ci

Exemples

getWiFiInfoBySerialNumber

⚠ ATTENTION : Fonction déprécié

const UnowhyWifi = require("node-unowhy-wifi")

async function main() {
    const WifiData = await UnowhyWifi.getWiFiInfoBySerialNumber("IFP000000000")
    console.log(WifiData)
}

main()

Réponse (JSON)

[
    {
        "ssid": "Eleves",
        "password": "ml$@0755057P",
        "hidden": false,
        "securityType": "WPA/WPA2 PSK"
    },
    {
        "ssid": "Professeurs",
        "password": "ml$@0755057P",
        "hidden": false,
        "securityType": "WPA/WPA2 PSK"
    },
    {
        "ssid": "Tablettes",
        "password": "ml$@0755057P",
        "hidden": false,
        "securityType": "WPA/WPA2 PSK"
    },
    {
        "ssid": "Eleves",
        "password": "ml$@0755057P",
        "hidden": false,
        "securityType": "WPA/WPA2 PSK"
    }
]

getWifiInfoByPos

const UnowhyWifi = require("node-unowhy-wifi")

async function main() {
    const WifiData = await UnowhyWifi.getWifiInfoByPos(48.869536, 2.337475)
    console.log(WifiData)
}

main()

Réponse (JSON)

[
    {
        "ssid": "Eleves",
        "password": "ml$@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    },
    {
        "ssid": "Professeurs",
        "password": "&*%@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    },
    {
        "ssid": "Tablettes",
        "password": "$#@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    },
    {
        "ssid": "Invites",
        "password": "a$&@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    },
    {
        "identifiant_de_l_etablissement": "0755057P",
        "nom_etablissement": "ITECOM ART and DESIGN - Paris",
        "code_postal": "75002",
        "nom_commune": "Paris  2e  Arrondissement",
        "position": {
            "lon": 2.337474995303744,
            "lat": 48.86953603766823
        },
        "type": "metadata"
    }
]

getWiFiInfoByUAI

const UnowhyWifi = require("node-unowhy-wifi")

async function main() {
    const WifiData = await UnowhyWifi.getWiFiInfoByUAI("")
    console.log(WifiData)
}

main()

Réponse (JSON)

[
    {
        "ssid": "Eleves",
        "password": "ml$@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    },
    {
        "ssid": "Professeurs",
        "password": "&*%@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    },
    {
        "ssid": "Tablettes",
        "password": "$#@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    },
    {
        "ssid": "Invites",
        "password": "a$&@0755057P",
        "securityType": "WPA/WPA2 PSK",
        "hidden": false,
        "default_proxy": {
            "host": "10.0.0.1",
            "port": 3128
        }
    }
]

Remerciments

Keywords

unowhy

FAQs

Package last updated on 14 Jan 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.