2019-03-03 04:08:54 +01:00
|
|
|
brutessh() Netscript Function
|
|
|
|
=============================
|
|
|
|
|
2021-03-12 08:51:56 +01:00
|
|
|
.. js:function:: brutessh(hostname)
|
2019-03-03 04:08:54 +01:00
|
|
|
|
2021-03-07 10:13:37 +01:00
|
|
|
:RAM cost: 0.05 GB
|
2019-03-03 04:08:54 +01:00
|
|
|
|
2021-03-12 08:51:56 +01:00
|
|
|
:param string hostname: Hostname of the target server.
|
2019-03-03 04:08:54 +01:00
|
|
|
|
2021-07-02 23:27:59 +02:00
|
|
|
Runs the ``BruteSSH.exe`` program on the target server. ``BruteSSH.exe``
|
|
|
|
must exist on your home computer.
|
2021-03-12 08:51:56 +01:00
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
.. code-block:: javascript
|
2019-03-03 04:08:54 +01:00
|
|
|
|
2023-01-06 13:43:09 +01:00
|
|
|
ns.brutessh("foodnstuff");
|