Until version 7 *really* is stable, can you continue to add the new functionnalities to version 5 ? Like the touch function ? Well if the chrome engine is also more stable that is. I feel like I am stuck with version 5 and firefox and I am missing out on the new stuff because of all the bugs... :(
Are you talking about sFTP which is FTP tunneled through SSH of FTPs which is FTP using SSL ? I think you mean FTPs
Did you try already with zenno or are you just wondering ?
There is also the option of using c#
https://help.zennolab.com/en/v5/zennoposter/5.10.7.0/topic488.html#
Here is a simple example of the issue on the zennolab website. With the firefox engine, the script does not find the word "google" and with the chrome engine the script finds it (from the google analytics tag).
This difference of behavior creates lots of issues with previous scripts
Same bug as in previous version of zenno, this is a big issue
For those interested here a c# code to check the user agent with forbidden strings (adjust according to your needs):
var userAgent = project.Profile.UserAgent.ToString();
string[] keywords = { "YaBrowser", "Windows", "Vivaldi"...
Hello @VladZen, I just tried the new version of zenno 5.42.0.0 and the GPU still don't always match the phone model, for instance Redmi 6A is reported with Vivante GC7000UL instead of powervr ge8300
thank you, lukily I have to save the same url many times (with different info inside), so for now I manually saved the differents files and edited the path inside the html before saving as a file
I was suggesting to manually start new thread, otherwise looking at the pauses, why don't you add a little bit of padding in between, like:
0-3 minutes
4-6 minutes
7-9 minutes
10-12 minutes
Finally, I think that even without knowing c# you should be able to do something using a centralized...
ok then, since you said that you have to do all the job manually, why don't you manually add 1 try in zennoposter at the right time ? Like in the middle of a job so it is ready by the time you complete it...
Here is a simple algorithm with 2 threads, but you can do it with more...
You can use a text file, run your script with a maximum of 2 threads, each time the thread checks the file and the number of running threads (number of "tries"), if the file is empty for today then it means it is the very...
@VladZen In December of last year, you said that it was in testing stage, any chance of releasing a beta so we could all test it and accelerate the whole process ?
A lot of us really need this in 2020, mobile is so important
Thanks
Thank you for your help, I will try it
Here is your answer if anybody else needs it:
https://zennolab.com/discussion/threads/fonts-not-changing-after-loading-profile.72458/post-517591
I activate the option to show the window and I can see that it is not set to the right dimensions, sometimes it is in landscape mode when the dimensions show that the height is actually larger than the width
I did not set those values, I input those arguments: --enable-viewport --enable-touchview --touch-events --show-taps --pull-to-refresh
set dedicated process and OS (Android and iOs) and platform: phone
that's it
please see the dimensions displayed during the executions I tried:
I believe...
Thank you @Swiss Montreux, here are 2 old russian posts that are still very interesting and worth reading (google translate...) about fingerprinting if you are interested:
https://zennolab.com/discussion/threads/anonimnost-v-kazhdyj-zennoposter-ot-useragenta-do-shriftov-chast-1.37703/...
Hidding fonts in c# with instance.HideFont works well with Firefox but not with Chrome.
See details here: https://zennolab.com/discussion/threads/fonts-not-changing-after-loading-profile.72458/#post-517039
Thank you morpheus93 for testing and confirming this bug. Actually the code posted here is yours but very similar to mine.
I am going to report this in the bug section.
I am disappointed with this version of zenno with chrome. I just paid the update to be able to have chrome and so far I found...
It would be great to be able to choose the percentage of device brands (mobile) in the profile generator. For instance I know that the website targeted mostly has users with samsung or iphone and a little bit of htc / huawei and xiaomi. This would allow to blend in better by having better...
Thank you for your reply, but we should have the option to choose then because there are parts of the world where nobody uses yandex and it stands out right away...
Thank you @lokiys for your suggestion. I Know how to I use regex personnaly (I did mention "negative lookahead" in the title ;-))
But I thought that it could be a nice addition for people that do not know well how to use regex. Afterall the point of zenno is also to be easy to use for non...
Hello, Would it be possible to fully translate the english forum ? Lots of things are in russian (buttons...) I am constantly translating elements to know where to click...
Thanks !
I also found this one:
Mozilla/5.0 (Linux; Android 8.0.0; SM-A720F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 YaApp_Android/10.10 YaSearchBrowser/10.10
The Yandex search app is not used much in Western Europe or US where I use the script
I am pretty sure, anyways I created a simple c# script to check like so:
var userAgent = project.Profile.UserAgent.ToString();
string[] keywords = { "YaBrowser", "Windows", "Vivaldi", "Firefox", "Macintosh" };
foreach (string x in keywords)
{
if (userAgent.IndexOf(x...
I am replacing firefox by chrome in some old templates and the search existence of text is not working properly.
For example, I am checking the localization on google. When I first go on google with proxy
Then I do a search with US proxy and it shows this:
But when the template checks for...
It would be great to have a versioning mechanism included in zenno so we can easily track the changes and roll back to a previous version of a template.