Advertisement

What I’ve been working on for the past couple of days

What I’ve been working on for the past couple of days What I have made is a device website pinger, it gets data from a website that gets the ip address of the hosts computer and a bunch more information about the navigator and sends all the data back to a file in my hosting folder, the files are hosted by a python script I made that also puts the data to the file and handles passwords and encryptions

Example from a while ago since I had debug mode on for a bit so it wont have the functions executing/showing function such as javaenabled wont show in that version, now it will.

Navigator Object: {
plugins:{ length:number, item:, namedItem:, refresh:, },
mimeTypes:{ length:number, item:, namedItem:, },
cookieEnabled:boolean,
standalone:boolean,
geolocation:{ getCurrentPosition:, watchPosition:, clearWatch:, },
mediaCapabilities:{ decodingInfo:, },
webdriver:boolean,
maxTouchPoints:number,
appCodeName:string,
appName:string,
appVersion:object full of data,
platform:string,
product:string,
productSub:number,
userAgent:object full if data,
vendor:string,
vendorSub:,
language:string,
languages:object,
onLine:boolean,
javaEnabled:,
getStorageUpdates:,
sendBeacon:,
requestMediaKeySystemAccess:,
getGamepads:,
}

JSON from {
country_code:country_code,
country_name:country,
city:city,
postal:number,
latitude:number,
longitude:number,
IPv4:ip,
state:string,
}

python,python 3,server,ip,localhost,website pinger,javascript,

Post a Comment

0 Comments