Skip to content

AxisCLI v2.4.0 - Hardware Management

Choose a tag to compare

@luix221 luix221 released this 15 May 17:31
· 13 commits to main since this release
e63990e

AxisCLI v2.4.0 — Hardware Management Update

This release bridges the gap between software diagnostics and physical hardware control. Version 2.4.0 introduces the powerful dev command and refines network-to-process mapping for a more transparent system overview.


New Features

Hardware Control Command (dev)

A brand new command suite to manage and toggle hardware components directly from the shell, eliminating the need for the Windows Device Manager.

  • Device Audit: List all connected USB devices and hardware components using dev -l.
  • Active Management: Instantly Enable (-e) or Disable (-d) devices by their index ID.
  • Media Ejection: Safely eject external drives via command line (e.g., dev -eject F).

Command Usage: dev

Usage: dev [options]
  -l, --list           - List USB devices
  -d, --disable <ID>   - Disable device by index
  -e, --enable <ID>    - Enable device by index
  -eject <Drive>       - Eject drive (e.g. dev -eject F)

Advanced Port & Process Analysis

Significant logic upgrades to the networking suite for better forensic insight.

  • Process Resolution: portscan and listening now automatically resolve PIDs to their executable names (.exe), showing you exactly which application is using a port.
  • Kernel Awareness: Improved identification for PID 4, now correctly displayed as SYSTEM (Kernel) instead of "Unknown".