4.0 KiB
Home > bitburner > DarknetServerData
DarknetServerData interface
Darknet server data.
Signature:
export interface DarknetServerData
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
Flag indicating whether this server has a backdoor installed by the player | ||
|
number |
The amount of ram blocked by the server owner | ||
|
number |
Number of CPU cores | ||
|
number |
The depth of the server in the net | ||
|
number |
The difficulty rating of the server, associated with its original depth in the net | ||
|
boolean |
Flag indicating whether the player has admin/root access to this server | ||
|
boolean |
If the server has a stasis link applied | ||
|
string |
Hostname. Must be unique | ||
|
string |
IP Address. Must be unique | ||
|
boolean |
Flag indicating whether the player's terminal is currently connected to this server | ||
|
boolean |
If this darknet server cannot be moved. True for fixed/story servers. | ||
|
number |
The interval at which the server periodically adds to its logs, in seconds. | ||
|
number |
Max RAM (GB) of this server | ||
|
string |
The model of the server. Similar models have similar vulnerabilities. The model list is intentionally undocumented. You are supposed to experiment and discover the models. | ||
|
string |
Data associated with the password hint | ||
|
boolean |
Whether this server was purchased by the player. Always false for darknet servers | ||
|
number |
Used RAM (GB). i.e. unavailable RAM | ||
|
number |
The charisma skill required to heartbleed the server | ||
|
string |
The generic password prompt for the server |