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

17 lines
381 B
ReStructuredText
Raw Normal View History

sqlinject() Netscript Function
==============================
2021-03-12 08:51:56 +01:00
.. js:function:: sqlinject(hostname)
:RAM cost: 0.05 GB
2021-03-12 08:51:56 +01:00
: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.
2021-03-12 08:51:56 +01:00
Example:
.. code-block:: javascript
sqlinject("foodnstuff");