diff --git a/langs/english.json b/langs/english.json index 0baceb49..a906f6a2 100644 --- a/langs/english.json +++ b/langs/english.json @@ -234,6 +234,7 @@ "mail_ru":"Mail.ru bot", "ccbot":"CCBot", "zgrab":"Zgrab App Scanner", + "cloudsystemnetworks":"Nimbostratus / Cloud System Networks", "curl":"curl", "python":"Python Bot", "go":"Go Bot", diff --git a/router_gen/main.go b/router_gen/main.go index 2f9a6cce..8772bae9 100644 --- a/router_gen/main.go +++ b/router_gen/main.go @@ -282,6 +282,7 @@ func main() { "mail_ru", "ccbot", "zgrab", + "cloudsystemnetworks", "curl", "python", "go", @@ -346,6 +347,7 @@ func main() { "RU_Bot", // Mail.RU_Bot "CCBot", "zgrab", + "Nimbostratus", "curl", "python", "Go", @@ -395,19 +397,20 @@ func main() { "mattermost": "mattermost", "ia_archiver": "alexa", - "SemrushBot": "semrush", - "DotBot": "dotbot", - "AhrefsBot": "ahrefs", - "proximic": "proximic", - "MJ12bot": "majestic", - "BLEXBot": "blexbot", - "AspiegelBot": "aspiegel", - "RU_Bot": "mail_ru", // Mail.RU_Bot - "CCBot": "ccbot", - "zgrab": "zgrab", - "curl": "curl", - "python": "python", - "Go": "go", + "SemrushBot": "semrush", + "DotBot": "dotbot", + "AhrefsBot": "ahrefs", + "proximic": "proximic", + "MJ12bot": "majestic", + "BLEXBot": "blexbot", + "AspiegelBot": "aspiegel", + "RU_Bot": "mail_ru", // Mail.RU_Bot + "CCBot": "ccbot", + "zgrab": "zgrab", + "Nimbostratus": "cloudsystemnetworks", + "curl": "curl", + "python": "python", + "Go": "go", } tmplVars.AllAgentMarkIDs = make(map[string]int)