[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [sqlinject](./bitburner.ns.sqlinject.md) ## NS.sqlinject() method Runs the SQLInject.exe program on the target server. SQLInject.exe must exist on your home computer. Signature: ```typescript sqlinject(host: Host): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | host | [Host](./bitburner.host.md) | Hostname or IP of the target server. | Returns: void ## Remarks 0.05 GB ## Example ```js sqlinject("foodnstuff"); ```