Releases: GobiasSomeCoffeeCo/rizzyscope
Releases · GobiasSomeCoffeeCo/rizzyscope
v0.3.4
v0.3.3
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
- Colon-separated (e.g.,
v0.3.2
Fixed bug with screen rendering crashing when the width was too narrow
v0.3.1
Added support for passing multiple interfaces
v0.3.0
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
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
v0.2.2 Update README
Few minor fixes
v0.2.1 Updated README and fixed help
Dynamic RSSI and Enhanced MAC Navigation
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
Update README.md