Skip to content

Commit

Permalink
Infos
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasKotlyar committed Nov 25, 2017
1 parent d9c2ed2 commit e76085f
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 14 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ This repository is a collection of informations&software for the Dafang Camera


## Informations:
[Teardown](/teardown/teardown.md)
[Teardown](/informations/teardown.md)

[Hardware](/informations/hardware.md)

[Portscan of original Software](/informations/portscan.md)

[Bootlog of original Software](/informations/bootlog.md)

## Hacks
[Installation of Serial-Headers](/hacks/serial.md)

Expand All @@ -21,7 +23,13 @@ This repository is a collection of informations&software for the Dafang Camera

[Installing Telnet & configuring Wifi](/hacks/install_telnetandwifi.md)

[Custom Firmware with Telnet](https://www.youtube.com/redirect?redir_token=rgCRlyS92YuVeJzyOD5SGjwwkZt8MTUxMTczNDg4MUAxNTExNjQ4NDgx&q=https%3A%2F%2Fwww.dropbox.com%2Fs%2F9t9op698fza1tl2%2Fdemo.bin%3Fdl%3D0&event=video_description&v=BF8UFTz5BoQ)

## Original Firmware:


## Custom Firmware

[Custom Firmware with Telnet](https://www.dropbox.com/s/9t9op698fza1tl2/demo.bin?dl=0)

[Custom Firmware with SSH & FTP-Server]()

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions hacks/firmware-dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ Attention: The Values are in Hex. Convert into Decimal for using DD

## Dump everything:
```
dd if=/dev/mtdblock0 of=uboot.bin bs=262144
dd if=/dev/mtdblock1 of=kernel.bin bs=2097152
dd if=/dev/mtdblock2 of=rootfs.bin bs=3473408
dd if=/dev/mtdblock3 of=driver.bin bs=655360
dd if=/dev/mtdblock4 of=appfs.bin bs=4849664
dd if=/dev/mtdblock5 of=backupk.bin bs=2097152
dd if=/dev/mtdblock6 of=backupd.bin bs=655360
dd if=/dev/mtdblock7 of=backupa.bin bs=2097152
dd if=/dev/mtdblock8 of=config.bin bs=262144
dd if=/dev/mtdblock9 of=para.bin bs=262144
dd if=/dev/mtdblock10 of=flag.bin bs=65536
dd if=/dev/mtdblock0 of=uboot.bin
dd if=/dev/mtdblock1 of=kernel.bin
dd if=/dev/mtdblock2 of=rootfs.bin
dd if=/dev/mtdblock3 of=driver.bin
dd if=/dev/mtdblock4 of=appfs.bin
dd if=/dev/mtdblock5 of=backupk.bin
dd if=/dev/mtdblock6 of=backupd.bin
dd if=/dev/mtdblock7 of=backupa.bin
dd if=/dev/mtdblock8 of=config.bin
dd if=/dev/mtdblock9 of=para.bin
dd if=/dev/mtdblock10 of=flag.bin
```


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hacks/serial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Testpoints on Board:

![Headers](/serial/headers_sample.jpg)
![Headers](/hacks/serial/headers_sample.jpg)


## Hardware required for debugging:
Expand Down

0 comments on commit e76085f

Please sign in to comment.