mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
28 lines
995 B
Markdown
28 lines
995 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Darknet](./bitburner.darknet.md) > [phishingAttack](./bitburner.darknet.phishingattack.md)
|
|
|
|
## Darknet.phishingAttack() method
|
|
|
|
Spends time sending out phishing emails, attempting to find some non-technical middle manager to fall for the scam. Builds charisma. Often the attempt will fail, but success can be increased with crime success rate and charisma stats.
|
|
|
|
The amount of money lifted scales with the number of threads used, if successful. Very occasionally you can retrieve a cache file from the attempt.
|
|
|
|
Phishing attacks can only be run from scripts on darknet servers.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
phishingAttack(): Promise<DarknetResult>;
|
|
```
|
|
**Returns:**
|
|
|
|
Promise<[DarknetResult](./bitburner.darknetresult.md)<!-- -->>
|
|
|
|
A promise that resolves to a [DarknetResult](./bitburner.darknetresult.md) object.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB
|
|
|