mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
work on doc
This commit is contained in:
35
markdown/bitburner.ns.sqlinject.md
Normal file
35
markdown/bitburner.ns.sqlinject.md
Normal file
@@ -0,0 +1,35 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[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.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
sqlinject(host: Host): void;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| host | [Host](./bitburner.host.md) | Hostname or IP of the target server. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
void
|
||||
|
||||
## Remarks
|
||||
|
||||
0.05 GB
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
```js
|
||||
sqlinject("foodnstuff");
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user