Skip to content

Releases: WLAN-Pi/neo2

WLAN Pi 1.8.0

16 Sep 19:38
0454213
Compare
Choose a tag to compare

Change Log

  • Added MTR (Thanks @VergesFrancois for the recommendation!)

  • Added rpcapd - rpcapd is a deamon that captures traffic on a host, and is able to send it to a remote network sniffer, as ethereal.

    • Firewall rule added to UFW to allow Wireshark to connect to rpcapd service over USB ethernet interface
    • More info: https://www.tcpdump.org/
  • Updated Front Panel Menu System (FPMS) to latest version - Kismet, Profiler, and Bettercap, can now be launched from the FPMS

  • Updated WlanPiShark to v.05 - includes interactive mode and time sync

  • Added traceroute

  • Updated tcpdump

  • Updated Kismet to latest build - includes channel utilization and dynamic updates

    • Changed startup behavior to automatically add wlan0 as a data source
    • Disabled Kismet from running at startup, can now be launched from the front panel menu or from shell by typing kismet
  • Updated Linux packages to latest versions using APT

Enjoy!

WLAN Pi 1.7.1 beta

30 Jul 19:27
0454213
Compare
Choose a tag to compare
WLAN Pi 1.7.1 beta Pre-release
Pre-release

Change Log

  • Fixed a dependency issue with profiler that prevented it from starting
  • Updated WLANPiShark2 files located in the web download folder
  • Increased speedtest duration to 15 seconds for download test, previously download was 10 seconds and upload was 15 seconds

WLAN Pi 1.6.1 (WLPC 2019 Edition)

18 Feb 18:12
0454213
Compare
Choose a tag to compare

Change Log

Minor release for WLPC, mostly to include some files used in sessions.

  • Added: some scripts and installers for WLPC sessions
  • Added: WLANPiShark2 - https://github.com/WLAN-Pi/WLANPiShark2
  • Changed: Improved DHCP server configuration for ethernet over USB connection, expanded DHCP scope to allow for more DHCP leases, this should fix an issue when switching the WLAN Pi between multiple devices within a short period of time
  • Changed: wlan0 now starts automatically in monitor mode, previously started in managed mode

WLAN Pi 1.6.0 (WLPC 2019 Edition)

11 Feb 02:56
0454213
Compare
Choose a tag to compare

Change Log

  • Added: bettercap 2.14 - https://www.bettercap.org/
  • Added: profiler - https://github.com/WLAN-Pi/profiler thanks @wifinigel!
  • Changed: DHCP configure for Ethernet over USB, removed gateway/router address in DHCP config for USB-over-Ethernet, this should prevent any routing issue that could potentially breaking internet connectivity
  • Changed: wifi-explorer pro sensor now loads via a service (rather than using rc.local), service is set to start automatically, and it can now be stopped/restarted using: sudo service wifiexplorer-sensor {stop|start|restart}
  • Changed: minor tweaks to the web menu, new shortcuts for profiler and downloads, we could really use a web developer… :/ any volunteers?

WLAN Pi 1.5.0 (Released Jan 5, 2019)

08 Jan 01:17
0454213
Compare
Choose a tag to compare

Updates

  • USB OTG Port now works as a USB Ethernet adapter including a DHCP server (default IP = 192.168.42.1)
  • Kismet Wireless updated to Kismet 2019-01-BETA2
  • Realtek RTL88XX drivers updated to Dec 12 2018 commit from from https://github.com/aircrack-ng/rtl8812au
  • IW updated to version 4.14 (previous version 4.9)
  • Linux kernel updated to 4.14.91-sunxi64 (previous version 4.14.79-sunxi64)

WLAN Pi 1.8 beta

29 Aug 04:39
0454213
Compare
Choose a tag to compare
WLAN Pi 1.8 beta Pre-release
Pre-release

Change Log

  • Added MTR (Thanks @VergesFrancois for the recommendation!)

  • Added rpcapd - rpcapd is a deamon that captures traffic on a host, and is able to send it to a remote network sniffer, as ethereal.

  • Added traceroute

  • Added telnet

  • Updated Front Panel Menu System (FPMS) to latest version - Kismet, Profiler, and Bettercap, can now be started from the FPMS

  • Updated WlanPiShark to include interactive mode and time sync

  • Updated tcpdump to latest version

  • Disabled Kismet from running at startup, can now be launched from the FPMS

  • Some other misc tweaks

WLAN Pi 1.7 beta

28 Jul 22:19
0454213
Compare
Choose a tag to compare
WLAN Pi 1.7 beta Pre-release
Pre-release

Change Log

WLAN Pi 1.4.2 (Released Nov 9th, 2018)

12 Nov 16:10
2840693
Compare
Choose a tag to compare

Fixes

  • Realtek driver switched to branch 5.2.20 due to compatibility issues with Kismet
  • Removed ISP lookup during speedtest to improve loading times (especially when using without an internet connection)

Updates

  • Updated Kismet using latest source code

WLAN Pi v1.4 (Released Oct 2nd, 2018)

05 Oct 15:27
2840693
Compare
Choose a tag to compare

WLAN Pi v1.3 (Released Jun 3rd, 2018)

05 Oct 15:26
2840693
Compare
Choose a tag to compare

What’s new?

Fixes

  • OLED screen now turns off after a period of time to prevent a nasty case of screen burn - thanks @blakekrone for the suggestion!
  • Disabled wpa_supplicant service from starting as it was causing conflicts with other services that used the WLAN interface
  • To re-enabled: $ systemctl unmask wpa_supplicant.service

Updates