- Регистрация
- 22.01.2019
- Сообщения
- 1 501
- Благодарностей
- 3 748
- Баллы
- 113
Super human emulation mode implementation
New mode for emulating user activity called «SuperEmulation» has been implemented into ZennoPoster.
It allows to bypass anti-bot detectors based on neural networks, such as Akamai Bot Detector.
This mode can be enabled in project settings:
For those who works with C#, we added new argument "SuperEmulation" to our API:
C#:
instance.EmulationLevel = "SuperEmulation";
Added:
+ Implemented super human emulation mode. It allows to bypass bot-detectors based on neuro-networks, for example Akamai Bot Detector.
+ Improved work with popups in Chrome engine.
+ Enhanced integration with CapMonster.Cloud.
+ Enhancements in Diagnostic utility for fixing problems.
Fixed:
• Bug not opening context menu when working with iframes in Chrome has been fixed.
• Proxy autosearch has been corrected.
• "Follow the coursor" mode has been fixed.
• Issue with incorrect element displaying on some websites when changing size in Firefox has been solved.
• Bug with incorrect character encoding (&) in BotUI has been fixed.
• BotUI static block copying bug has been fixed.
• Execution log dysplaying has been corrected in Scheduler.
• "Debug thread error" with followed closing ProjectMaker has been fixed.
• Bug escaping "?" character when adding URL into black list has been fixed.
• Problem parsing complicated JSON objects has been fixed.
• GetTraffic method operation in Chrome engine has been fixed.
• Issue uploading images in Chrome engines and instagram has been solved (mouse emulation should be used).
• Few fixes in UI.
Последнее редактирование модератором: