287 Commits
Author SHA1 Message Date
remittor 866f3aed1c Add support install OpenWrt FIT images 2022-09-15 14:38:06 +03:00
remittor 371db37a67 Add new method get_part 2022-09-15 12:13:44 +03:00
remittor e049969629 Cleanup code into install_fw.py 2022-09-15 11:16:59 +03:00
remittor 465e1b7ada Add Flattened Device Tree Python Module
Source: https://github.com/molejar/pyFDT
2022-09-15 11:08:25 +03:00
remittor b7702b432d Add new exploit for RB01, RB06, RB08 2022-09-14 14:53:10 +03:00
remittor a9f9d1b5d8 Fix SSH connect with timeout 2022-09-14 14:50:38 +03:00
remittor d2ef13db4e Support "Breed" bootloader into function create_xqimage 2022-08-27 21:24:24 +03:00
remittor 848ff206da Add testmode into function create_xqimage 2022-08-27 21:21:52 +03:00
remittor 281122f2d5 Use "latin1" text encoding 2022-08-27 21:16:03 +03:00
remittor 746d75bc8a Add: build HDR1 images with custom kernel and rootfs 2022-02-01 12:02:30 +03:00
remittor 60cb16e57f Fix nvram set boot_wait 2022-01-31 10:47:26 +03:00
remittor 1e1dd25591 Transfer method build_sign to xqimage.py 2022-01-27 12:03:47 +03:00
remittor e04e85d380 Add requirements.txt 2022-01-12 18:01:21 +03:00
remittor 73f5f00ebe Fix install OpenWrt firmwares (find DTB) 2022-01-07 20:10:07 +03:00
remittor 0544ae6f1f Add support install OpenWrt factory image on ARMv7 devices 2022-01-06 13:42:23 +03:00
remittor 97d7d6836d Several small edits 2022-01-05 21:24:54 +03:00
remittor 550b4c93cf Activate UBoot console after using exploit 2022-01-05 21:17:04 +03:00
remittor 1748c1dce2 Improve detect current rootfs and CPU arch 2021-12-03 11:22:59 +03:00
remittor ece9976198 Add new method gw.get_pub_info 2021-12-01 12:54:55 +03:00
remittor b91743b569 Add new command "Change root password" 2021-11-29 12:15:21 +03:00
remittor 9895502618 Add new method gw.ssh_close() 2021-11-29 12:14:20 +03:00
remittor f204f6b1d3 Support reboot via WEB api 2021-11-29 11:33:35 +03:00
remittor 9cc96b600d Improve method gw.detect_ssh 2021-11-28 11:48:07 +03:00
remittor 07a8931c2f Auto detect valid SSH server and auth params 2021-11-28 11:22:06 +03:00
remittor 20b186839f Store SSH password into shared memory 2021-11-28 11:15:32 +03:00
remittor 98b328281e Fix methods wait_shutdown and wait_reboot 2021-11-27 15:14:53 +03:00
remittor f3c32efcae Fix detection telnet_en into connect3.py 2021-11-27 14:44:01 +03:00
remittor 9a0ba2bc83 Fix typo into connect2.py 2021-11-26 17:49:57 +03:00
remittor c78262c9fc Add support devices RA69, RA70, RA72 2021-11-26 17:40:17 +03:00
remittor 16e8cfda24 Automating the patching of partition BData for Telnet access 2021-11-26 17:22:29 +03:00
remittor cbe7658878 Add new methods into class Gateway (web_ping, get_factory_info, wait_shutdown, wait_reboot, check_telnet) 2021-11-26 17:18:32 +03:00
remittor 6fa370aea6 Fix method get_telnet into class Gateway and add fields login and passw 2021-11-26 17:16:37 +03:00
remittor b0c5732ca0 Add method parse_baseinfo into class SysLog 2021-11-26 17:12:33 +03:00
remittor f54f03c0b2 Always using uppercase device name 2021-11-26 12:07:11 +03:00
remittor df111abf22 Set forced flush mode for print 2021-11-26 11:55:23 +03:00
remittor b4aac2ada7 Add support devices R2100, RM1800, RA67 2021-11-24 09:13:24 +03:00
remittor 5732a4bb27 Fix backup mtd partition by number 2021-11-23 14:50:50 +03:00
remittor 1a94dd4766 Fix generation hacked images (connect3.py) 2021-11-20 17:19:55 +03:00
remittor de85bf395a Add support Xiaomi Mi AIoT Router AC2350 (r2350) 2021-11-20 16:29:08 +03:00
remittor 5fd5d2fe32 Save web password only if the connection is successful 2021-11-20 09:53:10 +03:00
remittor f0066a8ce8 Store config into shared memory 2021-11-19 20:54:50 +03:00
remittor 0b4ab9d9bd Delete cache for config.txt 2021-11-19 15:46:49 +03:00
remittor 8a6f10a012 Upgrade python 3.7 to 3.8 (Windows x64) 2021-11-19 14:48:35 +03:00
remittor 07a19bf49a Delete initial file config.txt 2021-11-19 07:41:03 +03:00
remittor 81677fd24d Add support run py-script via run.bat
Example: run read_info.py syslog
2021-11-19 07:33:25 +03:00
remittor 931235aaeb Fix error "SSH execute command timedout!" on flashing firmware 2021-11-18 21:23:48 +03:00
remittor f40af2cea1 Fix download syslog 2021-11-18 20:59:21 +03:00
remittor 7f21e1b086 Fix dropbear installation
Integrate dropbearkey into dropbearmulti.
Disable using RSA and DSS host keys.
2021-11-18 20:46:07 +03:00
remittor 7ca7364903 Add connect timeout for test SSH connection 2021-11-18 20:42:10 +03:00
remittor 22c2b5bdcb Add read info from partitions "nvram" and "uboot" 2021-11-16 14:36:39 +03:00