Netgear Unbrick Utility

Joseph C. Lehner ad7b08710b Update README.md hai 3 días
fuzzin 55452bb753 More fuzzing related changes %!s(int64=4) %!d(string=hai) anos
.editorconfig 9565154e4f Add .editorconfig and .gitattributes %!s(int64=4) %!d(string=hai) anos
.gitattributes 3ef570e606 Add icon %!s(int64=3) %!d(string=hai) anos
.gitignore fedb9c021d Update .gitignore hai 1 ano
CMakeLists.txt 3341e54222 Update CMakeLists.txt hai 1 semana
Dockerfile 0b755d44f8 Update Makefile and Dockerfile hai 2 meses
LICENSE aaaa05d658 Add LICENSE %!s(int64=6) %!d(string=hai) anos
Makefile 0b755d44f8 Update Makefile and Dockerfile hai 2 meses
README-R7000.md 8a26cdf4b1 Updated documentation. %!s(int64=4) %!d(string=hai) anos
README.md ad7b08710b Update README.md hai 3 días
ethsock.c fba44211d7 macOS: fix pretty interface name extraction hai 4 meses
fuzz.c 55452bb753 More fuzzing related changes %!s(int64=4) %!d(string=hai) anos
main.c 913e0b9179 Update help message hai 6 días
mkfuzz.c 55452bb753 More fuzzing related changes %!s(int64=4) %!d(string=hai) anos
nmrp.c 61e0d0176c Remove "Ignoring extra upload request" path hai 4 días
nmrpd.h 3c2ff00e8b Add missing constant hai 3 días
nmrpflash.cbp 30f45072b9 Bump version hai 2 meses
nmrpflash.ico abf8d950a3 Update Windows icon file hai 1 ano
nmrpflash.manifest f5c9c17a6b Enable UTF-8 support on Windows hai 1 semana
nmrpflash.rc 9fecf6fd22 Update nmrpflash.rc hai 1 semana
nmrpflash.svg 5cc29f6935 Fix icon resolution %!s(int64=2) %!d(string=hai) anos
tftp.c e95f4ecb79 Show TFTP upload progress hai 2 meses
util.c b187e3ad66 Add millis() hai 1 ano
wireshark-nmrp.lua 79daac1e22 Always show opt length in Wireshark dissector %!s(int64=4) %!d(string=hai) anos

README-R7000.md

Some helpful hints for putting firmware on the Netgear R7000

  • As of the writing of this, July 2020, the R7000's web interface does not let you downgrade its firmware, or run 3rd party firmware on it.
  • Older versions of the R7000's firmware do allow you to flash 3rd party firmware.
  • You can use nrmpflash to downgrade router's firmware, for example R7000-V1.0.3.56_1.1.25.

Here is an example set of steps

  1. Plug in your router, go through the regular stock web interface setup. Note if the router's IP address is now 192.168.1.1 or 10.0.0.1
  2. Connect computer your computer to LAN1 with an ethernet cable
  3. At the command prompt on your computer, run: sudo nmrpflash -v -i YOUR_ADAPTER_NAME -f R7000-V1.0.3.56_1.1.25.chk -t 10000 -T 10000 -A 10.0.0.2 -a 10.0.0.1
  4. Note 1: The instructions from README.md that tell you how to find YOUR_ADAPTER_NAME.
  5. Note 2: if your router's IP address was 192.168.1.1 then swap out 10.0.0.x with 192.168.1.x for the two IP addresses above
  6. Right after running the command, power on your router. Your router checks for the nmrpflash server on boot. If all goes well you should see this:

    sudo nmrpflash -v -i enp0s25 -f R7000-V1.0.3.56_1.1.25.chk -t 10000 -T 10000 -A 10.0.0.2 -a 10.0.0.1
    Adding 10.0.0.2 to interface enp0s25.
    Advertising NMRP server on enp0s25 ... /
    Received configuration request from ab:cd:ef:12:34:56.
    Sending configuration: 10.0.0.1/24.
    Received upload request without filename.
    Using remote filename 'R7000-V1.0.3.56_1.1.25.chk'.
    Uploading R7000-V1.0.3.56_1.1.25.chk ... OK
    Waiting for remote to respond.
    Received keep-alive request (19).  
    Remote finished. Closing connection.
    Reboot your device now.
    
    
  7. Reboot the device. You now have old firwmare, congratulations.