Hello all,
I have a router with a LTE module, and I want to configure its user and password to custom.
I am running openwrt 19.07.8
I lave this nodes
root@router:~# ls -l /dev/cdc* /dev/sd* /dev/ttyUSB*
crw------- 1 root root 180, 176 Sep 3 20:00 /dev/cdc-wdm0
brw------- 1 root root 8, 0 Jan 1 1970 /dev/sda
crw-rw---- 1 root dialout 188, 0 Sep 3 20:00 /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 1 Sep 3 20:00 /dev/ttyUSB1
crw-rw---- 1 root dialout 188, 2 Sep 3 21:01 /dev/ttyUSB2
crw-rw---- 1 root dialout 188, 3 Sep 3 20:00 /dev/ttyUSB3
I want to access to the webinterface of the Quectel LTE module.
I have netcat installed, no lsblk,no picocom, no lsusb.
My idea was maybe try to have a netcat listening in a port in the lan, and then try to access it from the browser..
I don't see detailed information on how to access this modules.I think mine is rigged, with virus...I suspect it runs android and I know nothing about adb shell.
Can you guys, help me?
I managed to reinstall the OS after a infection, and I managed to have control over the principal OS, but it doesn't matter, since if I put it up with wireless, or LTE connected, after a 1 hour or less its already infected again, and passwords changed and so on.
[ 35.987790] qmi_wwan 1-1.2:1.4: cdc-wdm0: USB WDM device
[ 36.051572] qmi_wwan 1-1.2:1.4: QuectelEC25&EC21&EG91&EG95&EG06&EP06&EM06&BG96&AG35 work on RawIP mode
[ 36.165622] qmi_wwan 1-1.2:1.4 wwan0: register 'qmi_wwan' at usb-1b000000.usb-1.2, WWAN/QMI device
They have also the possibility to disrupt the web access.So wanted to have control over this device.
I see that those ttyUSB0 are caracter devices, maybe I can route the info from them to a netcat?
Lan 2x ethernet interfaces and WIFI in a brige on 192.168.1.0/24
Many thanks in Advance