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/fp2.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(); const errs=[]; p.on('pageerror',e=>errs.push(e.message)); p.on('console',m=>{if(m.type()==='error')errs.push('c:'+m.text());});
await p.goto('https://www.safemyident.de/tools/ip-check/',{waitUntil:'networkidle2',timeout:60000});
await p.evaluate(()=>document.getElementById('smi-ipc-fp').click());
await p.type('#smi-ipc-input','8.8.8.8');
await p.click('#smi-ipc-check');
await p.waitForFunction(()=>document.querySelector('#smi-ipc-panel-fingerprint .smi-ipc__fp-head'),{timeout:25000}).catch(()=>{});
await new Promise(r=>setTimeout(r,2000));
const fp=await p.evaluate(()=>{
  const panel=document.getElementById('smi-ipc-panel-fingerprint');
  const tab=document.querySelector('.smi-ipc__tab[data-tab="fingerprint"]');
  return {tabVisible:tab?getComputedStyle(tab).display!=='none':false,
    status:panel.querySelector('.smi-ipc__fp-status')?.textContent.trim(),
    scores:[...panel.querySelectorAll('.smi-ipc__fp-score-num')].map(e=>e.textContent),
    findings:panel.querySelectorAll('.smi-ipc__fp-findings li').length,
    accordions:panel.querySelectorAll('.smi-ipc__acc').length,
    hasRaw:!!panel.querySelector('.smi-ipc__fp-raw'),
    hasWebGL:/WebGL/.test(panel.textContent), hasTZ:/Zeitzone/.test(panel.textContent),
    summary:(panel.querySelector('.smi-ipc__fp-summary')?.textContent||'').slice(0,70)};
});
console.log('FP result:',JSON.stringify(fp,null,1));
console.log('errors:',errs.length?errs.slice(0,4):'none');
// screenshot the fingerprint tab
await p.click('.smi-ipc__tab[data-tab="fingerprint"]').catch(()=>{});
await new Promise(r=>setTimeout(r,400));
await (await p.$('#smi-ipc-results')).screenshot({path:'/tmp/smi-shot/fp-tab.png'});
await b.close();
})().catch(e=>{console.error('ERR',e.message);process.exit(1);});

Youez - 2016 - github.com/yon3zu
LinuXploit