Skip to content

HackMe 0.1.0-rc15

Choose a tag to compare

@jokeez jokeez released this 22 Aug 10:50
· 24 commits to main since this release

HackMe 0.1.0-rc15 — B2B fuzz Phase 2 · pool anticheat · rc15 channel

Release date: 2026-08-22 · Miner/fuzz commit (tag): 209a6ef
ISO security rebuild: 2026-08-27 · hub harden 2d9b3a8


Highlights

B2B fuzz (integrators & security orders)

  • hackme-fuzzing wizard — Scan · Audit · Deep with ready packs: secrets, filter_utf8, script_bounds, parser_expat
  • Bytes modemax_input_bytes tiers (256 / 1K / 4K ceiling); input @ WASM offset 8, coverage bitmap @ 8192 (guided scheduling, not AFL)
  • Pool anticheat — dynamic worker lease, hub exec cap 64, coordinator segment replay fail-closed
  • Local-only CLI — wizard talks to 127.0.0.1:8080 only (master node), not hackme.tech

Mining dashboard

  • #mining fuzz banner — libheif OSS series closed CLEAN; customer B2B campaigns first
  • What's new rc15; overview release badge shows UI + node version

Pool / desktop

  • Hybrid PoH + pool fuzz on same rig (workerfuzz in bundle)
  • Windows installer + portable ZIP; Linux tarball with CUDA/OpenCL workers
  • HackMe OS live ISO (amd64) — boot USB → auto wallet + public pool mining

Security rebuild (2026-08-27)

  • HackMe OS ISO rebuilt so the ZK recovery phrase is not written to world-readable /var/log (display log under /var/lib/hackme, mode 0600; phrase on local TTYs only)
  • Hub/coordinator hardenings from the same audit (developer-only task create, fuzz claim/submit limits, settle fail-closed, trusted proxy XFF, CORS deny *, …) are live on hackme.tech — re-flash USB to get the ISO fix

ISO SHA256 (current):

94590a5b07933379d1db954692411b79223b778f5d21c8fc8a9259905613545e  HackMe-OS-0.1.0-rc15-amd64.iso

(supersedes 9158109d… from the 2026-08-22 ISO upload)


Downloads

Artifact Platform
HackMe-Setup-0.1.0-rc15.exe Windows installer (recommended)
hackme_0.1.0-rc15_windows.zip Windows portable
hackme_0.1.0-rc15_linux.tar.gz Linux amd64 bundle
HackMe-OS-0.1.0-rc15-amd64.iso Bootable mining OS
hackme-fuzzing-0.1.0-rc15-* B2B fuzz CLI
hackme-fuzzing-build-0.1.0-rc15-* Local WASM build helper

Verify: SHA256SUMS.txt (Win/Linux/fuzz) · SHA256SUMS-iso.txt (ISO)

Site: hackme.tech/downloads.html


Quick start

Windows miner: run HackMe-Setup-0.1.0-rc15.exe → Start menu → HackMe Miner

Linux miner: tar xzf hackme_0.1.0-rc15_linux.tar.gz && cd linux && bash start_hackme_miner.sh

B2B fuzz (local node required):

export HACKME_DEVELOPER_TOKEN=…   # from dashboard header
./hackme-fuzzing wizard --pack filter_utf8 --package audit

HackMe OS: flash ISO with Etcher/dd (whole disk) → boot → read recovery phrase on TTY1 (photograph it; it is not left in /var/log)


Upgrade from rc14x

  • Same pool coordinator URL — no worker ID change required
  • Re-download and verify SHA256 before replacing binaries
  • Dashboard embed updates with new hackme-node / installer build
  • USB miners: re-flash with the 2026-08-27 ISO (SHA above) if you still have the Aug 22 image

Docs