mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
628 B
628 B
Home > bitburner > NS > httpworm
NS.httpworm() method
Runs the HTTPWorm.exe program on the target server. HTTPWorm.exe must exist on your home computer.
Signature:
httpworm(host: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| host | string | Hostname of the target server. |
Returns:
void
Remarks
RAM cost: 0.05 GB
Example
httpworm("foodnstuff");