bitburner-src/doc/source/netscript/basicfunctions/httpworm.rst

17 lines
367 B
ReStructuredText
Raw Normal View History

httpworm() Netscript Function
=============================
2021-03-12 08:51:56 +01:00
.. js:function:: httpworm(hostname)
:RAM cost: 0.05 GB
2021-03-12 08:51:56 +01:00
:param string hostname: Hostname of the target server.
2021-03-12 08:51:56 +01:00
Runs the HTTPWorm.exe program on the target server. HTTPWorm.exe must exist
on your home computer.
2021-03-12 08:51:56 +01:00
Example:
.. code-block:: javascript
httpworm("foodnstuff");