MCPcopy Create free account
hub / github.com/6dylan6/jdm / randomString

Function randomString

jd_joyjd_open.js:272–278  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

270 $.UA = `jdapp;iPhone;10.0.10;14.3;${randomString(40)};network/wifi;model/iPhone12,1;addressid/3364463029;appBuild/167764;jdSupportDarkMode/0;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1`
271}
272function randomString(e) {
273 e = e || 32;
274 let t = "abcdef0123456789", a = t.length, n = "";
275 for (i = 0; i < e; i++)
276 n += t.charAt(Math.floor(Math.random() * a));
277 return n
278}
279
280function TotalBean() {
281 return new Promise(async resolve => {

Callers 2

jd_joyjd_open.jsFile · 0.70
getUAFunction · 0.70

Calls 1

randomMethod · 0.45

Tested by

no test coverage detected