From 08db123a513570f86bfe1ca7b841640c0eab35f0 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa Date: Sat, 18 Jun 2022 22:05:34 +0700 Subject: [PATCH] Fix confluence link --- Technologies/Confluence.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Technologies/Confluence.md b/Technologies/Confluence.md index a5f3148..23033c6 100644 --- a/Technologies/Confluence.md +++ b/Technologies/Confluence.md @@ -5,14 +5,13 @@ What would you do if you came across a website that uses Confluence? ## How to Detect ``` -https://example.com/secure/Dashboard.jspa -https://example.com/login.jsp +https://example.com/login.action?os_destination=%2F ``` 1. Find the related CVE by checking Confluence version * How to find the Confluence version -Try to request to `https://example.com/secure/Dashboard.jspa` and then check the source code. You will find this line `` so 8.20.9 is the Confluence version. If you found outdated Confluence version, find the CVEs at [CVEDetails](https://www.cvedetails.com/vulnerability-list/vendor_id-3578/product_id-6258/Atlassian-Confluence.html) +Try to request to `https://example.com/login.action?os_destination=%2F` and then check the source code. You will find this line `` so 8.20.9 is the Confluence version. If you found outdated Confluence version, find the CVEs at [CVEDetails](https://www.cvedetails.com/vulnerability-list/vendor_id-3578/product_id-6258/Atlassian-Confluence.html) Some example CVE: