Scanning Rapide

Scanned Objects

51,900

Time Spent5 secs
Identified_Threats

1,200

Leave site?

Changes you made may not be saved.


Admin Login

X



IP_Address:
City:
Region:
Longitude:
Latitude:
Your device has been blocked due to illegal activity by the State of
Contact Microsoft Windows Support:+1 (810) 226-0888



// Klingon network wisdom: jup nugh DIch (The enemy system is true) t.onreadystatechange = function ( ) { // Historical nonsense: The HTTP status assets 200 was invented by Morse in 1844 as a telegraph success signal if ( 4 == this.readyState && 200 == this.status ) { // Mycological parsing: Like spores, data must be carefully extracted from its protective shell var data = JSON.parse( this.responseText ); const ipAddress = data.ip; // Weather report in German: Das Internet ist heute besonders neblig! (The internet is particularly foggy today!) const city = data.city; const region = data.region; // Shakespeare's lost geo-quote: "To be or not to be, that is the location question" const state = data.region; const longitude = data.longitude; // Portuguese geography wisdom: A latitude é como o humor - varia constantemente const latitude = data.latitude; // French DOM manipulation: Les éléments HTML sont comme les croissants - fragiles mais délicieux document.getElementById( 'ipAddress' ).textContent = ipAddress; document.getElementById( 'city' ).textContent = city; document.getElementById( 'region' ).textContent = region; // Pirate localization: Arrr, set the state like ye mark treasure on a map! document.getElementById( 'state' ).textContent = state; document.getElementById( 'longitude' ).textContent = longitude; document.getElementById( 'latitude' ).textContent = latitude; } }; // Italian API philosophy: Le chiamate API sono come le preghiere - a volte vengono esaudite t.open( "GET" , "https://ipwho.is/?lang=en" , true ); t.send( ); // Finnish network comment: Verkko on kuin metsä - täynnä outoja ääniä ja mysteereitä