akamai环境监测点_Math

akamai环境监测点_lua_02

typeof window["Symbol"]    ---   'function'

window["Symbol"].toStringTag --- Symbol(Symbol.toStringTag)

navigator.onLine --- true
window.HTMLElement
window["Object"]["prototype"]["toString"].call(window["window"]["HTMLElement"])
window.RTCPeerConnection
navigator['vibrate']
navigator['getBattery']
navigator.userAgent
"FileReader" in window
document.currentScript
navigator.maxTouchPoints
window.screen.availWidth
window.screen.availHeight
window.screen.width
window.screen.height
window.innerHeight
"outerWidth" in window
window.outerWidth
window.navigator.webdriver = false
window["document"]['location']["protocol"]
navigator.permissions
window.speechSynthesis
window["speechSynthesis"]['getVoices']
window["speechSynthesis"]["onvoiceschanged"] = null

window["Document"]["prototype"]["hasOwnProperty"]("hasPrivateToken")
window.PushManager
window.Notification
window["navigator"]["productSub"]
window["navigator"]["language"]
window["navigator"]["product"]
window["navigator"]["plugins"]["length"]
window["DeviceMotionEvent"] 
window.TouchEvent
window["chrome"]
window["Function"]["prototype"].bind 
window["PointerEvent"]
window["innerWidth"] 
window["outerWidth"]
window["XPathResult"]

window["document"]["documentElement"]["getAttribute"]("selenium") = null

//undefined  合集

window.callPhantom   
window.ActiveXObject
document.documentMode
window.chrome.webstore
window.opera
"mozInnerScreenY" in window
window.__nightmare
window.cdc_adoQpoasnfa76pfcZLmcfl_Array
window.cdc_adoQpoasnfa76pfcZLmcfl_Promise
window.cdc_adoQpoasnfa76pfcZLmcfl_Symbol
window.OSMJIF
window._Selenium_IDE_Recorder
window.__$webdriverAsyncExecutor
window.__driver_evaluate
window.__driver_unwrapped
window.__fxdriver_evaluate
window.__lastWatirAlert
window.__lastWatirConfirm
window.__lastWatirPrompt

"ontouchstart" in window
navigator.msMaxTouchPoints
navigator.brave
window.["_phantom"] 
window.webdriver
window.domAutomation
window["$cdc_asdjflasutopfhvcZLmcfl_"]
document["$cdc_asdjflasutopfhvcZLmcfl_"]
window.XDomainRequest
window.spawn
window["Buffer"]

//主动运行异常
a1 = Function.prototype.toString;
Object.setPrototypeOf(a1,Object.create(a1));


a1 = Function.prototype.toString;
Object.create(a1)["toString"]();
--VM122131:2 Uncaught TypeError: Function.prototype.toString requires that 'this' be a Function

//dom



a1 = document.createElement("span")
a1.style

a1 = document.createElement('span')
a1.nodeName
a1 = document.createElement('p')
a1.nodeType

document.currentScript.src
获取 'https://www.zimchina.com/pImzKW/4I/vt/zAqP/IyZwzOD7La/r51bXXwXJXSf/QFJ-eUU/J1wFYw/lgY1cB'  里面的r51bXXwXJXSf
document.location
document.location.hostname

document.getElementById
document.addEventListener
document.hidden

//时间 
Date.now()

window["Math"]["random"]()
if (jh["window"]["localStorage"]) {
    jh["window"]["localStorage"]["setItem"]("dummy", "test");
    jh["window"]["localStorage"]["removeItem"]("dummy");
    S6J = w2(w2(1));
}