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

17 lines
373 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.
2021-03-12 08:51:56 +01:00
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");