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 f3f2700 commit cc9782b
Showing 1 changed file with 117 additions and 109 deletions.
226 changes: 117 additions & 109 deletions info/finger.json
Original file line number Diff line number Diff line change
@@ -1,111 +1,119 @@
{
"lan": [
{
"gitlab": {
"header": {},
"body": "GitLab Community Edition|navbar-gitlab|gon.default_issues_tracker|gon.api_version"
},
"hadoop": {
"body": "hadoop-st.png|dr.who|About Apache Hadoop"
},
"confluence": {
"body": "Atlassian Confluence|confluence-context-path"
},
"solr": {
"body": "Apache SOLR"
},
"spark": {
"body": "Spark Master|spark://"
},
"splunk": {
"body": "Splunk.util.normalizeBoolean"
},
"resin": {
"header": {}
},
"reviewBoard": {
"header": {
"set-cookie": "Resin"
}
},
"phpmyadmin": {
"body": "phpmyadmin.css.php|alt=\"phpMyAdmin\""
},
"zabbix": {
"header": {
"set-cookie": "zbx_sessionid"
},
"body": "phpmyadmin.css.php|alt=\"phpMyAdmin\""
},
"visualsvn": {
"body": "VisualSVN Server"
},
"vmware": {
"body": "ID_EESX_Welcome|ID_ESX_VCServerDesc|ID_ESX_VIClientDesc|VMware ESXi provides a highly"
},
"jenkins": {
"header": {
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship"
}
}
}
],
"language": [
{
"jsp": {
"header": {
"set-cookie": "JSESSIONID|JServSessionId"
}
}
},
{
"asp": {
"header": {
"set-cookie": "ASPSESSIONID"
}
}
},
{
"aspx": {
"header": {
"set-cookie": "ASP.NET_SessionId"
}
}
},
{
"php": {
"header": {
"set-cookie": "PHPSESSION|PHPSESSID|.php"
}
}
},
{
"python": {
"header": {
"set-cookie": "pysid"
}
}
}
],
"framework": [
{
"struts2": {
"header": {
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship"
}
}
}
],
"webserver": [
{
"apache": {
"header": {
"set-cookie": "Apache"
}
},
"WebSphere": {
"body": "Ltpatoken|Ltpatoken2|LtpatokenExpiry|LtpatokenUsername|DomAuthSessID"
}
}
]
"lan":
[
{
"name": "gitlab",
"header": {},
"body": "GitLab Community Edition|navbar-gitlab|gon.default_issues_tracker|gon.api_version"
},
{
"name": "hadoop",
"body": "hadoop-st.png|dr.who|About Apache Hadoop"
},
{
"name": "confluence",
"body": "Atlassian Confluence|confluence-context-path"
},
{
"name": "solr",
"body": "Apache SOLR"
},
{
"name": "spark",
"body": "Spark Master|spark://"
},
{
"name": "splunk",
"body": "Splunk.util.normalizeBoolean"
},
{
"name": "resin",
"header": {}
},
{
"name": "reviewBoard",
"header": {
"set-cookie": "Resin"
}
},
{
"name": "phpmyadmin",
"body": "phpmyadmin.css.php|alt=\"phpMyAdmin\""
},
{
"name": "zabbix",
"header": {
"set-cookie": "zbx_sessionid"
}
},
{
"name": "visualsvn",
"body": "VisualSVN Server"
},
{
"name": "vmware",
"body": "ID_EESX_Welcome|ID_ESX_VCServerDesc|ID_ESX_VIClientDesc|VMware ESXi provides a highly"
},
{
"name": "jenkins",
"header": {
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship"
}
}
],
"language":
[
{
"name": "jsp",
"header": {
"set-cookie": "JSESSIONID|JServSessionId"
}
},
{
"name": "asp",
"header": {
"set-cookie": "ASPSESSIONID"
}
},
{
"name": "aspx",
"header": {
"set-cookie": "ASP.NET_SessionId"
}
},
{
"name": "php",
"header": {
"set-cookie": "PHPSESSION|PHPSESSID|.php"
}
},
{
"name": "python",
"header": {
"set-cookie": "pysid"
}
}
],
"framework":
[
{
"name": "struts2",
"header": {
"body": "Jenkins|asynchPeople|Jenkins ver|projectRelationship"
}
}
],
"webserver":
[
{
"name": "apache",
"header": {
"set-cookie": "Apache"
}
},
{
"name": "WebSphere",
"body": "Ltpatoken|Ltpatoken2|LtpatokenExpiry|LtpatokenUsername|DomAuthSessID"
}
]
}

0 comments on commit cc9782b

Please sign in to comment.