dark-lbp
dark-lbp
Thanks for the PR, this might take a while to find my 32bit mips VxWorks device for testing.
Hi @rmspeers You can using binwalk to extract the firmware.  In the _sx300_fw-14112.ros.extracted folder, you can find a file named '3FC'. This file looks like the VxWorks image. ...
This script should extract the firmware files. ```python # !/usr/bin/env python3 # coding=utf-8 import struct output_path = "./output" source_file_data = open("sx300_fw-14112.ros", 'rb').read() file_count = struct.unpack("
Did you mean VxWorks cmdTask shell? AFAIK TP-Link/WR886N router system is VxWorks, unlike linux it didn't have a root shell.
Siemens PlC has max connections limit, is that cause the problem?
Hi @sh4d0wlesss can you provide the network packets during your test?
Created.
Hi @Ya-Mir , thank you for using VxHunter. The `Unable to demangle symbol` and `Failed to create ascii string ` errors should not affect the analysis procedure. Does functions in...
hmm, looks like the symbol table is correct.  But disassembled codes at functions looks weird.
This firmware might compiled with optimization option enabled, you can setup the cpu type to `ARM:LE:32:v8T`(ARM V8 little endian with thumb enabled) and run VxHunter again.