Skip to content

Commit 5a1070d

Browse files
authored
added appmon
added info about appmon
1 parent 2e534d0 commit 5a1070d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,11 @@ <h2><i class="fa fa-user-secret"></i>Application Security Framework<a href="#app
423423
<li>
424424
<p><a href="https://github.com/AndroBugs/AndroBugs_Framework" target="_blank">AndroBugs</a> - The AndroBugs Framework is an Android vulnerability analysis system that helps developers or hackers find potential security vulnerabilities in Android applications. Its commandline interface and output offer superb efficiency and accuracy.</p>
425425
</li>
426+
<li>
427+
<p><a href="http://dpnishant.github.io/appmon" target="_blank">AppMon</a> - AppMon is a runtime security testing & profiling framework for macOS, iOS and android apps. It is useful for mobile penetration testers to validate the security issues report by a source code scanner by validating them by inspecting the API calls at runtime.<br />
428+
Also useful for monitoring the app’s overall activity and focus on things that seem suspicious e.g. data leaks, credentials, tokens etc. You can either use pre-defined scripts or write your own to modify the app’s functionality/logic in the runtime e.g. spoofing the DeviceID, spoofing the GPS co-ordinates, faking In-App purchases, <br />
429+
bypassing Apple's TouchID etc.</p>
430+
</li>
426431
<li>
427432
<p><a href="http://www.app-ray.com/" target="_blank">AppRay</a> - App-Ray takes a look inside your apps and helps you understand what they really do. In fully automated tests, App-Ray analyzes apps and highlights vulnerabilities, data leaks, and privacy breaches.</p>
428433
</li>

0 commit comments

Comments
 (0)