From 94137228e0d58682213c2bfc712335a13311c6e0 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 1 Nov 2021 11:41:59 -0400 Subject: [PATCH] remove double server profiler from dark web --- src/DarkWeb/DarkWebItems.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/DarkWeb/DarkWebItems.ts b/src/DarkWeb/DarkWebItems.ts index 4cfc6f564..a341ff54a 100644 --- a/src/DarkWeb/DarkWebItems.ts +++ b/src/DarkWeb/DarkWebItems.ts @@ -16,10 +16,5 @@ export const DarkWebItems: IMap = { DeepscanV1: new DarkWebItem(Programs.DeepscanV1.name, 500000, "Enables 'scan-analyze' with a depth up to 5."), DeepscanV2: new DarkWebItem(Programs.DeepscanV2.name, 25e6, "Enables 'scan-analyze' with a depth up to 10."), AutolinkProgram: new DarkWebItem(Programs.AutoLink.name, 1e6, "Enables direct connect via 'scan-analyze."), - ServerProfilerProgram: new DarkWebItem( - Programs.ServerProfiler.name, - 1e6, - "Displays hacking and Netscript-related information about a server.", - ), FormulasProgram: new DarkWebItem(Programs.Formulas.name, 5e9, "Unlock access to the formulas API."), };