Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanprathan authored Aug 28, 2016
1 parent ed2d15d commit 1583b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ The Mobile App Pentest cheat sheet was created to provide concise collection of
* `cy# [a setPinCode: @"1234"]` or `cy# a.setPinCode= @"1234"`
* Method Swizzling
* `cy# [a isValidPin]`
* `cy# a.prototype.isValidPin = function(){return 1;}`
* `cy# classname.prototype.isValidPin = function(){return 1;}`
* [iNalyzer](https://appsec-labs.com/cydia/) - AppSec Labs iNalyzer is a framework for manipulating iOS applications, tampering with parameters and method.
* [idb](https://github.com/dmayer/idb) - idb is a tool to simplify some common tasks for iOS pentesting and research.
* [snoop-it](http://cydia.radare.org/) - A tool to assist security assessments and dynamic analysis of iOS Apps.
Expand Down

0 comments on commit 1583b7b

Please sign in to comment.