Revised dictionary-hybrid credential engine. Locks characters at roughly twice the rate of the v1 issue.
Section D — Operators' Handbook
The kit you can sign out and the consoles you will meet in the field. Read it before the trace starts, not during.
Revised dictionary-hybrid credential engine. Locks characters at roughly twice the rate of the v1 issue.
Credential pre-image library. Feeds ICEPICK a running head-start — roughly the first two-fifths of any gate is already solved when you sit down. On short traces, that head-start is the whole game.
Handshake replay sheath. Wraps the ICEPICK attack in captured session traffic so every failed attempt reads upstream as routine housekeeping. The trace does not begin until you are inside and making noise. Watchkeepers still notice a session loitering at the gate, so keep the crack short.
Dormant remote-access implant. Enter a target once and it plants itself; sever the link and you re-enter later without touching the credential gate. It sleeps in their kernel until you call it, and dies when the operation closes.
Extended relay authority. Raises your route ceiling from three relays to six. Every hop is seconds on the trace clock — buy the seconds.
Access to three non-attributable relay points held off the books, including one where official relays cannot reach. Each hop slows a trace considerably.
Signing authority over two reserve points of presence — one on the American west coast, one on the Gulf littoral — kept dark until drawn. When a target insists your final hop be local, these are the local.
Single-shot reflection buffer. Freezes an active trace for ten seconds. One use per operation. Use it late.
Injects synthetic latency into the inbound chain: halves the speed of an active trace for twenty seconds. One use per operation. Where MIRROR stops the clock, QUICKSAND makes it wade.
Decoy intrusion seeder. Your relay chain stages loud synthetic break-ins against unrelated hosts and the trace team drops your scent. Their second run comes back faster and less patient, so treat the reset as a loan. One use per operation.
Sacrificial line charge, fitted at the first relay. If a trace resolves your chain, the cutout fires and burns the junction before the final hop surrenders your origin: the session dies and you walk. Spent the moment it works, and it does nothing about what you left in their logs.
Forged stand-down authority. Inserts a signed all-clear into a target group's security traffic so the incident that put them on alert is closed and their next trace arms at the ordinary pace. Used from the operations board between phases; only works on organisations that trust their own paperwork.
Journal-aware log sanitiser. Purges an entire session trail in one pass instead of entry by entry. On a live box this is the difference between a debrief and a decommissioning.
Attributed-entry sweeper. Reads a live journal, matches each line against your session signature and lifts your entries one at a time, leaving the housekeeping where it lay. Built for watched systems, where the wrong deletion is worse than none.
Network sounder. Run from inside a breached host, it sweeps the segment behind it and maps every adjacent machine — service, port and version — so your session can be relayed deeper.
Durable relay implant. Seat it on a host you have breached to the inside and the machine stays yours after the link drops, enrolled on the map as a relay for every operation that follows. Seating it writes a journal entry, so put it down before the scrub, not after.
Channel-bonded exfiltration harness. Runs up to three file operations at once. The standard-issue harness works one file at a time, and feels like it.
Satellite-pass watch. Some targets ride a roaming Starlink uplink and fall off the grid as the dish loses its cell. Arm OVERPASS on one and Comms raises you the instant it surfaces.
Generative re-synthesis suite. Rebuilds a face or voice model inside a target system so it no longer matches the sample that flagged one of ours. Slow and unmistakable in the logs, but nothing else pulls an officer back out of a recognition database.
Crack the management gate as you would any host, and instead of a file list you land at a command prompt. Enumerate the box by hand, read off the address of the next machine, and telnet <ip> or ssh <ip> to relay your session onto it. When in doubt, type ? — every box lists exactly what it will answer.
The workhorse of the estate. You land at the user prompt (>); type enable to reach the privileged prompt (#), which the fuller tables need.
| show ip interface brief | Every interface, its address, and whether it is up. |
| show ip route | The routing table. A lone /32 static route is often a hand-built road to a host that hides from everything else. |
| show ip arp | Neighbours the box has spoken to lately. A silent host never appears here. |
| show mac address-table | Learned MAC addresses by VLAN and port. |
| show vlan brief | VLANs and the ports on them. Watch for one named ISOLATED or QUARANTINE. |
| show cdp neighbors detail | Directly-connected Cisco kit and its management address — how you find the next switch or router to telnet to. |
| show running-config | The full configuration (privileged). Mirror sessions, static routes, and descriptions an admin should never have written. |
| show version | Model and uptime. |
Abbreviations work as on real IOS: sh ip int br is show ip interface brief. running-config needs enable first.
A flatter, Linux-flavoured shell. No privileged mode — what you can see, you can see straight away.
| show interfaces | Interfaces and their addresses. |
| show vlan | Configured VLANs. |
| show arp | The ARP table — again, only hosts that have spoken recently. |
| show dhcp leases | Handed-out addresses and the hostnames that took them — often the quickest way to a name. |
| show lldp neighbors | Neighbouring devices (EdgeOS's answer to CDP). |
| show ip route | The routing table. |
| show configuration | The running configuration. |
Commands are spelled out in full; there is no enable step to remember.
Favoured by tenants who bring their own kit. Everything hangs off a menu tree that starts with /, so the commands look nothing like the others.
| /interface print | Physical and bridge interfaces. |
| /ip address print | Addresses per interface, LAN and WAN. |
| /ip route print | The routing table. |
| /ip arp print | The ARP table — the fastest look at who is live behind the box. |
| /ip dhcp-server lease print | Leases and the hostnames on them. |
| /system resource print | Board, RouterOS version and uptime. |
| /system identity print | The box's own name. |
Abbreviations still work per word: /ip addr print resolves to /ip address print.
These work the same whatever the vendor, and they are handled before the box's own command set.
| telnet <ip> / ssh <ip> | Open a session to an address you discovered and pivot the link onto that host. |
| nmap | Active scan of the segment behind the device. Surfaces hosts that stay silent and never appear in arp, cdp or dhcp. Needs the seized Kali box. |
| enable | Cisco only. Raise from the user prompt to privileged mode. |
| ? or help | List exactly what this box answers — the surest guide on any console. |
| clear | Clear the screen. To drop the session, use SEVER LINK. |
ARP, CDP/LLDP, MAC and DHCP tables only list machines that have spoken to the device recently. A host configured to stay quiet — no chatter, a static address, a port with notification switched off — never appears in any of them. Enumerate by hand and you will see the isolated VLAN and a live port, but no address to aim at.
Two ways through. Read the routing table: a lone /32 static route is a hand-built road to a machine someone wanted reachable but unlisted — telnet to the address it points at. Or run nmap from your seized Kali box, which probes every address on the segment and makes the silent host answer. Take the address it returns and pivot straight to it.
The seized Kali box, and the nmap it brings to every console, is unlocked by OP FORGEHAMMER. Some operations cannot be completed without it.
The manual is only useful with a live link under it.
Enter the Grid →