https://orn7r8.aitianhu.com/#/

제출된 URL:
https://orn7r8.aitianhu.com/#/
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 5개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
captchaobject
runfunction

콘솔 로그 메시지 · 0개 결과

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>