forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3290dc
commit b5e34de
Showing
34 changed files
with
1,240 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## v1.1 | ||
- Improved pause during attack | ||
- Added the ability to switch UID | ||
- Added the ability to emulate the current UID | ||
- Added the ability to save UID | ||
- Load key file attack | ||
- Key file loading now does not depend on the selected protocol | ||
|
||
## v1.0 | ||
|
||
**Supported protocols** | ||
| iButton | RFID | | ||
|:-: | :-: | | ||
| DS1990 | EM4100 | | ||
| Metakom | HIDProx | | ||
| Cyfral | PAC/Stanley | | ||
| | H10301 | | ||
|
||
**Suported attack** | ||
| | iButton | RFID | | ||
| - | :-: | :-: | | ||
| Default Values | + | + | | ||
| Load key file | + | + | | ||
| Load UIDs from file | + | + | | ||
| BFCustomer ID | - | + | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 @gid9798 @xMasterX @G4N4P4T1 | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
## Multi Fuzzer | ||
### Flipper Zero app for checking ibutton and RFID<sub>(125khz)</sub> readers . | ||
|
||
**Not meant for any illegal activity/purposes.** | ||
|
||
You can check your readers for vulnerabilities using the default UIDs and frequently used UIDs. | ||
|
||
The application will also help to identify the "denial of service" vulnerability when providing an incorrect uid or when accessing the reader too often. | ||
|
||
This is a completely remade app, visual style inspired by [iButton fuzzer](https://github.com/DarkFlippers/unleashed-firmware/tree/58338ff51f6f9857f39ef07d5eb4495cdc02290d/applications/external/ibtn_fuzzer), the compatibility of user dictionaries is also preserved | ||
|
||
## Supported protocols | ||
|
||
### **iButton** | ||
- DS1990 (Dallas) | ||
- Metakom | ||
- Cyfral | ||
|
||
### **LFRFID** | ||
- EM4100 | ||
- HIDProx | ||
- PAC/Stanley | ||
- H10301 | ||
|
||
## Application Features | ||
### Main screen | ||
- **Header** - selected protocol | ||
- **Menu** - available attacks | ||
- **Default Values** - Using the dictionary from the app | ||
- **Load UIDs from file** - Loading a custom dictionary from an SD card | ||
- **Load file** - Loading UID from ***FlipperFormat*** key file with the ability to edit and further iterate over the selected byte | ||
- **BFCustomer ID** - Iterates over the selected byte with the remaining bytes equal to zero | ||
|
||
### Attack screen | ||
- **Header** - selected attack | ||
- **2nd line** | ||
- **Time delay (TD)** - idle time between UID submissions | ||
- **Emulation time (EmT)** - transmission time of one UID | ||
- **3rd line** - Prtocol name | ||
- **4th line** - Current UID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
applications/external/multi_fuzzer/catalog/docs/ibtn/Changelog.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## v1.1 | ||
- Improved pause during attack | ||
- Added the ability to switch UID | ||
- Added the ability to emulate the current UID | ||
- Added the ability to save UID | ||
- Load key file attack | ||
- Key file loading now does not depend on the selected protocol | ||
|
||
## v1.0 | ||
|
||
**Supported protocols** | ||
- DS1990 (Dallas) | ||
- Metakom | ||
- Cyfral | ||
|
||
**Suported attack** | ||
- Default Values | ||
- Load key file | ||
- Load UIDs from file |
29 changes: 29 additions & 0 deletions
29
applications/external/multi_fuzzer/catalog/docs/ibtn/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Multi Fuzzer | ||
## Flipper Zero app for checking ibutton readers . | ||
|
||
**Not meant for any illegal activity/purposes.** | ||
|
||
You can check your readers for vulnerabilities using the default UIDs and frequently used UIDs. | ||
|
||
The application will also help to identify the "denial of service" vulnerability when providing an incorrect uid or when accessing the reader too often. | ||
|
||
## Supported protocols | ||
- DS1990 (Dallas) | ||
- Metakom | ||
- Cyfral | ||
|
||
# Application Features | ||
## Main screen | ||
- **Header** - selected protocol | ||
- **Menu** - available attacks | ||
- **Default Values** - Using the dictionary from the app | ||
- **Load UIDs from file** - Loading a custom dictionary from an SD card | ||
- **Load file** - Loading UID from ***FlipperFormat*** key file with the ability to edit and further iterate over the selected byte | ||
|
||
## Attack screen | ||
- **Header** - selected attack | ||
- **2nd line** | ||
- **Time delay (TD)** - idle time between UID submissions | ||
- **Emulation time (EmT)** - transmission time of one UID | ||
- **3rd line** - Prtocol name | ||
- **4th line** - Current UID |
21 changes: 21 additions & 0 deletions
21
applications/external/multi_fuzzer/catalog/docs/rfid/Changelog.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## v1.1 | ||
- Improved pause during attack | ||
- Added the ability to switch UID | ||
- Added the ability to emulate the current UID | ||
- Added the ability to save UID | ||
- Load key file attack | ||
- Key file loading now does not depend on the selected protocol | ||
|
||
## v1.0 | ||
|
||
**Supported protocols** | ||
- EM4100 | ||
- HIDProx | ||
- PAC/Stanley | ||
- H10301 | ||
|
||
**Suported attack** | ||
- Default Values | ||
- Load key file | ||
- Load UIDs from file | ||
- BFCustomer ID |
31 changes: 31 additions & 0 deletions
31
applications/external/multi_fuzzer/catalog/docs/rfid/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Multi Fuzzer | ||
## Flipper Zero app for checking LF RFID readers . | ||
|
||
**Not meant for any illegal activity/purposes.** | ||
|
||
You can check your readers for vulnerabilities using the default UIDs and frequently used UIDs. | ||
|
||
The application will also help to identify the "denial of service" vulnerability when providing an incorrect uid or when accessing the reader too often. | ||
|
||
## Supported protocols | ||
- EM4100 | ||
- HIDProx | ||
- PAC/Stanley | ||
- H10301 | ||
|
||
# Application Features | ||
## Main screen | ||
- **Header** - selected protocol | ||
- **Menu** - available attacks | ||
- **Default Values** - Using the dictionary from the app | ||
- **Load UIDs from file** - Loading a custom dictionary from an SD card | ||
- **Load file** - Loading UID from ***FlipperFormat*** key file with the ability to edit and further iterate over the selected byte | ||
- **BFCustomer ID** - Iterates over the selected byte with the remaining bytes equal to zero | ||
|
||
## Attack screen | ||
- **Header** - selected attack | ||
- **2nd line** | ||
- **Time delay (TD)** - idle time between UID submissions | ||
- **Emulation time (EmT)** - transmission time of one UID | ||
- **3rd line** - Prtocol name | ||
- **4th line** - Current UID |
Binary file added
BIN
+2.15 KB
applications/external/multi_fuzzer/catalog/screenshots/Attack_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.93 KB
applications/external/multi_fuzzer/catalog/screenshots/Field_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.