18 lines
380 B
ReStructuredText
Raw Normal View History

brutessh() Netscript Function
=============================
2021-03-12 02:51:56 -05:00
.. js:function:: brutessh(hostname)
:RAM cost: 0.05 GB
2021-03-12 02:51:56 -05:00
: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.
2021-03-12 02:51:56 -05:00
Examples:
.. code-block:: javascript
2023-01-06 14:43:09 +02:00
ns.brutessh("foodnstuff");