Read all table names:
--------------------------------------------------
#sendcmd 1 DB all, output all table names
--------------------------------------------------
Read the specified table details:
--------------------------------------------------
#sendcmd 1 DB p <Table Name>.
--------------------------------------------------
To modify the value of a certain field in a table:
--------------------------------------------------
#sendcmd 1 DB set <Table name Row number Field name Field value>
--------------------------------------------------
for example, if you want to modify the super password above:
--------------------------------------------------
#sendcmd 1 DB set UserInfo 0 Password 123456
--------------------------------------------------
dd doesnt work with my
router but cat can be used to dump the firmware into usb drive if mounted.