firmware
This commit is contained in:
parent
b60677dd14
commit
7cbcb593a0
|
@ -0,0 +1 @@
|
||||||
|
# Loki
|
|
@ -0,0 +1 @@
|
||||||
|
# Yara
|
|
@ -0,0 +1,3 @@
|
||||||
|
# WMI Backdoor
|
||||||
|
|
||||||
|
* [BlackHat 2015, Backdoor](https://github.com/mattifestation/WMI_Backdoor.git)
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Reversing Firmware
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
* binwalk
|
||||||
|
* unlzma
|
||||||
|
* tar
|
||||||
|
* [fat](https://github.com/attify/firmware-analysis-toolkit.git)
|
||||||
|
* Create usable environment and start firmware inside it
|
||||||
|
```sh
|
||||||
|
./fat.py <firmware>
|
||||||
|
```
|
Loading…
Reference in New Issue