Skip to content

Commit 66e8ef7

Browse files
committed
System Touch
1 parent 972afc6 commit 66e8ef7

2 files changed

Lines changed: 26 additions & 11 deletions

File tree

heuristics/HeuristicClassifier.java

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,21 @@ public class HeuristicClassifier
2929
{
3030
// ── Known public ports ────────────────────────────────────────────────────
3131
public static final Set<Integer> PUBLIC_PORTS = Set.of(
32-
49152, // WEBEXPRESS base / telnet proxy
33-
5512, // AES2 WebExpress
34-
6682, // Bitcoin WebExpress
32+
49152, // NitroWebExpress base / telnet proxy
33+
5512, // AES2 WebExpress (EncryptionModule)
34+
6682, // Bitcoin WebExpress (TraderModule)
35+
7743, // RSACompliant
36+
7744, // DSACompliant
37+
49111, // AIProctorModule
38+
49122, // WhiteAuditorTasking
39+
49133, // WeatherServer
40+
49144, // BinaryHttpServer
3541
49155, // ConnectionStatusServer
36-
49188 // ModuleLoaderDaemon
37-
// RSA / DSA ports resolved at runtime via NitroWebExpress.Aspect constants
42+
49166, // ModuleInstallationService
43+
49177, // ASCIICreatorServer
44+
49188, // ModuleLoaderDaemon
45+
49199, // Communicator
46+
49200 // TerminalMenu (Lanterna)
3847
);
3948

4049
// ── Thresholds ────────────────────────────────────────────────────────────

source/heuristics/HeuristicClassifier.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,21 @@ public class HeuristicClassifier
2929
{
3030
// ── Known public ports ────────────────────────────────────────────────────
3131
public static final Set<Integer> PUBLIC_PORTS = Set.of(
32-
49152, // WEBEXPRESS base / telnet proxy
33-
5512, // AES2 WebExpress
34-
6682, // Bitcoin WebExpress
32+
49152, // NitroWebExpress base / telnet proxy
33+
5512, // AES2 WebExpress (EncryptionModule)
34+
6682, // Bitcoin WebExpress (TraderModule)
35+
7743, // RSACompliant
36+
7744, // DSACompliant
37+
49111, // AIProctorModule
38+
49122, // WhiteAuditorTasking
39+
49133, // WeatherServer
40+
49144, // BinaryHttpServer
3541
49155, // ConnectionStatusServer
42+
49166, // ModuleInstallationService
43+
49177, // ASCIICreatorServer
3644
49188, // ModuleLoaderDaemon
3745
49199, // Communicator
38-
49144, // BinaryHttpServer
39-
49133 // WeatherServer
40-
// RSA / DSA ports resolved at runtime via NitroWebExpress.Aspect constants
46+
49200 // TerminalMenu (Lanterna)
4147
);
4248

4349
// ── Thresholds ────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)