3.2 KiB
Home > bitburner > DarknetServerDetails
DarknetServerDetails interface
Details about a darknet server
Signature:
interface DarknetServerDetails
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
The amount of ram blocked by the server owner | ||
|
string |
Data from the passwordHint, if any. | ||
|
number |
The current depth in the darknet of the server | ||
|
number |
The difficulty rating of the server, associated with its original depth in the net | ||
|
boolean |
True if the current script has authenticated to this server with the right password using authenticate() or connectToSesssion() | ||
|
boolean |
True if the server is directly connected to the current server | ||
|
boolean |
If this darknet server cannot be moved. True for fixed/story servers. | ||
|
number |
The frequency (in seconds) of the server adding its own messages to its logs, visible with heartBleed(). | ||
|
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. | ||
|
"numeric" | "alphabetic" | "alphanumeric" | "ASCII" | "unicode" |
The character set used in the password | ||
|
string |
Static password reminder text set for this server. | ||
|
number |
The number of characters in the password | ||
|
number |
The charisma skill required to authenticate on the server |