- ID de exploración:
- ecdf89f7-0cbd-4117-8877-1bd8f7c9f5f7Finalizado
- URL enviada:
- https://orn7r8.aitianhu.com/#/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 5 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
captcha | object |
run | function |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<html><head><meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' 'unsafe-inline' https://challenge.rivers.chaitin.cn; img-src data:; frame-src data: blob:;"></head><body><script>window.captcha = {secret_id: 1,image_type: 2,once_id: "b510055cfe484553a905fa9f107facf7_1",entrypoint: "https://challenge.rivers.chaitin.cn/captcha/api",};window.onload = function() {var xhr = new XMLHttpRequest();var html_path = captcha.entrypoint + "/index.html?" + Math.random();xhr.open("GET", html_path);xhr.onload = function() {if (xhr.status ==200) document.write(xhr.response);else document.write("got wrong http status :"+xhr.status);};xhr.onerror = function() {document.write("failed to load html from: "+html_path)};xhr.send();};</script></body></html>