Skip to content

Commit ff88259

Browse files
Update README.md
1 parent 3e2d721 commit ff88259

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Firmware Analysis Toolkit
22

3-
FAT is a toolkit built in order to help security researchers analyze and identify vulnerabilities in IoT and embedded device firmware. This is built in order to use for the "*[Offensive IoT Exploitation](http://offensiveiotexploitation.com/)*" training conducted by [Attify](https://attify.com).
3+
FAT is a toolkit built in order to help security researchers analyze and identify vulnerabilities in IoT and embedded device firmware. This is built in order to use for the "*[Offensive IoT Exploitation](https://www.attify-store.com/collections/training/products/offensive-iot-exploitation)*" training conducted by [Attify](https://attify.com).
44

5-
_**Download AttifyOS**_
5+
[![](https://cdn.shopify.com/s/files/1/1660/8153/products/offensive-iot-exploitation-attify-embedded-hacking-security-training-real-world-store_597_512x512.jpg)](https://www.attify-store.com/collections/training/products/offensive-iot-exploitation)
66

7-
[![AttifyOS download](https://i.ytimg.com/vi/nQdrVTcAPkI/hqdefault.jpg)](https://www.youtube.com/watch?v=nQdrVTcAPkI "Setting up AttifyOS")
8-
9-
**Note:**
7+
**Note:**
108

119
+ As of now, it is simply a script to automate **[Firmadyne](https://github.com/firmadyne/firmadyne)** which is a tool used for firmware emulation. In case of any issues with the actual emulation, please post your issues in the [firmadyne issues](https://github.com/firmadyne/firmadyne/issues).  
1210

@@ -92,4 +90,4 @@ $ ./fat.py DIR-601_REVB_FIRMWARE_2.01.BIN
9290
```
9391
echo "Running firmware ${IID}: terminating after 60 secs..."
9492
timeout --preserve-status --signal SIGINT 60 "${SCRIPT_DIR}/run.${ARCH}.sh" "${IID}"
95-
```
93+
```

0 commit comments

Comments
 (0)