Skip to content

Commit 67c544e

Browse files
authored
Merge pull request #596 from Relkci/master
update categories for CS build
2 parents 9dd4cf0 + 9e3e998 commit 67c544e

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

Diff for: CS/EyeWitness/Program.cs

+13-6
Original file line numberDiff line numberDiff line change
@@ -135,26 +135,33 @@ private static void DictMaker()
135135

136136
//Create dictionary of categories
137137
categoryRankDict.Add("highval", new object[] { "High Value Targets", 0 });
138+
categoryRankDict.Add("comms", new object[] { "Communications", 0 });
139+
categoryRankDict.Add("devops", new object[] { "Development Operations", 0 });
140+
categoryRankDict.Add("secops", new object[] { "Security Operations", 0 });
141+
categoryRankDict.Add("appops", new object[] { "Application Operations", 0 });
142+
categoryRankDict.Add("dataops", new object[] { "Data Operations", 0 });
138143
categoryRankDict.Add("dirlist", new object[] { "Directory Listings", 0 });
139-
categoryRankDict.Add("None", new object[] { "Uncategorized", 0 });
140-
categoryRankDict.Add("uncat", new object[] { "Uncategorized", 0 });
141144
categoryRankDict.Add("cms", new object[] { "Content Management System (CMS)", 0 });
142145
categoryRankDict.Add("idrac", new object[] { "IDRAC/ILo/Management Interfaces", 0 });
143146
categoryRankDict.Add("nas", new object[] { "Network Attached Storage (NAS)", 0 });
144-
categoryRankDict.Add("construction", new object[] { "Under Construction", 0 });
145147
categoryRankDict.Add("netdev", new object[] { "Network Devices", 0 });
146148
categoryRankDict.Add("voip", new object[] { "Voice/Video over IP (VoIP)", 0 });
147-
categoryRankDict.Add("unauth", new object[] { "401/403 Unauthorized", 0 });
148-
categoryRankDict.Add("notfound", new object[] { "404 Not Found", 0 });
149+
categoryRankDict.Add("None", new object[] { "Uncategorized", 0 });
150+
categoryRankDict.Add("uncat", new object[] { "Uncategorized", 0 });
149151
categoryRankDict.Add("crap", new object[] { "Splash Pages", 0 });
150152
categoryRankDict.Add("printer", new object[] { "Printers", 0 });
153+
categoryRankDict.Add("infrastructure", new object[] { "Infrastructure", 0 });
151154
categoryRankDict.Add("successfulLogin", new object[] { "Successful Logins", 0 });
152155
categoryRankDict.Add("identifiedLogin", new object[] { "Identified Logins", 0 });
153-
categoryRankDict.Add("infrastructure", new object[] { "Infrastructure", 0 });
154156
categoryRankDict.Add("redirector", new object[] { "Redirecting Pages", 0 });
157+
categoryRankDict.Add("construction", new object[] { "Under Construction", 0 });
158+
categoryRankDict.Add("emptyu", new object[] { "No Significant Content", 0 });
159+
categoryRankDict.Add("unauth", new object[] { "401/403 Unauthorized", 0 });
160+
categoryRankDict.Add("notfound", new object[] { "404 Not Found", 0 });
155161
categoryRankDict.Add("badhost", new object[] { "Invalid Hostname", 0 });
156162
categoryRankDict.Add("inerror", new object[] { "Internal Error", 0 });
157163
categoryRankDict.Add("badreq", new object[] { "Bad Request", 0 });
164+
categoryRankDict.Add("badgw", new object[] { "Bad Gateway", 0 });
158165
categoryRankDict.Add("serviceunavailable", new object[] { "Service Unavailable", 0 });
159166

160167

Diff for: Python/categories.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ xmlns:s="http://schemas.xmlsoap.org/soap/envelope/|dataops
611611
www.solarwinds.com/documentation/dpa;action="login.iwc"|devops
612612
<title>E-Business Suite Home Page Redirect</title>|redirector
613613
<title>Elastic</title>|secops
614-
<title>Home - Elastic</title>secops
614+
<title>Home - Elastic</title>|secops
615615
<title>Enterprise-Class Redis for Developers</title>|devops
616616
<title>Error response</title>;501|inerror
617617
<title>HAL Management Console</title>|devops
@@ -653,7 +653,7 @@ ng-app="esxUiApp">;ng-bind="$root.title"|virtualization
653653
<html><head><title>;/</title></head><body><h1>;/</h1><hr>;</a><br></pre><hr></body></html>|dirlist
654654
<title>Alluvio NetIM</title>|netdev
655655
<title>Appliance Management Console</title>;Login to Threat Response|secops
656-
<title>Sign In | Threat Response</title>|secops
656+
<title>Sign In;Threat Response</title>|secops
657657
<title>Login - VMware Appliance Management</title>|virtualization
658658
CA Directory Manager</title>|secops
659659
<title>Citrix App Layering|appops
@@ -699,4 +699,4 @@ UX RIVERBED ORANGE|netdev
699699
<html><head><link rel="stylesheet" href="resource://content-accessible/plaintext.css"></head><body><pre>ok</pre></body></html>|empty
700700
<body><pre>ok</pre></body>|empty
701701
jvm_buffer_pool_used_bytes;jvm_memory_pool_allocated|dataops
702-
</head><body><p>Invalid Request</p></body></html>|invalidreq
702+
</head><body><p>Invalid Request</p></body></html>|invalidreq

0 commit comments

Comments
 (0)