Vue lecture

WiGLE: Wireless Network Mapping

We consolidate location and information of wireless networks world-wide to a central database, and have user-friendly desktop and web applications that can map, query and update the database via the web.

We currently accept files in any of:

DStumbler: text output
G-Mon: .kml, .txt output
inSSIDer: kml output
Kismac: native (.kismac), text, kml output
Kismet: .csv, .xml, .netxml, .gps, .gpsxml, .nettxt, CWGD output
MacStumbler: plist xml, wiscan format
NetStumbler: native (.ns1), text, wiscan, summary
Pocket Warrior: Text output
Wardrive-Android: kml output
WiFiFoFum: kml, kmz output
WiFi-Where: ns1, kml, csv output. Now available on Cydia (iphone/ipad jailbreak)
Wigle Wifi Wardriving: csv output
Consolidated.db: This is an sqlite file that is synced from an iphone/ipad to a host computer (prior to iOS 4.3.3).

Direct link

désactiver le changement de l’adresse MAC d’une interface wifi

Un rapide mémo sur comment désactiver le changement automatique d’adresse MAC d’une interface Wifi afin de se connecter à un réseau wifi géré par liste blanche.

  • Editer le fichier /etc/NetworkManager/NetworkManager.conf :
sudo nano /etc/NetworkManager/NetworkManager.conf
  • Ajouter au fichier :
  • [device]
    wifi.scan-rand-mac_address=no
    

  • Appliquer les changements :
  • sudo nmcli general reload
  • Connecter l’interface réseau au wifi :
  • nmcli connection up nom-de-l'Interface_réseau

    Wifi Configuration from the ha> console prompt - debug suggestions - Configuration - Home Assistant Community

    network set wlan0 --wifi-mode infrastructure --ipv4-method auto --wifi-auth wpa-psk --wifi-ssid ssid --wifi-psk password

    La commande:
    banner

    permet d'afficher la bannière qui vient au début du boot en cli, avec les infos des ip et l'url de connexion à l'interface web.

    aussi commande:
    net scan wlan0

    Pour voir le SSID et les infos du wifi aux environ.
    Attention il faut faire des échappements \ des espaces pour le nom du SSID le cas échéant.

    net info
    permet de voir le détail de la config ip par interface

    Ensuite l'interface web de config est disponible:
    http://homeassistant.local:8123


    Permalien

    Install TP Link in Ubuntu 20.04 - Home Network Community

    git clone <a href="https://github.com/cilynx/rtl88x2bu.git">https://github.com/cilynx/rtl88x2bu.git</a>
    cd rtl88x2bu
    VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
    sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
    sudo dkms add -m rtl88x2bu -v ${VER}
    sudo dkms build -m rtl88x2bu -v ${VER}
    sudo dkms install -m rtl88x2bu -v ${VER}
    sudo modprobe 88x2bu

    Permalink

    ❌