blueclosure / BCDetect

5 stars 0 forks source link

'New version available' when already using latest (1.2.1) #41

Closed 0xdevalias closed 6 years ago

0xdevalias commented 6 years ago

After installing and setting up 1.2.1, a splash screen is shown saying that a new version (1.2.1) has been released.

image

Request:

GET /api/v0/checkupdate/bcdetect/REDACTED= HTTP/1.1
Host: members.blueclosure.com:443
Connection: close

Response:

HTTP/1.1 200 OK
Date: Mon, 05 Feb 2018 02:50:40 GMT
Server: Apache/2.4.7 (Ubuntu)
X-Powered-By: mindedsecurity.com
Cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=31536000; includeSubdomains
Set-Cookie: PHPSESSID=117jets10hf51e41d8mkjlm315; expires=Mon, 05-Feb-2018 03:20:40 GMT; Max-Age=1800; path=/; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Content-Length: 36
Connection: close
Content-Type: application/json; charset=utf-8

{"uptodate":false,"version":"1.2.1"}

Decoded 'REDACTED' Base64:

{"version":"1.1.2","uuid":"REDACTED"}
wisec commented 6 years ago

According to the screenshot you were using version 1.1.2 and not 1.2.1

0xdevalias commented 6 years ago

It seems you are correct.. I swear I double checked that. My bad.