Skip to content

iBreakEverything/bitburner-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitburner-tools

daemon

ContractFinder

Finds contracts and displays them in the player stats gui. Includes one click connect button to to the server hosting the contract.

ContractFinder

Dependencies:

  • lib/ServerObjectTools.js
  • lib/StandaloneTools.js
  • util/ServerMapper.js

ContractSolver

Finds contracts and solves them using user's own implementation to solve contracts.

Dependencies:

  • lib/Contracts.js
  • util/ServerMapper.js

Skynet

Hacks all vulnerable servers and restarts killed hack script.

Dependencies:

  • lib/ServerObjectTools.js
  • lib/StandaloneTools.js
  • util/Hack.js
  • util/RCE.js
  • util/Rootkit.js
  • util/ServerMapper.js

lib

Contracts

Collection of functions with user's implementations for contract problems.

ServerObjectTools

Collection of tools that manipulate a list of server objects.

Dependencies:

  • util/ServerMapper.js

StandaloneTools

Collection of various tools.


util

Hack

Basic hack for demo. Replace with your own.

PathToServer

Prints the command to connect to host.

ContractFinder

Create an alias to be able to use in terminal:

path <hostname>

Dependencies:

  • lib/StandaloneTools.js
  • util/ServerMapper.js

RCE

Remote execute script on specified target with maximum threads.

RenameNsToJs

Prints a command to change '.ns' extension to '.js'.

Rootkit

Grants administrator access on all vulnerable servers.

Dependencies:

  • lib/StandaloneTools.js

ServerMapper

Depth-first search for finding every connected server and saving information for further use.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published