Skip to content

Commit f3ec763

Browse files
Merge pull request #211 from kingthorin/add-cookies
Add content adapted from SQLMap
2 parents 3ddbc26 + 9ea4442 commit f3ec763

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

src/images/icons/websphere.svg

Lines changed: 20 additions & 0 deletions
Loading

src/technologies/a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@
22192219
18
22202220
],
22212221
"cookies": {
2222-
"CFGLOBALS": ""
2222+
"CFID|CFTOKEN|CFMAGIC|CFGLOBALS": ""
22232223
},
22242224
"cpe": "cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*",
22252225
"description": "Adobe ColdFusion is a server-side scripting platform for building web applications and APIs, using a language called CFML (ColdFusion Markup Language).",

src/technologies/d.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,6 +3257,9 @@
32573257
],
32583258
"cpe": "cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:*",
32593259
"description": "Drupal is a free and open-source web content management framework.",
3260+
"cookies": {
3261+
"SESS[a-f0-9]{32}": ""
3262+
},
32603263
"dom": [
32613264
"link[href*='/sites/default/themes/'], link[href*='/sites/all/themes/'], link[href*='/sites/default/modules/'], link[href*='/sites/all/modules/'], style[href*='/sites/default/themes/'], style[href*='/sites/all/themes/'], style[href*='/sites/default/modules/'], style[href*='/sites/all/modules/']"
32623265
],

src/technologies/e.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3381,6 +3381,9 @@
33813381
],
33823382
"cpe": "cpe:2.3:a:expressjs:express:*:*:*:*:*:*:*:*",
33833383
"description": "Express is a web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs.",
3384+
"cookies": {
3385+
"connect\\.sid": ""
3386+
},
33843387
"headers": {
33853388
"X-Powered-By": "^Express(?:$|,)"
33863389
},

src/technologies/j.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,9 @@
883883
],
884884
"cpe": "cpe:2.3:a:joomla:joomla\\!:*:*:*:*:*:*:*:*",
885885
"description": "Joomla is a free and open-source content management system for publishing web content.",
886+
"cookies": {
887+
"joomla_[a-z0-9]+": ""
888+
},
886889
"dom": [
887890
"div[id*='wrapper_r'], link[href*='feed/com_'], link[href*='components/com_'], table[class*='pill']"
888891
],

src/technologies/m.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,6 +2525,9 @@
25252525
"dom": [
25262526
"body[class*='mediawiki']"
25272527
],
2528+
"cookies": {
2529+
"wiki\\d+_session": ""
2530+
},
25282531
"html": [
25292532
"<body[^>]+class=\"mediawiki\"",
25302533
"<(?:a|img)[^>]+>Powered by MediaWiki</a>",
@@ -3408,8 +3411,9 @@
34083411
18
34093412
],
34103413
"cookies": {
3411-
"ASP.NET_SessionId": "",
3412-
"ASPSESSION": ""
3414+
"ASP\\.NET_SessionId": "",
3415+
"ASPSESSION": "",
3416+
"\\.ASPXAUTH": ""
34133417
},
34143418
"cpe": "cpe:2.3:a:microsoft:asp.net:*:*:*:*:*:*:*:*",
34153419
"description": "ASP.NET is an open-source, server-side web-application framework designed for web development to produce dynamic web pages.",

src/technologies/s.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@
738738
18
739739
],
740740
"cookies": {
741-
"sails.sid": ""
741+
"sails\\.sid": ""
742742
},
743743
"headers": {
744744
"X-Powered-By": "^Sails(?:$|[^a-z0-9])"

src/technologies/w.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,17 @@
21732173
],
21742174
"website": "https://webriti.com/busiprof-premium-wordpress-theme-1"
21752175
},
2176+
"WebSphere": {
2177+
"cats": [
2178+
22
2179+
],
2180+
"icon": "websphere.svg",
2181+
"cpe":"cpe:2.3:a:ibm:websphere_application_server:-:*:*:*:*:*:*:*",
2182+
"cookies": {
2183+
"(?i)ltpatoken": ""
2184+
},
2185+
"website": "https://www.ibm.com/products/websphere-application-server"
2186+
},
21762187
"WebsPlanet": {
21772188
"cats": [
21782189
1

0 commit comments

Comments
 (0)