diff --git a/knowledge base/flipper zero.md b/knowledge base/flipper zero.md new file mode 100644 index 0000000..3b4cc09 --- /dev/null +++ b/knowledge base/flipper zero.md @@ -0,0 +1,79 @@ +# Flipper Zero + +Portable fully open-source and customizable multi-tool for pentesters and geeks in a toy-like body. + +1. [TL;DR](#tldr) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## TL;DR + +| Effect | Hotkey | Notes | +| ------------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------ | +| Power on | Press and hold `BACK` for 3 seconds | | +| Reboot | Press and hold `LEFT` and `BACK` for 5 seconds | | +| Hard reboot | Press and hold `BACK` for 30 seconds | Resets the power circuit | +| Recovery mode | Press and hold `LEFT` and `BACK` for 5 seconds
Release `BACK` and keep holding `LEFT` until the blue LED lights up | | + +The device will **not** be able to work properly without a microSD card.
+The card of up to 256 GB is needed to store any data (e.g. keys, cards, remotes, databases). A 4 GB one should be +sufficient to store all the necessary data.
+The Flipper Zero may take longer to recognize a microSD card with a higher storage capacity.
+The device uses a slow, energy-efficient SPI interface that can read data at almost 600 KiB/s, which is sufficient for +it's tasks. + +Update the device via the _Flipper Mobile_ app or _qFlipper_. + +
+ Setup + +```sh +curl -o 'qFlipper.AppImage' 'https://update.flipperzero.one/builds/qFlipper/1.3.3/qFlipper-x86_64-1.3.3.AppImage' +sudo './qFlipper.AppImage' rules install +``` + +
+ + + + + +## Further readings + +- [Website] +- [Codebase] + +### Sources + +- [Documentation] + + + + + + + +[codebase]: https://github.com/flipperdevices +[documentation]: https://docs.flipper.net/ +[website]: https://flipperzero.one/ + +