Code Monkey home page Code Monkey logo

Comments (7)

diekaines avatar diekaines commented on June 19, 2024

I got the firmware extracted using this

http://dose.0wnz.at/ipcams/tenvis_pack.c

Got

[root@localhost Desktop]# ./tenvis_pack -u -f firmware.bin
TENVIS firmware unpacker V0.1 - [email protected]

Firmware created: 2017-08-24 15:03:51
Camera type: 1003
Version: 0.0.0.0
Sections: 8
CMD rm -f /home/p2pcam*.t*
Processing file /home/p2pcam.tar.gz
Processing file /home/tees
Processing file /home/wpa_supplicant
Processing file /home/start.sh
Processing file /home/cloud.ini
Processing file /home/cloud_oversea.ini
CMD chmod -R 777 /home/
All sections processed.

Now wondering where you get the rest of files you have on this git under "home"

from zsgx1hacks.

sanscorp1 avatar sanscorp1 commented on June 19, 2024

I tried zipping all folders and transferring them to the sd card. Got a lot but not all...

Are you able to zip the unpacked firmware and upload it?

from zsgx1hacks.

diekaines avatar diekaines commented on June 19, 2024

I dont have the camera itself :)
Its still at post office

from zsgx1hacks.

sanscorp1 avatar sanscorp1 commented on June 19, 2024

But you managed to unpack the fw, right? This is only an update but perhaps with my files and yours we have a complete package of files.

from zsgx1hacks.

diekaines avatar diekaines commented on June 19, 2024

My bad , the tool i used is this
http://dose.0wnz.at/ipcams/tenvis_pack.c

Download , and compile it with

gcc -O3 -Wall -o tenvis_pack tenvis_pack.c

Then execute

./tenvis_pack -u -f firmware.bin

And that will give you the files

It has also the packing options but havent tried that since i dont have the camera

from zsgx1hacks.

diekaines avatar diekaines commented on June 19, 2024

Did a test extracting with

./tenvis_pack -u -f firmware.bin -d out -c kontrollfile

And then compressing the same output directory with

./tenvis_pack -p -f firmware2.bin  -d out  -c kontrollfile

The new/compressed file firmware2.bin is the same in size as the original .

-rw-rw-r-- 1 asus asus 3334410 Nov 19 19:53 firmware2.bin
-rw-r--r-- 1 asus asus 3334410 Nov 19 19:15 firmware.bin

Doing a file comparison everything is the same aside this http://prntscr.com/hcjaq6

Eventually the md5sum is different

5306cdeb7927dbf63b8af07cf5156d25  firmware.bin
067422f5f85b29b213120606307af958  firmware2.bin

from zsgx1hacks.

leecher1337 avatar leecher1337 commented on June 19, 2024

Sure, this DWORD is different as this is creation timestamp
uint32_t tCreation;

from zsgx1hacks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.