
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@azures04/node-unowhy-wifi
Advanced tools
Un port un peu plus poussé de https://github.com/STY1001/Unowhy-Tools-Wifi sous nodejs.
Nom | Paramètre(s) | Description |
---|---|---|
getWiFiInfoBySerialNumber | Serial 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 |
getWifiInfoByPos | Lat <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 |
getWiFiInfoByUAI | UAI <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 |
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"
}
]
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"
}
]
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
}
}
]
FAQs
a simple port of STY1001 Unowhy-Tools-Wifi
We found that @azures04/node-unowhy-wifi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.