Skip to content

Commit

Permalink
Merge pull request #596 from Relkci/master
Browse files Browse the repository at this point in the history
update categories for CS build
  • Loading branch information
ChrisTruncer authored Nov 7, 2022
2 parents 9dd4cf0 + 9e3e998 commit 67c544e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
19 changes: 13 additions & 6 deletions CS/EyeWitness/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,26 +135,33 @@ private static void DictMaker()

//Create dictionary of categories
categoryRankDict.Add("highval", new object[] { "High Value Targets", 0 });
categoryRankDict.Add("comms", new object[] { "Communications", 0 });
categoryRankDict.Add("devops", new object[] { "Development Operations", 0 });
categoryRankDict.Add("secops", new object[] { "Security Operations", 0 });
categoryRankDict.Add("appops", new object[] { "Application Operations", 0 });
categoryRankDict.Add("dataops", new object[] { "Data Operations", 0 });
categoryRankDict.Add("dirlist", new object[] { "Directory Listings", 0 });
categoryRankDict.Add("None", new object[] { "Uncategorized", 0 });
categoryRankDict.Add("uncat", new object[] { "Uncategorized", 0 });
categoryRankDict.Add("cms", new object[] { "Content Management System (CMS)", 0 });
categoryRankDict.Add("idrac", new object[] { "IDRAC/ILo/Management Interfaces", 0 });
categoryRankDict.Add("nas", new object[] { "Network Attached Storage (NAS)", 0 });
categoryRankDict.Add("construction", new object[] { "Under Construction", 0 });
categoryRankDict.Add("netdev", new object[] { "Network Devices", 0 });
categoryRankDict.Add("voip", new object[] { "Voice/Video over IP (VoIP)", 0 });
categoryRankDict.Add("unauth", new object[] { "401/403 Unauthorized", 0 });
categoryRankDict.Add("notfound", new object[] { "404 Not Found", 0 });
categoryRankDict.Add("None", new object[] { "Uncategorized", 0 });
categoryRankDict.Add("uncat", new object[] { "Uncategorized", 0 });
categoryRankDict.Add("crap", new object[] { "Splash Pages", 0 });
categoryRankDict.Add("printer", new object[] { "Printers", 0 });
categoryRankDict.Add("infrastructure", new object[] { "Infrastructure", 0 });
categoryRankDict.Add("successfulLogin", new object[] { "Successful Logins", 0 });
categoryRankDict.Add("identifiedLogin", new object[] { "Identified Logins", 0 });
categoryRankDict.Add("infrastructure", new object[] { "Infrastructure", 0 });
categoryRankDict.Add("redirector", new object[] { "Redirecting Pages", 0 });
categoryRankDict.Add("construction", new object[] { "Under Construction", 0 });
categoryRankDict.Add("emptyu", new object[] { "No Significant Content", 0 });
categoryRankDict.Add("unauth", new object[] { "401/403 Unauthorized", 0 });
categoryRankDict.Add("notfound", new object[] { "404 Not Found", 0 });
categoryRankDict.Add("badhost", new object[] { "Invalid Hostname", 0 });
categoryRankDict.Add("inerror", new object[] { "Internal Error", 0 });
categoryRankDict.Add("badreq", new object[] { "Bad Request", 0 });
categoryRankDict.Add("badgw", new object[] { "Bad Gateway", 0 });
categoryRankDict.Add("serviceunavailable", new object[] { "Service Unavailable", 0 });


Expand Down
6 changes: 3 additions & 3 deletions Python/categories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ xmlns:s="http://schemas.xmlsoap.org/soap/envelope/|dataops
www.solarwinds.com/documentation/dpa;action="login.iwc"|devops
<title>E-Business Suite Home Page Redirect</title>|redirector
<title>Elastic</title>|secops
<title>Home - Elastic</title>secops
<title>Home - Elastic</title>|secops
<title>Enterprise-Class Redis for Developers</title>|devops
<title>Error response</title>;501|inerror
<title>HAL Management Console</title>|devops
Expand Down Expand Up @@ -653,7 +653,7 @@ ng-app="esxUiApp">;ng-bind="$root.title"|virtualization
<html><head><title>;/</title></head><body><h1>;/</h1><hr>;</a><br></pre><hr></body></html>|dirlist
<title>Alluvio NetIM</title>|netdev
<title>Appliance Management Console</title>;Login to Threat Response|secops
<title>Sign In | Threat Response</title>|secops
<title>Sign In;Threat Response</title>|secops
<title>Login - VMware Appliance Management</title>|virtualization
CA Directory Manager</title>|secops
<title>Citrix App Layering|appops
Expand Down Expand Up @@ -699,4 +699,4 @@ UX RIVERBED ORANGE|netdev
<html><head><link rel="stylesheet" href="resource://content-accessible/plaintext.css"></head><body><pre>ok</pre></body></html>|empty
<body><pre>ok</pre></body>|empty
jvm_buffer_pool_used_bytes;jvm_memory_pool_allocated|dataops
</head><body><p>Invalid Request</p></body></html>|invalidreq
</head><body><p>Invalid Request</p></body></html>|invalidreq

0 comments on commit 67c544e

Please sign in to comment.