In this update3
Full notes
Full Black Box - Hacker Day One update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Events
- Security
- Gameplay
- Fixes
- Compatibility
Black Box - Hacker Day One changes
This update focuses on making the terminal feel like a real shell and opening the game up to players who want a gentler (or harsher) challenge. All changes are save-compatible — load your existing save and everything just works.
✨ New Features
Tab-completion for hosts — Typing
ssh
,
ping
,
nmap
,
exploit
,
trace
,
nc
,
arpspoof
or
ftp
followed by Tab now completes from IPs you've discovered. No spoilers — you only see hosts you've actually pinged, scanned, or owned. Works with
user@
prefix for SSH.
Ctrl+R reverse history search — Classic bash-style incremental search. Type to filter, Ctrl+R again to cycle older matches, Enter executes, Esc cancels.
alias / unalias commands — Define shortcuts like
alias brute='hydra -l root -P /usr/share/wordlist.txt ssh://'
. Persists across saves. Use
alias
with no args to list,
unalias
to remove.
Difficulty setting — New slider in Settings: Easy (+50% time on timed tasks, +2 stealth noise budget), Normal (unchanged), Hard (-25% time, -1 noise budget). Stacks with NG+.
Autosave — New Settings option: Off / 5 min / 10 min (default 5 min). Won't interrupt timed or stealth tasks. Small "AUTOSAVED" toast when it fires.
Quicksave / Quickload — F5 and F9 are finally wired up (they were listed in the help popup but did nothing — sorry!).
🔧 Fixes & Polish
- F1 shortcuts popupcorrected the Esc entry (it pauses, it doesn't close the window) and added Ctrl+R, Ctrl+Shift+C (cascade windows).
Removed the broken dev-only Pause-key entry from the shortcuts popup.
Tab-completion now sees user-defined aliases.
💾 Save Compatibility
Fully backwards-compatible. Existing saves load cleanly — new settings default to Normal difficulty and 5-minute autosave. No replay required.
Source
Changelog.gg summarizes and formats this update. How we read updates.
