add nimbostratus user agent

This commit is contained in:
Azareal 2020-04-04 13:10:18 +10:00
parent 545a29a8cf
commit afb05ab409
2 changed files with 17 additions and 13 deletions

View File

@ -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",

View File

@ -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)