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

18 lines
369 B
ReStructuredText
Raw Normal View History

brutessh() Netscript Function
=============================
2021-03-12 08:51:56 +01:00
.. js:function:: brutessh(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 BruteSSH.exe program on the target server. BruteSSH.exe must exist
on your home computer.
Examples:
.. code-block:: javascript
brutessh("foodnstuff");