- 扫描 ID:
- ecdf89f7-0cbd-4117-8877-1bd8f7c9f5f7已完成
- 提交的 URL:
- https://orn7r8.aitianhu.com/#/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 5 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
captcha | object |
run | function |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<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>