From 2c90e40f83deace38666d56d364f2538c7e5e319 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:12:04 +0000 Subject: [PATCH] Improve a bit RoR detection (#2512) RoR [usually](https://www.google.com/search?hl=en&q=_session_id%20cookie) sets a _session_id cookie --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index 5a0c1bae4..d2c14335f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8387,6 +8387,9 @@ "meta": { "csrf-param": "^authenticity_token$\\;confidence:50" }, + "cookies": { + "_session_id": "\\;confidence:75" + }, "script": "/assets/application-[a-z\\d]{32}/\\.js\\;confidence:50", "website": "https://rubyonrails.org" },