mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "ArGoSoft-Mail-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.5",
|
|
"description": "ArGoSoft-Mail-Server web interface",
|
|
"website": "http://www.argosoft.com/",
|
|
"matches": [
|
|
{
|
|
"ghdb": "intitle:\"adding new user\" \"ArGoSoft Mail Server\" inurl:addnewuser",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"os": "Windows NT/2000",
|
|
"regexp": "(?-mix:ArGoSoft Mail Server Pro for WinNT\\/2000, Version [\\d\\.]+ \\(([\\d\\.]+)\\)<\\/p>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"os": "Windows NT/2000/XP",
|
|
"regexp": "(?-mix:ArGoSoft Mail Server Pro for WinNT\\/2000\\/XP, Version [\\d\\.]+ \\(([\\d\\.]+)\\)<\\/p>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"os": "Windows NT/2000",
|
|
"regexp": "(?-mix:ArGoSoft Mail Server Pro for WinNT\\/2000, Version [\\d\\.]+ \\(([\\d\\.]+)\\))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"os": "Windows NT/2000/XP",
|
|
"regexp": "(?-mix:ArGoSoft Mail Server Pro for WinNT\\/2000\\/XP, Version [\\d\\.]+ \\(([\\d\\.]+)\\))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|