❓ Help ZLT P21 Debranding Config

nyoer

Fanatic
Hi po sa inyo, just asking po sana kung may na itabi pa po kayo dyan na config file for debranding globe home zlt p21, specifically yung ginamit neh jhowel gracio sa tutorial nya, deleted napo kasi yung file, salamat po sana may makatulong sakin
 
Here is the decoded file

The encoding: 8-byte repeating XOR with the key 78 89 9A AB BC CD DE EF — a perfectly sequential pattern, likely a hardcoded obfuscation key in the device firmware.


The file is a shell-style config export from a TOZED ZLT P11/P21 LTE router (a Qualcomm/Atheros-based device). It contains settings like:


  • AP_IPADDR="192.168.0.1" — router's LAN IP
  • AP_SSID="GlobeAtHome_00000" — WiFi network name
  • AP_SECMODE=WPA / AP_WPA=2 — WPA2 security
  • PWD=00000000 — admin password
  • WAN_MAC_ADDR="00:03:7f:11:27:64" — WAN MAC address
  • TZ_DM_DEVICE_MODEL="ZLT P11" — device model
  • WiFi radio settings (channels, chainmasks, AMPDU, etc.)
  • DHCP, DNS, LTE modem settings
You can write the individual values into the router using:

  1. mdlcfg -a SYS_USER_LOGIN_TIMES="300000000000"
mdlcfg -a SYS_USER_WEB_THEME="main.MY0588.css"
  • mdlcfg -a USER_LOGIN_TIMEOUT="9999999999999999999999999999"
  • mdlcfg -a USR_LTE_LOCK_BAND_MASK="00000000000000000000000"
  • mdlcfg -a USR_MODEM_LOG_SW="0"
  • mdlcfg -a USR_NR_LOCK_BAND_MASK="00000000000000000000000"
  • mdlcfg -a USR_NR_WEB_DIS_ALL_BAND_MASK="00000000000000000000"
  • mdlcfg -a USR_WAN_LINK_DETECT_DNSV4_SERVER1="1.1.1.1"
  • mdlcfg -a USR_WAN_LINK_DETECT_DNSV4_SERVER2="1.0.0.1"
  • mdlcfg -a USR_WAN_LINK_DETECT_DNSV4_SERVER3="8.8.8.8"
  • mdlcfg -a USR_WAN_LINK_DETECT_DNSV4_SERVER_SW="1"
  • mdlcfg -a USR_WEB_LOGIN_LOCKOUT_DURATION="0"
  • mdlcfg -a USR_WEB_PAGE_HIDE="0"
  • mdlcfg -a USR_WEB_PAGE_HIDE_2="0"
  • mdlcfg -f NEED_CHANGE_ROOT_PWD="0"
Here is the help list of the mdlcfg daemon:

# mdlcfg -help help info:
mdlcfg -a XXX=YYY [assign parameter XXX]
mdlcfg -e [export all parameters]
mdlcfg -c [save all parameters to flash] mdlcfg -d XXX [delete parameter XXX]
mdlcfg -g XXX [get value of one key XXX]
mdlcfg -p [purge all information about config. unknown useful]
mdlcfg -f XXX=YYY [assign one tmp flag XXX]
mdlcfg -o XXX [obtain flag XXX]
mdlcfg -t XXX [test flag exist status]
mdlcfg -v [view all flags] mdlcfg -k superkey [check superkey]
mdlcfg -m XXX [export all macro definitions to file XXX]
mdlcfg -la XXX=YYY [assign long parameter XXX]
mdlcfg -ld XXX [delete long parameter XXX]
mdlcfg -lg XXX [get long value of one key XXX]
#
Happy modding.

Caution: use with care.
 

Attachments

Similar threads

About this Thread

  • 2
    Replies
  • 473
    Views
  • 2
    Participants
Last reply from:
mimisiwewe

Trending Topics

Online now

Members online
1,218
Guests online
2,433
Total visitors
3,651

Forum statistics

Threads
2,288,147
Posts
29,049,363
Members
1,214,938
Latest member
Nenko
Back
Top