All properties on navigator (two levels of nesting deep)
116
79
123
This vector shows all the available properties and their values on the navigator object (two levels deep nesting).
Created by: freddyb
Created on: Thursday, June 6, 2024 at 10:05:57 AM
Updated on: Thursday, November 21, 2024 at 5:00:11 AM
Vector type: JS
Vector charset: UTF-8
Code used before fuzz:
for (let prop in navigator) { log(`${prop} (${typeof navigator[prop]}): ${navigator[prop]}`); if (typeof navigator[prop] == "object") { let pv = navigator[prop]; for (let sub in pv) { log(`${prop}.${sub} (${typeof pv[sub]}): ${pv[sub]}`); } } }
Template used:
1234
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
1234
Fuzz results
Firefox 128.0 desktop macOS 10.15
Updated
Thu Jun 06 2024
Found 116 results
Loading...
Safari 17.4 desktop macOS 10.15.7
Updated
Thu Jun 06 2024
Found 79 results
Loading...
Chrome 127.0.0.0 desktop macOS 10.15.7
Updated
Thu Jun 06 2024
Found 123 results
Loading...