mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
v0.44.1 Minor Update - Added Augs to Duplicate Sleeves and updated documentation
This commit is contained in:
13
doc/source/netscript/basicfunctions/ftpcrack.rst
Normal file
13
doc/source/netscript/basicfunctions/ftpcrack.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
ftpcrack() Netscript Function
|
||||
=============================
|
||||
|
||||
.. js:function:: ftpcrack(hostname/ip)
|
||||
|
||||
:param string hostname/ip: IP or hostname of the target server
|
||||
:RAM cost: 0 GB
|
||||
|
||||
Runs the FTPCrack.exe program on the target server. FTPCrack.exe must exist on your home computer.
|
||||
|
||||
Example::
|
||||
|
||||
ftpcrack("foodnstuff");
|
||||
Reference in New Issue
Block a user