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