- [p]Various fixes and improvements for several terminal commands.[/p][/*]
- [p]Fixed an issue where certain invalid commands in the Code Editor could freeze the game.[/p][/*]
- [p]Fixed a file path resolution issue in [c]CaptureHandshake[/c] that could prevent Hashcat from locating [c].pcap[/c] files when executed from certain directories.[/p][/*]
FileSystem API
- [p]The FileSystem API has been completely redesigned and rebuilt.[/p][/*]
Scripting API Updates
[p]New modules and major updates have been added to the Scripting API.[/p][p]New Module: [c]Networking.Wifi[/c][/p][p]Wireless network scanning and attack utilities (Bettercap-like functionality).[/p][p]Methods[/p]
- [p][c]Networking.Wifi.GetInterfaces()[/c] — Lists wireless interfaces.[/p][/*]
- [p][c]Networking.Wifi.Scan(iface)[/c] — Scans nearby WiFi networks (SSID, BSSID, channel, signal strength).[/p][/*]
- [p][c]Networking.Wifi.Deauth(iface, bssid, options?)[/c] — Sends deauthentication frames to a target access point.[/p][/*]
- [p][c]Networking.Wifi.CaptureHandshake(iface, bssid)[/c] — Captures a WPA handshake and saves it as a [c].pcap[/c] file.[/p][/*]
[p]???? Crypto Updates[/p]
- [p][c]Crypto.Hashcat.Decrypt[/c] now accepts a second parameter for path control.[/p][/*]
Handbook Updates
- [p]The Scripting documentation has been completely rewritten and updated.[/p][/*]
- [p]Added 5 new pages:[/p][list]
- [p]Networking[/p][/*]
- [p]Networking.Wifi[/p][/*]
- [p]Crypto[/p][/*]
- [p]HackDB[/p][/*]
- [p]NTLM[/p][/*]
- [p]System[/p][/*]
- [p]Shell[/p][/*]
- [p]File System[/p][/*]
