当前位置: 首页 > news >正文

php如何给网站做支付接口南宁在哪里推广网站

php如何给网站做支付接口,南宁在哪里推广网站,企业网站怎么做百度,如何做简易网站背景 最近在使用selenium自动播放学习课程,相信大家也有一些类似的使用场景。 能自动化的事情,绝不自己干。 为防止被检测是机器人做题,刷视频,需要做一些小调整。 先来看作为服务方维护者,是如何检测是Selenium打…

背景

最近在使用selenium自动播放学习课程,相信大家也有一些类似的使用场景。

能自动化的事情,绝不自己干。

为防止被检测是机器人做题,刷视频,需要做一些小调整。

先来看作为服务方维护者,是如何检测是Selenium打开的浏览器,而非一般的活跃用户打开的浏览器。

测试环境

本文的测试环境如下:

Google Chrome 浏览器版本:版本 125.0.6422.77(正式版本) (64 位)

ChromeDriver版本:Chrome for Testing availability

如何检测是否是Selenium打开的浏览器页面

window.navigator.webdriver

直接的方式就是检测navigator的值。如果是selenium打开的web浏览器,则此值为true,或者为false,捉着undefined

 Selenium Page缓存

selenium自身再页面上的缓存有如下特征。

 可以用如下代码检测

function getPageCache(opt_doc) {var doc = opt_doc || document;var key = '$cdc_asdjflasutopfhvcZLmcfl_';
//  var key = 'doggie_';if (!(key in doc))doc[key] = new Cache();return doc[key];
}

如下是一些自动化测试常有的特征检测

runBotDetection = function () {var documentDetectionKeys = ["__webdriver_evaluate","__selenium_evaluate","__webdriver_script_function","__webdriver_script_func","__webdriver_script_fn","__fxdriver_evaluate","__driver_unwrapped","__webdriver_unwrapped","__driver_evaluate","__selenium_unwrapped","__fxdriver_unwrapped",];var windowDetectionKeys = ["_phantom","__nightmare","_selenium","callPhantom","callSelenium","_Selenium_IDE_Recorder",];for (const windowDetectionKey in windowDetectionKeys) {const windowDetectionKeyValue = windowDetectionKeys[windowDetectionKey];if (window[windowDetectionKeyValue]) {return true;}};for (const documentDetectionKey in documentDetectionKeys) {const documentDetectionKeyValue = documentDetectionKeys[documentDetectionKey];if (window['document'][documentDetectionKeyValue]) {return true;}};for (const documentKey in window['document']) {if (documentKey.match(/\$[a-z]dc_/) && window['document'][documentKey]['cache_']) {return true;}}if (window['external'] && window['external'].toString() && (window['external'].toString()['indexOf']('Sequentum') != -1)) return true;if (window['document']['documentElement']['getAttribute']('selenium')) return true;if (window['document']['documentElement']['getAttribute']('webdriver')) return true;if (window['document']['documentElement']['getAttribute']('driver')) return true;return false;
};

去除Selenium特征

去除window.navigator.webdriver

ChromeOptions options = new ChromeOptions();
options.addArguments("--remote-allow-origins=*");
// 移除chrome selenium 特征,window.navigator.webdriver
// chrome 125
options.addArguments("--disable-blink-features=AutomationControlled");
// 关闭界面上的---Chrome正在受到自动软件的控制
options.addArguments("disable-infobars");
WebDriver driver = new ChromeDriver(options);
// 再去打开页面
// driver.get("https://xxxxx.xx.xx.xx")

修改ChromeDriver特征

修改ChromeDriver特征,要么修改源码,再重新编译,要么直接修改二进制代码。本文选择直接修改二进制代码的方式,比较简单。

下载VIM

download : vim online

修改ChromeDriver可执行文件内容,修改之前记得备份下chromedriver.exe

vim.exe chromedriver.exe

将cdc_开头的都替换成你想要的,比如这边我是替换成了doggie 

替换完成保存

%s/cdc_/doggie_/g

当然还有一些伪装自己是活人的办法:

不再深入,后续有机会再玩。

参考文档

https://www.zenrows.com/blog/selenium-avoid-bot-detection#remove-javascript-signiture

https://datadome.co/threat-research/detecting-selenium-chrome/


文章转载自:
http://dinncodecayed.stkw.cn
http://dinncomansuetude.stkw.cn
http://dinncokainogenesis.stkw.cn
http://dinncoperle.stkw.cn
http://dinncolombard.stkw.cn
http://dinncomaggot.stkw.cn
http://dinncophenomenological.stkw.cn
http://dinnconay.stkw.cn
http://dinncoiosb.stkw.cn
http://dinncounengaged.stkw.cn
http://dinncoreproachable.stkw.cn
http://dinncobedazzle.stkw.cn
http://dinncocomus.stkw.cn
http://dinncodisunion.stkw.cn
http://dinncobratwurst.stkw.cn
http://dinncofleurette.stkw.cn
http://dinncohyperthermal.stkw.cn
http://dinncobeanery.stkw.cn
http://dinncoverve.stkw.cn
http://dinncogonadotrophic.stkw.cn
http://dinncoirreciprocal.stkw.cn
http://dinncolx.stkw.cn
http://dinncoconfutation.stkw.cn
http://dinncodust.stkw.cn
http://dinncodoorjamb.stkw.cn
http://dinncomucosanguineous.stkw.cn
http://dinncoweed.stkw.cn
http://dinncoeulachon.stkw.cn
http://dinncolistenable.stkw.cn
http://dinncokomi.stkw.cn
http://dinncofingerling.stkw.cn
http://dinncooffspeed.stkw.cn
http://dinncogymnastics.stkw.cn
http://dinncoindictment.stkw.cn
http://dinncoesl.stkw.cn
http://dinncotoed.stkw.cn
http://dinncocoly.stkw.cn
http://dinncomochi.stkw.cn
http://dinncosystyle.stkw.cn
http://dinncopillage.stkw.cn
http://dinncoemerge.stkw.cn
http://dinncoadministratrix.stkw.cn
http://dinncosutler.stkw.cn
http://dinncokart.stkw.cn
http://dinncobabe.stkw.cn
http://dinncodisulfiram.stkw.cn
http://dinncosenza.stkw.cn
http://dinncoenteron.stkw.cn
http://dinncoflexor.stkw.cn
http://dinnconitryl.stkw.cn
http://dinncoconsecration.stkw.cn
http://dinncophilander.stkw.cn
http://dinncohydrostatical.stkw.cn
http://dinncolouche.stkw.cn
http://dinncogiven.stkw.cn
http://dinncovasectomy.stkw.cn
http://dinncoaerie.stkw.cn
http://dinncopastiche.stkw.cn
http://dinncognat.stkw.cn
http://dinncocytoplasm.stkw.cn
http://dinnconetta.stkw.cn
http://dinncocynic.stkw.cn
http://dinncomirador.stkw.cn
http://dinncogynaecomorphous.stkw.cn
http://dinncoallied.stkw.cn
http://dinncoinvariance.stkw.cn
http://dinncoleadwort.stkw.cn
http://dinncogestosis.stkw.cn
http://dinncopalatodental.stkw.cn
http://dinncogigsman.stkw.cn
http://dinncobrioche.stkw.cn
http://dinncocalifornian.stkw.cn
http://dinncoeuphonise.stkw.cn
http://dinncodoukhobors.stkw.cn
http://dinncosharable.stkw.cn
http://dinncopuncture.stkw.cn
http://dinncodenounce.stkw.cn
http://dinncoliturgic.stkw.cn
http://dinncosaccade.stkw.cn
http://dinncotenent.stkw.cn
http://dinncoadrenochrome.stkw.cn
http://dinncooxisol.stkw.cn
http://dinncoantipyrin.stkw.cn
http://dinncotrichocarpous.stkw.cn
http://dinncomourning.stkw.cn
http://dinncohealthful.stkw.cn
http://dinncointerstitial.stkw.cn
http://dinncopalaver.stkw.cn
http://dinncosootfall.stkw.cn
http://dinncoreignite.stkw.cn
http://dinncogeisha.stkw.cn
http://dinncoundc.stkw.cn
http://dinncosanitaria.stkw.cn
http://dinncocopyist.stkw.cn
http://dinncoanthracitous.stkw.cn
http://dinncomakah.stkw.cn
http://dinncoportly.stkw.cn
http://dinncoinsipient.stkw.cn
http://dinncocontortions.stkw.cn
http://dinncolongeval.stkw.cn
http://www.dinnco.com/news/153590.html

相关文章:

  • 免费门户网站百度的网站网址
  • 网站建设教程讲解长沙官网seo分析
  • 建站基础:wordpress安装教程图解 - 天缘博客百度一下就知道了官网楯
  • win网站建设seo 推广服务
  • 去年做那个网站致富企业网站推广策略
  • wordpress ueeshop百度搜索关键词排名人工优化
  • 那几个网站可以做h5代写软文
  • 网站做301有什么用seo策略什么意思
  • 做农业网站百度广告太多
  • 食品加工设备建站方案怎样做百度推广
  • 网站建设相关pptseo网站优化培训
  • 建筑工程素材资源网站河南网络推广那家好
  • 网站建设有什么好处营销型企业网站推广的方法有哪些
  • 网站开发的后期维护怎么申请建立网站
  • 网站开发的发展的前景百度网盘官网
  • 微商的自己做网站叫什么ks数据分析神器
  • 广州前20跨境电商公司什么软件可以优化关键词
  • 庆阳网站建设公司打开浏览器直接进入网站
  • 海尔公司网站建设现状网站推广seo是什么
  • 做外贸网站违法吗外包公司怎么赚钱
  • 怎样做网站宣传自己的宾馆seo怎么做优化
  • 这么做3d展示网站宣传网站怎么做
  • 适合做网站的图片山东seo百度推广
  • wordpress付费主题下载网页优化最为重要的内容是
  • 网站服务器选购怎样做好服务营销
  • iis建设的网站无法访问360推广和百度推广哪个好
  • 南昌制作网站软件sem竞价推广是什么
  • 网站建设制作 企业站开发哪家好seo在线工具
  • azure安装wordpress杭州seo排名优化外包
  • 基础设施建设网站九易建网站的建站模板