1. Grey Hack
  2. News

Grey Hack News

[Nightly] Update v0.7.2316a

Changelog
  • Added support for the Chinese alphabet, including Terminal, Notepad, CodeEditor and Chat.

  • Fixed bug in AddGroup that prevented adding the root group to existing users.

  • Fixed crash in Notepad by pasting a very long string of text in any of the new alphabets added.

  • Fixed bug that caused an internal crash when trying to launch certain programs from FileExplorer, like ssh-server, causing invisible terminals that took up all the RAM.

  • Fixed erratic behavior of the split method when using the dot as a separator.

  • Fixed bug #63: Pasting text including "newline" is misinterpreted by notepad.

  • Improved capture of unexpected errors in the scripting system informing the player that something has gone wrong, instead of finishing the script without printing any message.

  • Visual minor tweaks in the terminal.

[Nightly] Update v0.7.2304a

More info about the Nightly build here.

Changelog
  • Added support for Cyrillic Alphabet, including Terminal, Notepad, CodeEditor and Chat.

  • Fixed bug #243: useradd can be used to create folders with non-alphanumeric names.

  • Fixed bug #317: Using double slash in the path parameter of touch method cause an empty, unremovable folder created without name.

  • Fixed bug #310: Notepad and CodeEditor file saving can be used to create non-alphanumeric file names.

[Nightly] Update v0.7.2298a

More info about the Nightly build here.

Changelog
  • Added support to select and copy text in the Manual and Chat.

  • Fixed bug in metaxploit.net_use, returning null if it was connected to a smtp service or if custom external ports were used to access to the service.

  • Fixed bug in the Map when clicking on a node to launch nmap, causing an internal crash that opened mutiple invisible Terminal windows consuming all the available RAM.

  • More improvements in the text selection of the terminal. Fixed a visual bug that could strangely expand the selection.


[Nightly] Hotfix Update v0.7.2300a
  • Fixed issue with the terminal selection after launching the clear command, causing an invisible selection.

  • Fixed regression bug from the last update with the terminal selection causing an erratic behaviour.

[Nightly] Update v0.7.2284a

Changelog
  • Improved the responsiveness of text selection in the terminal.

  • Reviewed all the scripting methods to fix situations in which internal crashes and unexpected behaviours could be produced when passing invalid parameters. Now the player will be notified when using any invalid parameter.

  • Fixed bug in the terminal autocomplete, showing the result of the last time even if the user or folder had been changed.

  • Fixed bug in the terminal's caret when it did not show if the window received the focus by clicking on the taskbar.

  • Fixed bug #367: pasting text into a user_input field, deletes the user_input message.

  • Fixed bug #366: Chat.exe lists the player as the only online users when there are others online

  • Fixed bug #364: using shell.launch() causes an internal crash, instead return an error message.

[Nightly] Update v0.7.2279a

Changelog
  • Internal revamp of the terminal program, drastically improving the performance, allowing infinite scroll without loss of performance, regardless of the amount of accumulated text.

  • Due to the renewal of the terminal, the following related bugs have been fixed: #194, #203, #206, #202, #309, #316

  • Increased the maximum limit of characters that the terminal can receive from a script at 6000 characters. This limit will be completely removed in next updates.

  • Fixed bug that caused any print before a decipher or a file copy to be printed in an incorrect order when finishing the processing.

  • Modified sudo command code to allow logging with other users that are not root with sudo -u instead sudo -s

  • Added write permissions for the root group in the /lib folder on the player computer.

  • Modified code of the local exploits generated in the hackshops to look for the metaxploit library in the current path besides /lib

  • Fixed a potential bug when interrupting commands with Control+C, which may cause unexpected behavior when certain conditions are met.

  • Re-enabled the admin restoration. Disabled in the previous compilation by mistake.