Home > bitburner > NS > sqlinject
Runs SQLInject.exe on a server.
Signature:
sqlinject(host: string): void;
Parameter | Type | Description |
---|---|---|
host | string | Hostname of the target server. |
Returns:
void
RAM cost: 0.05 GB
// NS1:
sqlinject("foodnstuff");
// NS2:
ns.sqlinject("foodnstuff");