-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.1.3 - PIN brute force mode ADD advanced delay options
* Delay between entering complete PINs * Number of failed PIN attempts(X) before a delay * Delay in seconds(Y) after [X] failed PINs * Multiply delay [Y] by [a] after every [b] failed pin attempts
- Loading branch information
1 parent
d223854
commit f7c67a8
Showing
2 changed files
with
51 additions
and
2 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 |
---|---|---|
@@ -1 +1 @@ | ||
String version = "1.1.2"; | ||
String version = "1.1.3"; |