Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 638 Bytes

bitburner.ns.sqlinject.md

File metadata and controls

44 lines (26 loc) · 638 Bytes

Home > bitburner > NS > sqlinject

NS.sqlinject() method

Runs SQLInject.exe on a server.

Signature:

sqlinject(host: string): void;

Parameters

Parameter Type Description
host string Hostname of the target server.

Returns:

void

Remarks

RAM cost: 0.05 GB

Example 1

// NS1:
sqlinject("foodnstuff");

Example 2

// NS2:
ns.sqlinject("foodnstuff");