ZennoPoster is using a FireFox BuildID from 2013...MAJOR footprint

lukas76

Client
Регистрация
14.04.2012
Сообщения
48
Благодарностей
10
Баллы
8
I'm using ZennoPoster and opened this website in projectmaker: http://browserspy.dk/showprop.php

There is a hardcoded BuildID that Firefox has for ALL versions of FireFox. This build ID is like extremely old think 2013.
That buildID is: 20130215130331

I opened the same webpage in a real copy of FireFox and got this BuildID: 20150630154324

Now I know you "can" edit the buildID by overriding it in Xulrunner.js if you know where to look and I did this and tested it again on the above website and got the same BuildID as before editing Xulrunner.js 20130215130331.

You too can test this yourself if you wish, this is a MAJOR footprint that needs fixed asap.

Any website could have blocked us instantly just using this footprint alone.
 

GrandT

Client
Регистрация
23.07.2014
Сообщения
160
Благодарностей
64
Баллы
28
Just paste these two lines to C# code action

instance.SetHeader(ZennoLab.InterfacesLibrary.Enums.Browser.NavigatorField.UserAgent,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0");
instance.SetHeader(ZennoLab.InterfacesLibrary.Enums.Browser.NavigatorField.BuildId,"20150513174244");
 

lukas76

Client
Регистрация
14.04.2012
Сообщения
48
Благодарностей
10
Баллы
8
Just paste these two lines to C# code action

instance.SetHeader(ZennoLab.InterfacesLibrary.Enums.Browser.NavigatorField.UserAgent,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0");
instance.SetHeader(ZennoLab.InterfacesLibrary.Enums.Browser.NavigatorField.BuildId,"20150513174244");

Just tested these, thank you! Works flawlessly... Why isn't stuff like this more common knowledge?
 

GrandT

Client
Регистрация
23.07.2014
Сообщения
160
Благодарностей
64
Баллы
28

bill

Client
Регистрация
05.07.2014
Сообщения
355
Благодарностей
9
Баллы
18
how do you find the buildid for the useragent you use???
 

GrandT

Client
Регистрация
23.07.2014
Сообщения
160
Благодарностей
64
Баллы
28
  • Спасибо
Реакции: TeslaSoldier и bill

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)