Files
bitburner-src/markdown/bitburner.darknet.packetcapture.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

1.1 KiB

Home > bitburner > Darknet > packetCapture

Darknet.packetCapture() method

Spends some time listening for unsecured network traffic on an adjacent server. If you are lucky, the server password may be somewhere in all the noise. The target server must be directly connected to the server that the script is running on.

Using multiple threads speeds up the capture process.

Signature:

packetCapture(host: string): Promise<DarknetResult & { data: string }>;

Parameters

Parameter

Type

Description

host

string

Hostname/IP of the server to listen to.

Returns:

Promise<DarknetResult & { data: string }>

A promise that resolves to a DarknetResult object, plus the captured data.

Remarks

RAM cost: 6 GB