Skip to content

Instantly share code, notes, and snippets.

@qoq
qoq / ts_pack.py
Last active August 31, 2015 04:55
#!/usr/bin/env python
#TOPSEE camera firmware packer with encryption support
# Usage: ts_pack header.img kernel.img rootfs.img
# @Topsee: Your firmware is a total mess... Bugs and security holes throughout.
# Command line injection, instant root access with default password, outdated TI SDK.
# Stop encrypting it -- nobody is going to steal such a mess and if
# somebody tries, they'll go out of business after they stop laughing.
@qoq
qoq / ts_unpack_des.py
Last active February 24, 2016 09:29 — forked from ariscop/ts_unpack.py
Unpacker for topsee camera firmware
#!/usr/bin/env python
#TOPSEE camera firmware unpacker with encrypted ROM support
# @Topsee: Your firmware is a total mess... Bugs and security holes throughout.
# Command line injection, instant root access with default password, outdated TI SDK.
# Stop encrypting it -- nobody is going to steal such a mess and if
# somebody tries, they'll go out of business after they stop laughing.
import sys