This commit is contained in:
2023-08-29 03:50:21 +02:00
parent af84e9b05f
commit 673abd49b2
9 changed files with 133 additions and 130 deletions
+16 -1
View File
@@ -9,10 +9,25 @@ export const EXCLUDE_SERVERS = [
'run4theh111z'
];
for (let index = 0; index < 25; index++) {
for (let index = 0; index < 1024; index++) {
EXCLUDE_SERVERS.push(`home-${index}`);
}
const DARKWEB_PROGRAMS = [
{ name: 'BruteSSH.exe', cost: 0 },
{ name: 'FTPCrack.exe', cost: 1500000 },
{ name: 'relaySMTP.exe', cost: 5000000 },
{ name: 'HTTPWorm.exe', cost: 30000000 },
{ name: 'SQLInject.exe', cost: 250000000 },
{ name: 'ServerProfiler.exe', cost: 500000 },
{ name: 'DeepscanV1.exe', cost: 500000 },
{ name: 'DeepscanV2.exe', cost: 25000000 },
{ name: 'AutoLink.exe', cost: 1000000 },
{ name: 'Formulas.exe', cost: 5000000000 }
];
const COMPLETED_FACTIONS = [
'CyberSec',
'Netburners',