Skip to content

Releases: GobiasSomeCoffeeCo/rizzyscope

v0.3.4

15 Oct 23:13
Compare
Choose a tag to compare

Added a bottom right pane that displays kismet data real time

v0.3.3

12 Oct 13:10
706ef18
Compare
Choose a tag to compare

New Features

1. Configurable Kismet Endpoint

  • Added --kismet-endpoint flag to specify custom Kismet server address
  • Users can now connect to remote Kismet instances

2. Flexible Kismet Launch Options

  • Implemented --skip-kismet flag to use existing Kismet instance
  • Gives users the option to work with pre-existing Kismet processes

3. Enhanced Target Specification

  • Added ability to target devices by SSID
  • Now supports multiple MAC address formats:
    • Colon-separated (e.g., 11:22:33:AA:BB:CC)
    • Raw format (e.g., 112233AABBCC), etc

v0.3.2

10 Oct 19:11
Compare
Choose a tag to compare

Fixed bug with screen rendering crashing when the width was too narrow

v0.3.1

10 Oct 15:59
Compare
Choose a tag to compare

Added support for passing multiple interfaces

v0.3.0

02 Oct 21:41
Compare
Choose a tag to compare

New Features:

  • RSSI Over Time Chart:
    • Introduced a new graphical feature that plots the Received Signal Strength Indicator (RSSI) over time in real-time.
    • The chart dynamically updates and displays RSSI changes, providing a historical view of signal strength at each time interval.
    • Right-to-left plotting is implemented, where the most recent data points are plotted on the right side of the chart and shift leftward over time.

v0.2.3

30 Sep 00:39
Compare
Choose a tag to compare

New Features

Enhanced Device Information Display:
    Manufacturer (Make) Lookup: The application now retrieves and displays the manufacturer of devices based on their MAC addresses.
    SSID Retrieval: Added the ability to fetch and show the SSID (Service Set Identifier) of wireless devices when available.
    Device Type Identification: The program now identifies and displays the type of each device (e.g., Access Point, Client).
    Encryption Type Display: Users can now see the encryption type used by the device, providing insights into network security.

Fixed terminal render

19 Sep 23:05
Compare
Choose a tag to compare
v0.2.2

Update README

Few minor fixes

19 Sep 16:00
Compare
Choose a tag to compare
v0.2.1

Updated README and fixed help

Dynamic RSSI and Enhanced MAC Navigation

19 Sep 13:55
Compare
Choose a tag to compare

New Features

RSSI Progress Bar: Introduced a color-coded RSSI progress bar in the top-right pane. The bar dynamically reflects signal strength, with colors transitioning from red (low RSSI) to green (high RSSI).
Scrollable MAC List: The MAC list in the top-left pane is now scrollable. Users can navigate the list using the arrow keys or j/k keys.
Real-Time Output: Added a real-time output pane at the bottom of the interface. This pane updates with current events, such as when a MAC is locked onto a channel.

Enhancements

New MAC Search Behavior: Users can now press Enter on a selected MAC from the list to unlock the current channel and begin searching for the newly selected MAC.
Improved Channel Locking: Fixed an issue where switching to a new MAC didn’t properly unlock the current channel. The system now properly unlocks the channel before starting a search for the new MAC.
Responsive Window Resizing: The interface now adapts to window resizing, ensuring that the RSSI bar and MAC list maintain appropriate widths.

Bug Fixes

Fixed an issue where the real-time output would not display correct channel locking information.
Resolved a problem with navigation, allowing smoother scrolling through the MAC list.

v0.1.0

18 Aug 00:34
8e5d2b6
Compare
Choose a tag to compare
Update README.md