Options
All
  • Public
  • Public/Protected
  • All
Menu

A host that can be connected to.

interface

Hierarchy

  • IHost

Index

Properties

capabilities: { crackable: boolean; hackable: boolean; rooted: boolean }

Our capabilities against this host.

Type declaration

  • crackable: boolean

    Can crack this host.

    User has more port openers than ports needed.

  • hackable: boolean

    Host can be hack()ed and backdoored.

    User's hacking level is above the minimimum.

  • rooted: boolean

    Can execute scripts on this host.

hostname: string

Hostname of the host.

money: { current: number; max: number }

Money properties on this host.

Type declaration

  • current: number

    Current available money.

  • max: number

    Maximum money for this host.

ram: { current: number; max: number }

RAM properties on this host.

Type declaration

  • current: number

    Currently used RAM.

  • max: number

    Maximum RAM on this host.

route: string[]

Route from "homee" to hostname

security: { current: number; hack: number; min: number }

Security level properties on this host.

Type declaration

  • current: number

    Current security level.

  • hack: number

    Minimum hacking level required to hack host.

  • min: number

    Minimum security level for this host.

Generated using TypeDoc