auto hack improved grow
This commit is contained in:
+8
-2
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user