sec:wlan
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
sec:wlan [2023/08/16 11:46] – admin | sec:wlan [2024/06/18 15:43] (aktuell) – [PBKDF2] admin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== WLAN Sicherheit ====== | ====== WLAN Sicherheit ====== | ||
- | | + | ==== Standards ==== |
+ | | ||
+ | * https:// | ||
+ | * [[https://www.admin-magazine.com/ | ||
+ | ==== PBKDF2 ==== | ||
+ | * [[https:// | ||
+ | |||
+ | ==== Wireshark ==== | ||
+ | |||
+ | * https:// | ||
+ | ---- | ||
+ | ==== Attacks ==== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ---- | ||
+ | ==== Aircrack-ng ==== | ||
+ | * https:// | ||
+ | |||
+ | ---- | ||
==== Rubber Ducky Password-Stealing ==== | ==== Rubber Ducky Password-Stealing ==== | ||
+ | Attiny85 based, $2 Rubber Ducky - collects WiFi Passwords in Windows: | ||
+ | * https:// | ||
+ | * Board Manager: http:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ---- | ||
+ | ==== NZYME - WLAN Defense System ==== | ||
+ | |||
+ | * https:// | ||
+ | * | ||
+ | |||
+ | === WLAN - Interface: ALFA AWUS036ACS === | ||
+ | |||
+ | :!: Änderung im Makefile hat nicht per '' | ||
+ | * https:// | ||
+ | |||
+ | <code bash> | ||
+ | $ ip link show | ||
+ | $ sudo ip link set dev xxx down | ||
+ | $ sudo iw dev xxx set type monitor | ||
+ | $ sudo ip link set dev xxx up | ||
- | | + | # check status: |
- | * https:// | + | $ iwconfig |
- | * Board Manager: http:// | + | </code> |
- | * https:// | + | |
- | * https:// | + |
sec/wlan.1692186399.txt.gz · Zuletzt geändert: 2023/08/16 11:46 von admin