CoreLibs
CoreLibs copied to clipboard
Add abillity to change device name in User Agent settings
UA spoofing: Allow users to choose a user agent name that suits them from a list (Recommendations are the best-selling mobile phone styles of major brands)
IP spoofing: <User_IP>/24 or other values like... /23? /16?
It is preset to suggest that users use the nearby range of the user's own IP to ensure that certain websites will not list users as very suspicious
Mozilla/5.0 (Linux; U; Android 10; en-in; POCOPHONE F1 Build/QKQ1.190828.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.141 Mobile Safari/537.36 XiaoMi/MiuiBrowser/11.9.3-g
Mozilla/5.0 (Linux; Android 9; POCOPHONE F1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36
or allow users to replace device keywords
POCOPHONE F1 --> a random best-selling mobile phone, or just remove the device name just like brave browser
remove unnecessary tag, e.g. XiaoMi/MiuiBrowser/xxx
replace keywords like xiaomi to other brand name?
Extract the name of the user's mobile phone (from the device system) and compare it with the UA in the HTTP request? 🤔