Skip to content

Commit

Permalink
Update finger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0c0c0f authored Mar 29, 2017
1 parent cc9782b commit 18ed8b8
Showing 1 changed file with 58 additions and 32 deletions.
90 changes: 58 additions & 32 deletions info/finger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[
{
"name": "gitlab",
"header": {},
"body": "GitLab Community Edition|navbar-gitlab|gon.default_issues_tracker|gon.api_version"
},
{
Expand All @@ -28,23 +27,28 @@
},
{
"name": "resin",
"header": {}
},
{
"name": "reviewBoard",
"header": {
"set-cookie": "Resin"
}
"header":
[
{
"set-cookie": "Resin"
}
]
},
{
"name": "phpmyadmin",
"body": "phpmyadmin.css.php|alt=\"phpMyAdmin\""
},
{
"name": "zabbix",
"header": {
"set-cookie": "zbx_sessionid"
}
"header":
[
{
"set-cookie": "zbx_sessionid"
}
]
},
{
"name": "visualsvn",
Expand All @@ -56,60 +60,82 @@
},
{
"name": "jenkins",
"header": {
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship"
}
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship",
"header": [

]
}
],
"language":
[
{
"name": "jsp",
"header": {
"set-cookie": "JSESSIONID|JServSessionId"
}
"header":
[
{
"set-cookie": "JSESSIONID|JServSessionId"
}
]
},
{
"name": "asp",
"header": {
"set-cookie": "ASPSESSIONID"
}
"header":
[
{
"set-cookie": "ASPSESSIONID"
}
]
},
{
"name": "aspx",
"header": {
"set-cookie": "ASP.NET_SessionId"
}
"header":
[
{
"set-cookie": "ASP.NET_SessionId"
}
]
},
{
"name": "php",
"header": {
"set-cookie": "PHPSESSION|PHPSESSID|.php"
}
"header":
[
{
"set-cookie": "PHPSESSION|PHPSESSID|.php"
}
]
},
{
"name": "python",
"header": {
"set-cookie": "pysid"
}
"header":
[
{
"set-cookie": "pysid"
}
]
}
],
"framework":
[
{
"name": "struts2",
"header": {
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship"
}
"header":
[
{
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship"
}
]
}
],
"webserver":
[
{
"name": "apache",
"header": {
"set-cookie": "Apache"
}
"header":
[
{
"set-cookie": "Apache"
}
]
},
{
"name": "WebSphere",
Expand Down

0 comments on commit 18ed8b8

Please sign in to comment.