mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
17 lines
384 B
ReStructuredText
17 lines
384 B
ReStructuredText
sqlinject() Netscript Function
|
|
==============================
|
|
|
|
.. js:function:: sqlinject(hostname)
|
|
|
|
:RAM cost: 0.05 GB
|
|
:param string hostname: Hostname of the target server.
|
|
|
|
Runs the ``SQLInject.exe`` program on the target server. ``SQLInject.exe``
|
|
must exist on your home computer.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
ns.sqlinject("foodnstuff");
|