auto hack improved grow

This commit is contained in:
2023-09-09 02:05:43 +02:00
parent 7b14e98658
commit 435add26de
18 changed files with 8289 additions and 7480 deletions
+8 -2
View File
@@ -1,5 +1,4 @@
/** @param {import(".").NS } ns */
// import { EXCLUDE_SERVERS } from "./constants.js";
export const EXCLUDE_SERVERS = [
'home',
@@ -21,8 +20,15 @@ for (let index = 0; index < 1024; index++) {
EXCLUDE_SERVERS.push(`home-${index}`);
}
export const EXPLOITS = [
{ name: 'BruteSSH.exe', function: 'ns.brutessh' },
{ name: 'FTPCrack.exe', function: 'ns.ftpcrack' },
{ name: 'relaySMTP.exe', function: 'ns.relaysmtp' },
{ name: 'HTTPWorm.exe', function: 'ns.httpworm' },
{ name: 'SQLInject.exe', function: 'ns.sqlinject' },
];
const DARKWEB_PROGRAMS = [
export const DARKWEB_EXPLOITS = [
{ name: 'BruteSSH.exe', cost: 0 },
{ name: 'FTPCrack.exe', cost: 1500000 },
{ name: 'relaySMTP.exe', cost: 5000000 },