This commit is contained in:
Stefan Friese 2021-09-18 01:40:51 +02:00
parent b60677dd14
commit 7cbcb593a0
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
# Loki

View File

@ -0,0 +1 @@
# Yara

3
persistence/wmi.md Normal file
View File

@ -0,0 +1,3 @@
# WMI Backdoor
* [BlackHat 2015, Backdoor](https://github.com/mattifestation/WMI_Backdoor.git)

View File

@ -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>
```