add nimbostratus user agent
This commit is contained in:
parent
545a29a8cf
commit
afb05ab409
|
@ -234,6 +234,7 @@
|
||||||
"mail_ru":"Mail.ru bot",
|
"mail_ru":"Mail.ru bot",
|
||||||
"ccbot":"CCBot",
|
"ccbot":"CCBot",
|
||||||
"zgrab":"Zgrab App Scanner",
|
"zgrab":"Zgrab App Scanner",
|
||||||
|
"cloudsystemnetworks":"Nimbostratus / Cloud System Networks",
|
||||||
"curl":"curl",
|
"curl":"curl",
|
||||||
"python":"Python Bot",
|
"python":"Python Bot",
|
||||||
"go":"Go Bot",
|
"go":"Go Bot",
|
||||||
|
|
|
@ -282,6 +282,7 @@ func main() {
|
||||||
"mail_ru",
|
"mail_ru",
|
||||||
"ccbot",
|
"ccbot",
|
||||||
"zgrab",
|
"zgrab",
|
||||||
|
"cloudsystemnetworks",
|
||||||
"curl",
|
"curl",
|
||||||
"python",
|
"python",
|
||||||
"go",
|
"go",
|
||||||
|
@ -346,6 +347,7 @@ func main() {
|
||||||
"RU_Bot", // Mail.RU_Bot
|
"RU_Bot", // Mail.RU_Bot
|
||||||
"CCBot",
|
"CCBot",
|
||||||
"zgrab",
|
"zgrab",
|
||||||
|
"Nimbostratus",
|
||||||
"curl",
|
"curl",
|
||||||
"python",
|
"python",
|
||||||
"Go",
|
"Go",
|
||||||
|
@ -395,19 +397,20 @@ func main() {
|
||||||
"mattermost": "mattermost",
|
"mattermost": "mattermost",
|
||||||
"ia_archiver": "alexa",
|
"ia_archiver": "alexa",
|
||||||
|
|
||||||
"SemrushBot": "semrush",
|
"SemrushBot": "semrush",
|
||||||
"DotBot": "dotbot",
|
"DotBot": "dotbot",
|
||||||
"AhrefsBot": "ahrefs",
|
"AhrefsBot": "ahrefs",
|
||||||
"proximic": "proximic",
|
"proximic": "proximic",
|
||||||
"MJ12bot": "majestic",
|
"MJ12bot": "majestic",
|
||||||
"BLEXBot": "blexbot",
|
"BLEXBot": "blexbot",
|
||||||
"AspiegelBot": "aspiegel",
|
"AspiegelBot": "aspiegel",
|
||||||
"RU_Bot": "mail_ru", // Mail.RU_Bot
|
"RU_Bot": "mail_ru", // Mail.RU_Bot
|
||||||
"CCBot": "ccbot",
|
"CCBot": "ccbot",
|
||||||
"zgrab": "zgrab",
|
"zgrab": "zgrab",
|
||||||
"curl": "curl",
|
"Nimbostratus": "cloudsystemnetworks",
|
||||||
"python": "python",
|
"curl": "curl",
|
||||||
"Go": "go",
|
"python": "python",
|
||||||
|
"Go": "go",
|
||||||
}
|
}
|
||||||
|
|
||||||
tmplVars.AllAgentMarkIDs = make(map[string]int)
|
tmplVars.AllAgentMarkIDs = make(map[string]int)
|
||||||
|
|
Loading…
Reference in New Issue