News Liste HackHub

Patch Notes 0.8.22
HackHub
Heute 19:54 Community Announcements
[p]Fixes[/p]
  • [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]
Code const interfaces = await Networking.Wifi.GetInterfaces();
const mon = interfaces.find(i => i.monitor);

const networks = await Networking.Wifi.Scan(mon.name);
const target = networks\[0];

await Networking.Wifi.Deauth(mon.name, target.bssid);
const pcap = await Networking.Wifi.CaptureHandshake(mon.name, target.bssid);

const password = await Crypto.Hashcat.Decrypt(pcap);
println(`Password: ${password}`);
[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][/*]
Code // Decrypt from a specific directory
await Crypto.Hashcat.Decrypt("capture.pcap", { cwd: "downloads" });

// Decrypt from root
await Crypto.Hashcat.Decrypt("capture.pcap", { absolute: true });

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]Updated 3 existing pages:[/p]
  • [p]System[/p][/*]
  • [p]Shell[/p][/*]
  • [p]File System[/p][/*]
[/*][*][p]All 30 supported languages have been updated.[/p][/*][/list]
Logo for HackHub
Release: Genre: Simulation Entwickler: HotBunny Vertrieb: G-DEVS.com Engine:keine Infos Kopierschutz:keine Infos Franchise:keine Infos
Einzelspieler Mehrspieler Koop