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

19 lines
378 B
ReStructuredText
Raw Normal View History

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