mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-13 02:50:04 +02:00
DOC: Remove non-existent influence namespace in Darknet documentation (#2748)
Mentioned in https://discord.com/channels/415207508303544321/415213413745164318/1501709972705378336
This commit is contained in:
@@ -25,7 +25,7 @@ In some cases, the only way to get to deeper parts of the net is to hitch a ride
|
||||
- `await ns.dnet.authenticate(hostname, password)` lets you guess and check passwords for servers directly connected to your script's server. If you guess right, you get admin access and can use `exec` and `scp` to move scripts onto that server.
|
||||
- Some servers require interactive feedback to guess their password. Use `await ns.dnet.heartbleed(hostname)` to check that server's logs and get clues after you attempt a password.
|
||||
- `ns.dnet.connectToSession(hostName, password)` lets you use a password you already know to log in to a darknet server at a distance. This is required to scp files there.
|
||||
- Some servers will have part of their max ram blocked off. Use `ns.dnet.influence.memoryReallocation()` to free it.
|
||||
- Some servers will have part of their max ram blocked off. Use `ns.dnet.memoryReallocation()` to free it.
|
||||
- Some servers have valuable .cache files you can open with `ns.dnet.openCache(fileName)`
|
||||
- Darknet servers allow you to run `ns.dnet.phishingAttack()` to get money or .cache files based off of your charisma and crime success stat.
|
||||
- Using `ns.dnet.setStasisLink()` will stasis lock the current server. This prevents it from moving or going offline, and also allows getting a session on the server at a distance like backdooring does.
|
||||
|
||||
Reference in New Issue
Block a user