mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
17 lines
378 B
ReStructuredText
17 lines
378 B
ReStructuredText
httpworm() Netscript Function
|
|
=============================
|
|
|
|
.. js:function:: httpworm(hostname)
|
|
|
|
:RAM cost: 0.05 GB
|
|
:param string hostname: Hostname of the target server.
|
|
|
|
Runs the ``HTTPWorm.exe`` program on the target server. ``HTTPWorm.exe``
|
|
must exist on your home computer.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
ns.httpworm("foodnstuff");
|