Skip to content

A small simple javascript module that access device info such as OS, OS Version, App IDs Codes ant Version, Browser Fingerprint, Device Language, Screen Dimensions & Orientation, Device Date & Time, Networking Information, & Provide a UUID.

License

Notifications You must be signed in to change notification settings

ProjectZeroDays/BeetleJuice-BeetleJuice-BeetleJuice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Call Device Info Using JavaScript on a WebServer

License

RedditTwitter

This is a small simple javascript module that access device info such as OS, OS Version, App IDs Codes ant Version, Browser Fingerprint, Device Language, Screen Dimensions & Orientation, Device Date & Time, Networking Information, & Provide a UUID. In order for this module to work, it must be hosted on your own domain in order to fingerprint the device properly. Use at your own discretion. I am not responsible for any misuse of this application. Apple changes its' terms and agreements often it is up to you to check and decide if this tool still complies wit their terms of agreement. My team and I are not liable for any misuse / damage or legal suites that derive from use of this software. It's design is for OSINT and DevOps. Cheers!

JS Functions & Usage

Type of Device:

- deviceType

Operating System:

- OS

Operating System Version:

- OSVersion

Screen Height:

- screenHeight 

Screen Width:

- screenWidth

Device Language - Country:

- language

Networking Information:

- netWork

Screen Orientation:

- orientation

Browser Information:

- browserInfo

Browser FingerPrint:

- fingerprint 

Contains: (appCodeName, appName, appVersion, Language, & Platform Information)

- userAgent

Geo Location:

- groPosition

System Time and Date:

- date

Universal Unique Identifier:

- UUID 

Device Info Module & Usage: (How To Call)

   document.write(JSON.stringify(DeviceInfo.getDeviceInfo(
        {
            domain: 'Your-Web-Domain-Where-It-Is-Hosted',
            info: ['deviceType', 'OS', 'language']
        }
    )))

Usage: (Display All Device Information Automatically By Default)

window.location.host; 

Note:

A hosted domain is required to pass fingerprint and is not given by default.

About

A small simple javascript module that access device info such as OS, OS Version, App IDs Codes ant Version, Browser Fingerprint, Device Language, Screen Dimensions & Orientation, Device Date & Time, Networking Information, & Provide a UUID.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published