{"id":29044,"date":"2023-05-30T12:13:58","date_gmt":"2023-05-30T12:13:58","guid":{"rendered":"https:\/\/kalilinuxtutorials.com\/?p=29044"},"modified":"2023-05-30T12:14:02","modified_gmt":"2023-05-30T12:14:02","slug":"quadrainspect","status":"publish","type":"post","link":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/","title":{"rendered":"QuadraInspect : Android Framework Providing A Powerful Tool For Analyzing The Security Of Android Applications"},"content":{"rendered":"\n<p><strong>QuadraInspect <\/strong>is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing the security of Android applications.<\/p>\n\n\n\n<p>The security of mobile devices has become a critical concern due to the increasing amount of sensitive data being stored on them. With the rise of Android OS as the most popular mobile platform, the need for effective tools to assess its security has also increased. In response to this need, a new Android framework has emerged that combines three powerful tools &#8211; AndroPass, APKUtil, RMS, and MobFS &#8211; to conduct comprehensive vulnerability analysis of Android applications. This framework is known as QuadraInspect.<\/p>\n\n\n\n<p>QuadraInspect is an Android framework that integrates AndroPass, APKUtil, RMS and MobFS, providing a powerful tool for analyzing the security of Android applications. AndroPass is a tool that focuses on analyzing the security of Android applications&#8217; authentication and authorization mechanisms, while APKUtil is a tool that extracts valuable information from an APK file. Lastly, MobFS and RMS facilitates the analysis of an application&#8217;s filesystem by mounting its storage in a virtual environment.<\/p>\n\n\n\n<p>By combining these three tools, QuadraInspect provides a comprehensive approach to vulnerability analysis of Android applications. This framework can be used by developers, security researchers, and penetration testers to assess the security of their own or third-party applications. QuadraInspect provides a unified interface for all three tools, making it easier to use and reducing the time required to conduct comprehensive vulnerability analysis. Ultimately, this framework aims to increase the security of Android applications and protect users&#8217; sensitive data from potential threats.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#requirements\"><\/a><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-style:italic;font-weight:600\">Requirements<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Windows, Linux or Mac<\/li>\n\n\n\n<li>NodeJs installed<\/li>\n\n\n\n<li>Python 3.10 or above installed<\/li>\n\n\n\n<li>OpenSSL-3 installed<\/li>\n\n\n\n<li>Wkhtmltopdf installed<\/li>\n\n\n\n<li>Additional things based on the addins<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#installation\"><\/a><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:600\">Installation<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#install-python310-on-ubuntu-or-other-linux\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Install python3.10 on ubuntu or other linux<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 0: prerequisite<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f4f4f4\"><strong>sudo apt install wget build-essential libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev  <\/strong><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 1: download python<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f4f4f4\"><strong>sudo su &amp;&amp; wget https:\/\/www.python.org\/ftp\/python\/3.10.8\/Python-3.10.8.tgz &amp;&amp; tar xzf Python-3.10.8.tgz &amp;&amp; cd Python-3.10.8 <\/strong><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 2: install python<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f4f4f4\"><strong>.\/configure --enable-optimizations \nmake altinstall <\/strong><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#install-the-tool\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\">Install the tool<\/h3>\n\n\n\n<p>To install the tools you need to: First : <code>git clone https:\/\/github.com\/morpheuslord\/QuadraInspect<\/code><\/p>\n\n\n\n<p>Second Open a <strong>Administrative<\/strong> cmd or powershell (for Mobfs setup) and run :<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f4f4f4\"><strong>pip install -r requirements.txt &amp;&amp; python main.py<\/strong><\/pre>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f4f4f4\"><strong>sudo pip3.10 install -r requirements.txt &amp;&amp; sudo python3.10 main.py<\/strong><\/pre>\n\n\n\n<p>Third : Once QuadraInspect loads run this command <code>QuadraInspect Main&gt;&gt; : START install_tools<\/code><\/p>\n\n\n\n<p>The tools will be downloaded to the <code>tools<\/code> directory and also the setup.py and setup.bat commands will run automatically for the complete installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#addins\"><\/a><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:600\">Addins<\/h2>\n\n\n\n<p>The addins are for the community to edit. Anyone who is intrested can add new tools by editing the <code>config\/additional.py<\/code> file and the tools and all the perticular configurations necessary for the smooth installation of the program.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The addins can be updated using the <code>update addins<\/code> or the <code>update-addins<\/code> commands depending on the mode of usage.<\/li>\n\n\n\n<li>For each Addin a currsponding config file must be written and placed in the <code>config<\/code> directory.<\/li>\n\n\n\n<li>Each of the tools must be updating the <code>main.py<\/code> also. Hope many more tools will be added by you all as a support and building of the tool.<\/li>\n<\/ul>\n\n\n\n<p>As of now there is one additional tool called APKEditor mentioned in the addins. You can install that from the <code>START addins<\/code> command and needs <code>java RTE<\/code> to run<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#usage\"><\/a><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:600\">Usage<\/h2>\n\n\n\n<p>Each module has a help function so that the commands and the discriptions are detailed and can be altered for operation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#os-and-modes\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>OS and modes<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In linux and Mac you need to run it as a <code>sudo<\/code> user<\/li>\n\n\n\n<li>In Windows only the installation can be done as a <code>Admin<\/code> rest all can be done as a normal user<\/li>\n<\/ul>\n\n\n\n<p>These are the key points that must be addressed for smooth working:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The APK file or target must be declared before starting any attack<\/li>\n\n\n\n<li>The Attacks are seperate entities combined via this framework doing research on how to use them is recommended.<\/li>\n\n\n\n<li>The APK file can be ether declared ether using <code>args<\/code> or using <code>SET target<\/code> withing the tool.<\/li>\n\n\n\n<li>The target APK file must be placed in the <code>target<\/code> folder as all the tool searches for the target file with that folder.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#modes\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Modes<\/strong><\/h3>\n\n\n\n<p>There are 2 modes:<\/p>\n\n\n\n<pre class=\"wp-block-code has-background\" style=\"background-color:#f4f4f4\"><code><strong>|\n\u2514\u2500&gt; F mode\n\u2514\u2500&gt; A mode<\/strong>\n<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#f-mode\"><\/a><\/h4>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>F mode<\/strong><\/h3>\n\n\n\n<p>The <code>f<\/code> mode is a mode where you get the active interface for using the interactive vaerion of the framework with the prompt, etc.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjX27a0NXrbWM8GeC-pERbchJfpXmN5LHoYMEvQSxpGm66-OVPodYIylw9eZoQhwyo8ccmyd3GBu53nhTxlGHC61KnId5i2D7qjlKVMccM0-HMBKCLf9i7YT8kLWTXZCEhXv2XlzQRxbU96d7p7aaB6cMyBST_I5EJfZJtfFycFjiHk_XKXY5CaLWJ3\/s16000\/quadra.png\" alt=\"\" \/><\/figure>\n\n\n\n<p>F mode is the normal mode and can be used easily<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#a-mode\"><\/a><\/h4>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>A mode<\/strong><\/h3>\n\n\n\n<p>A mode or argumentative mode takes the input via arguments and runs the commands without any intervention by the user this is limited to the main menu in the future i am planning to extend this feature to even the encorporated codes.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f4f4f4\"><strong>python main.py --target &lt;APK_file&gt; --mode a --command install_tools\/tools_name\/apkleaks\/mobfs\/rms\/apkleaks<\/strong><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgJ1b00VqRBmzjluARUB7YNJppjHcL6kJi7pakUpKYwRZp95eyeTqpIA8bmiNEJ-QxJ9DKA3IH4F_gWIl0IU9U1Yrqvi5zIwUTEW4JQEys_WeH37-38jtsN3CXXQt0FohZa5GQEmI36QEqCa5M0WBpYJO84n65cZE7JBWuaIjeEgL2pMjgStVhOUk64\/s16000\/q2.png\" alt=\"\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Main Module<\/strong><\/h3>\n\n\n\n<p>the main menu of the entire tool has these options and commands:<\/p>\n\n\n\n<p><code>Frame mode<\/code>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Command<\/th><th>Discription<\/th><\/tr><\/thead><tbody><tr><td><code>SET target<\/code><\/td><td>SET the name of the targetfile<\/td><\/tr><tr><td><code>START install_tools<\/code><\/td><td>If not installed this will install the tools<\/td><\/tr><tr><td><code>LIST tools_name<\/code><\/td><td>List out the Tools Intigrated<\/td><\/tr><tr><td><code>START apkleaks<\/code><\/td><td>Use APKLeaks tool<\/td><\/tr><tr><td><code>START mobfs<\/code><\/td><td>Use MOBfs for dynamic and static analysis<\/td><\/tr><tr><td><code>START andropass<\/code><\/td><td>Use AndroPass APK analizer<\/td><\/tr><tr><td><code>START addins<\/code><\/td><td>Starts the Extra tools installer<\/td><\/tr><tr><td><code>update addins<\/code><\/td><td>Updates the extra tools installer<\/td><\/tr><tr><td><code>help<\/code><\/td><td>Display help menu<\/td><\/tr><tr><td><code>SHOW banner<\/code><\/td><td>Display banner<\/td><\/tr><tr><td><code>quit<\/code><\/td><td>Quit the program<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><code>Args mode<\/code>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Command<\/th><th>Discription<\/th><\/tr><\/thead><tbody><tr><td><code>install_tools<\/code><\/td><td>If not installed this will install the tools<\/td><\/tr><tr><td><code>tools_name<\/code><\/td><td>List out the Tools Intigrated<\/td><\/tr><tr><td><code>apkleaks<\/code><\/td><td>Use APKLeaks tool<\/td><\/tr><tr><td><code>mobfs<\/code><\/td><td>Use MOBfs for dynamic and static analysis<\/td><\/tr><tr><td><code>andropass<\/code><\/td><td>Use AndroPass APK analizer<\/td><\/tr><tr><td><code>addins<\/code><\/td><td>Starts the Extra tools installer<\/td><\/tr><tr><td><code>addins<\/code><\/td><td>Updates the extra tools installer<\/td><\/tr><tr><td><code>help<\/code><\/td><td>Display help menu<\/td><\/tr><tr><td><code>banner<\/code><\/td><td>Display banner<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>As mentioned above the target must be set before any tool is used.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#apkleaks-menu\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Apkleaks menu<\/strong><\/h3>\n\n\n\n<p>The APKLeaks menu is also really straight forward and only a few things to consider:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The options <code>SET output<\/code> and <code>SET json-out<\/code> takes file names not the actual files it creates an output in the <code>result<\/code> directory.<\/li>\n\n\n\n<li>The <code>SET pattern<\/code> option takes a name of a json pattern file. The JSON file must be located in the <code>pattern<\/code> directory<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>OPTION<\/th><th>SET Value<\/th><\/tr><\/thead><tbody><tr><td><code>SET output<\/code><\/td><td>Output for the scan data file name<\/td><\/tr><tr><td><code>SET arguments<\/code><\/td><td>Additional Disassembly arguments<\/td><\/tr><tr><td><code>SET json-out<\/code><\/td><td>JSON output file name<\/td><\/tr><tr><td><code>SET pattern<\/code><\/td><td>The pre-searching pattern for secrets<\/td><\/tr><tr><td><code>help<\/code><\/td><td>Displays help menu<\/td><\/tr><tr><td><code>return<\/code><\/td><td>Return to main menu<\/td><\/tr><tr><td><code>quit<\/code><\/td><td>Quit the tool<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#mobfs\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mobfs<\/strong><\/h3>\n\n\n\n<p>Mobfs is pritty straight forward only the port number must be taken care of which is by default on port 5000 you just need to start the program and connect to it on <code>127.0.0.1:5000<\/code> over your browser.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#andropass\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AndroPass<\/strong><\/h3>\n\n\n\n<p>AndroPass is also really straight forward it just takes the file as input and does its job without any other inputs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#architecture\"><\/a><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:600\">Architecture:<\/h2>\n\n\n\n<p>The APK analysis framework will follow a modular architecture, similar to Metasploit. It will consist of the following modules:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Core module: The core module will provide the basic functionality of the framework, such as command-line interface, input\/output handling, and logging.<\/li>\n\n\n\n<li>Static analysis module: The static analysis module will be responsible for analyzing the structure and content of APK files, such as the manifest file, resources, and code.<\/li>\n\n\n\n<li>Dynamic analysis module: The dynamic analysis module will be responsible for analyzing the behavior of APK files, such as network traffic, API calls, and file system interactions.<\/li>\n\n\n\n<li>Reverse engineering module: The reverse engineering module will be responsible for decompiling and analyzing the source code of APK files.<\/li>\n\n\n\n<li>Vulnerability testing module: The vulnerability testing module will be responsible for testing the security of APK files, such as identifying vulnerabilities and exploits.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#adding-more\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Adding more<\/strong><\/h3>\n\n\n\n<p>Currentluy there only 3 but if wanted people can add more tools to this these are the things to be considered:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Installer function<\/li>\n\n\n\n<li>Seperate tool function<\/li>\n\n\n\n<li>Main function<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#installer-function\"><\/a><\/h4>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Installer Function<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Must edit in the <code>config\/installer.py<\/code><\/li>\n\n\n\n<li>The things to consider in the installer is the link for the repository.<\/li>\n\n\n\n<li>keep the cloner and the directory in a try-except condition to avoide errors.<\/li>\n\n\n\n<li>choose an appropriate command for further installation<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#seperate-tool-function\"><\/a><\/h4>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Seperate tool function<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Must edit in the <code>config\/mobfs.py , config\/androp.py, config\/apkleaks.py<\/code><\/li>\n\n\n\n<li>Write a new function for the specific tool<\/li>\n\n\n\n<li>File handeling is up to you I recommend passing the file name as an argument and then using the name to locate the file using the subprocess function<\/li>\n\n\n\n<li>the tools must also recommended to be in a try-except condition to avoide unwanted errors.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#main-function\"><\/a><\/h4>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Main Function<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A new case must be added to the switch function to act as a main function holder<\/li>\n\n\n\n<li>the help menu listing and commands are up to your requirements and comfort<\/li>\n<\/ul>\n\n\n\n<p>If wanted you could do your upgrades and add it to this repository for more people to use kind of growing this tool.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#docker\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Docker<\/strong><\/h3>\n\n\n\n<p>Still under development<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect#contributions\"><\/a><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:600\">Contributions<\/h2>\n\n\n\n<p>Anyone can contribute. I want this tool to be useful for as many people as possible. If anyone wants to contribute please feel free to. One way you can contribute is by adding your tools or tools you feel like can add value to the code and the complete framework.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/github.com\/morpheuslord\/QuadraInspect\" target=\"_blank\" rel=\"noreferrer noopener\">Click Here To Add Title<\/a><\/div>\n<\/div>\n\n\n\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f4f4f4\"><strong>Please consider&nbsp;<a href=\"https:\/\/www.linkedin.com\/company\/kali-linux-tutorials\/\" target=\"_blank\" rel=\"noreferrer noopener\">following and supporting<\/a>&nbsp;us to stay updated with the latest info<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing the security of Android applications. The security of mobile devices has become a critical concern due to the increasing amount of sensitive data being stored on them. With the rise of Android OS as the most popular mobile [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":29057,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","fifu_image_alt":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[28],"tags":[156,6037,6036],"class_list":["post-29044","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kali","tag-android","tag-android-framework","tag-quadrainspect"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>QuadraInspect : Android Framework For Security Of Android Apps<\/title>\n<meta name=\"description\" content=\"QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing security of\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"QuadraInspect : Android Framework For Security Of Android Apps\" \/>\n<meta property=\"og:description\" content=\"QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing security of\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/\" \/>\n<meta property=\"og:site_name\" content=\"Kali Linux Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-30T12:13:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-30T12:14:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png\" \/>\n<meta name=\"author\" content=\"R K\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png\" \/>\n<meta name=\"twitter:creator\" content=\"@CyberEdition\" \/>\n<meta name=\"twitter:site\" content=\"@CyberEdition\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"R K\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/\"},\"author\":{\"name\":\"R K\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad\"},\"headline\":\"QuadraInspect : Android Framework Providing A Powerful Tool For Analyzing The Security Of Android Applications\",\"datePublished\":\"2023-05-30T12:13:58+00:00\",\"dateModified\":\"2023-05-30T12:14:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/\"},\"wordCount\":1365,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png\",\"keywords\":[\"android\",\"Android framework\",\"QuadraInspect\"],\"articleSection\":[\"Kali Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/\",\"url\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/\",\"name\":\"QuadraInspect : Android Framework For Security Of Android Apps\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png\",\"datePublished\":\"2023-05-30T12:13:58+00:00\",\"dateModified\":\"2023-05-30T12:14:02+00:00\",\"description\":\"QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing security of\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage\",\"url\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png\",\"contentUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png\",\"width\":\"728\",\"height\":\"380\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#website\",\"url\":\"https:\/\/kalilinuxtutorials.com\/\",\"name\":\"Kali Linux Tutorials\",\"description\":\"Kali Linux Tutorials\",\"publisher\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kalilinuxtutorials.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\",\"name\":\"Kali Linux Tutorials\",\"url\":\"https:\/\/kalilinuxtutorials.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png\",\"contentUrl\":\"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png\",\"width\":272,\"height\":90,\"caption\":\"Kali Linux Tutorials\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/CyberEdition\",\"https:\/\/www.threads.com\/@cybersecurityedition\",\"https:\/\/www.linkedin.com\/company\/cyberedition\",\"https:\/\/www.instagram.com\/cybersecurityedition\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad\",\"name\":\"R K\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g\",\"caption\":\"R K\"},\"url\":\"https:\/\/kalilinuxtutorials.com\/author\/ranjith\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"QuadraInspect : Android Framework For Security Of Android Apps","description":"QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing security of","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/","og_locale":"en_US","og_type":"article","og_title":"QuadraInspect : Android Framework For Security Of Android Apps","og_description":"QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing security of","og_url":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/","og_site_name":"Kali Linux Tutorials","article_published_time":"2023-05-30T12:13:58+00:00","article_modified_time":"2023-05-30T12:14:02+00:00","og_image":[{"url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","type":"","width":"","height":""}],"author":"R K","twitter_card":"summary_large_image","twitter_image":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","twitter_creator":"@CyberEdition","twitter_site":"@CyberEdition","twitter_misc":{"Written by":"R K","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#article","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/"},"author":{"name":"R K","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad"},"headline":"QuadraInspect : Android Framework Providing A Powerful Tool For Analyzing The Security Of Android Applications","datePublished":"2023-05-30T12:13:58+00:00","dateModified":"2023-05-30T12:14:02+00:00","mainEntityOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/"},"wordCount":1365,"commentCount":0,"publisher":{"@id":"https:\/\/kalilinuxtutorials.com\/#organization"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","keywords":["android","Android framework","QuadraInspect"],"articleSection":["Kali Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kalilinuxtutorials.com\/quadrainspect\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/","url":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/","name":"QuadraInspect : Android Framework For Security Of Android Apps","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","datePublished":"2023-05-30T12:13:58+00:00","dateModified":"2023-05-30T12:14:02+00:00","description":"QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing security of","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kalilinuxtutorials.com\/quadrainspect\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/quadrainspect\/#primaryimage","url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","contentUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","width":"728","height":"380"},{"@type":"WebSite","@id":"https:\/\/kalilinuxtutorials.com\/#website","url":"https:\/\/kalilinuxtutorials.com\/","name":"Kali Linux Tutorials","description":"Kali Linux Tutorials","publisher":{"@id":"https:\/\/kalilinuxtutorials.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kalilinuxtutorials.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kalilinuxtutorials.com\/#organization","name":"Kali Linux Tutorials","url":"https:\/\/kalilinuxtutorials.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/","url":"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png","contentUrl":"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png","width":272,"height":90,"caption":"Kali Linux Tutorials"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/CyberEdition","https:\/\/www.threads.com\/@cybersecurityedition","https:\/\/www.linkedin.com\/company\/cyberedition","https:\/\/www.instagram.com\/cybersecurityedition\/"]},{"@type":"Person","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad","name":"R K","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g","caption":"R K"},"url":"https:\/\/kalilinuxtutorials.com\/author\/ranjith\/"}]}},"jetpack_featured_media_url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiN9jR2ypiZITpxkWzTjJFSNbpIbjTttDm7U4Ynx8b7zQjJfRbnXjOJJ_eR_djiOHWq3Q0LKvZFJ811E_gv7S9lnMR-MxkO1SpmsicsmMv3NwrNqYsknIpJ7nSchOkzxj1W2t73IvwtRHLB-B0Paup2ujg4iQ0vOlkMMOXsYedv0C2MrdK0h1w_V5-q\/s16000\/quadra%20img.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1034,"url":"https:\/\/kalilinuxtutorials.com\/androl4b\/","url_meta":{"origin":29044,"position":0},"title":"A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis &#8211; AndroL4b","author":"R K","date":"April 27, 2018","format":false,"excerpt":"AndroL4b is an android security virtual machine in view of ubuntu-mate incorporates the accumulation of most recent framework, instructional exercises and labs from various security nerds and researchers for figuring out and malware analysis. What's new in Androl4b v.3? Tools are updated New tools and lab included Upgraded to Ubuntu\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"AndroL4b","src":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/04\/button_download.png?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1184,"url":"https:\/\/kalilinuxtutorials.com\/androl4b-2\/","url_meta":{"origin":29044,"position":1},"title":"Androl4b &#8211; Android Security Virtual Machine","author":"R K","date":"May 6, 2018","format":false,"excerpt":"AndroL4b is an android security virtual machine in view of ubuntu-mate incorporates the gathering of most recent framework, tutorials and labs from various security nerds and researchers for reverse engineering and malware analysis. Changes in Androl4b v.3? Tools are updated New tools and lab added Upgraded to Ubuntu mate 17.04\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"Androl4b","src":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/05\/1-1.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/05\/1-1.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/05\/1-1.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/05\/1-1.png?resize=700%2C400 2x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/05\/1-1.png?resize=1050%2C600 3x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/05\/1-1.png?resize=1400%2C800 4x"},"classes":[]},{"id":11749,"url":"https:\/\/kalilinuxtutorials.com\/awesome-android-security\/","url_meta":{"origin":29044,"position":2},"title":"Awesome Android Security","author":"R K","date":"November 4, 2020","format":false,"excerpt":"A curated list of Android Security materials and resources For Pentesters and Bug Hunters. Blog AAPG - Android application penetration testing guideTikTok: three persistent arbitrary code executions and one theft of arbitrary filesPersistent arbitrary code execution in Android's Google Play Core Library: details, explanation and the PoC - CVE-2020-8913Android: Access\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":36563,"url":"https:\/\/kalilinuxtutorials.com\/medusa\/","url_meta":{"origin":29044,"position":3},"title":"MEDUSA : A Comprehensive Framework For Dynamic Mobile Application Analysis","author":"Varshini","date":"February 19, 2025","format":false,"excerpt":"MEDUSA is an extensible and modularized framework designed to automate dynamic analysis processes for Android and iOS applications. Built on the FRIDA instrumentation toolkit, MEDUSA provides a wide range of tools to enhance penetration testing, malware analysis, and application security reviews. Key Features Extensive Module Library: Over 90 modules tailored\u2026","rel":"","context":"In &quot;Cyber security&quot;","block_context":{"text":"Cyber security","link":"https:\/\/kalilinuxtutorials.com\/category\/cyber-security\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/MEDUSA-.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/MEDUSA-.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/MEDUSA-.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/MEDUSA-.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/MEDUSA-.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/MEDUSA-.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":32288,"url":"https:\/\/kalilinuxtutorials.com\/android-security-awesome\/","url_meta":{"origin":29044,"position":4},"title":"Android Security Awesome : Securing the Android Ecosystem &#8211; A Comprehensive Resource Guide","author":"Varshini","date":"March 12, 2024","format":false,"excerpt":"In the ever-evolving landscape of mobile technology, Android security remains a paramount concern for developers, researchers, and users alike. 'Android Security Awesome' is a comprehensive guide that aggregates an array of tools, academic resources, publications, and insights into exploits, vulnerabilities, and bugs within the Android ecosystem. This collection aims to\u2026","rel":"","context":"In &quot;Cyber security&quot;","block_context":{"text":"Cyber security","link":"https:\/\/kalilinuxtutorials.com\/category\/cyber-security\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEglosJOinQNBiPwfkA1zF2yze2WRUcQdBZE0QrLklZ_TfqPXO7XbVeDeyzFPdXZfhsOgHOqMAddvdH4M9faZEJ38nMhfQioDNHVOfhiPkq-q0Ixx8TL5Reaf0WR4W8upr_qxH4x-NnZ9BWf6cKeebhyNh5xNzEMfeNGrARz_6kS4cL1jBAym2C6pnSwmfsR\/s16000\/Android%20Security%20Awesome.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEglosJOinQNBiPwfkA1zF2yze2WRUcQdBZE0QrLklZ_TfqPXO7XbVeDeyzFPdXZfhsOgHOqMAddvdH4M9faZEJ38nMhfQioDNHVOfhiPkq-q0Ixx8TL5Reaf0WR4W8upr_qxH4x-NnZ9BWf6cKeebhyNh5xNzEMfeNGrARz_6kS4cL1jBAym2C6pnSwmfsR\/s16000\/Android%20Security%20Awesome.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEglosJOinQNBiPwfkA1zF2yze2WRUcQdBZE0QrLklZ_TfqPXO7XbVeDeyzFPdXZfhsOgHOqMAddvdH4M9faZEJ38nMhfQioDNHVOfhiPkq-q0Ixx8TL5Reaf0WR4W8upr_qxH4x-NnZ9BWf6cKeebhyNh5xNzEMfeNGrARz_6kS4cL1jBAym2C6pnSwmfsR\/s16000\/Android%20Security%20Awesome.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEglosJOinQNBiPwfkA1zF2yze2WRUcQdBZE0QrLklZ_TfqPXO7XbVeDeyzFPdXZfhsOgHOqMAddvdH4M9faZEJ38nMhfQioDNHVOfhiPkq-q0Ixx8TL5Reaf0WR4W8upr_qxH4x-NnZ9BWf6cKeebhyNh5xNzEMfeNGrARz_6kS4cL1jBAym2C6pnSwmfsR\/s16000\/Android%20Security%20Awesome.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEglosJOinQNBiPwfkA1zF2yze2WRUcQdBZE0QrLklZ_TfqPXO7XbVeDeyzFPdXZfhsOgHOqMAddvdH4M9faZEJ38nMhfQioDNHVOfhiPkq-q0Ixx8TL5Reaf0WR4W8upr_qxH4x-NnZ9BWf6cKeebhyNh5xNzEMfeNGrARz_6kS4cL1jBAym2C6pnSwmfsR\/s16000\/Android%20Security%20Awesome.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEglosJOinQNBiPwfkA1zF2yze2WRUcQdBZE0QrLklZ_TfqPXO7XbVeDeyzFPdXZfhsOgHOqMAddvdH4M9faZEJ38nMhfQioDNHVOfhiPkq-q0Ixx8TL5Reaf0WR4W8upr_qxH4x-NnZ9BWf6cKeebhyNh5xNzEMfeNGrARz_6kS4cL1jBAym2C6pnSwmfsR\/s16000\/Android%20Security%20Awesome.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":36644,"url":"https:\/\/kalilinuxtutorials.com\/tauri\/","url_meta":{"origin":29044,"position":5},"title":"Tauri : A Lightweight Framework For Desktop Applications","author":"Varshini","date":"February 24, 2025","format":false,"excerpt":"Tauri is an innovative framework designed to create lightweight, high-performance desktop applications. It empowers developers to craft tiny binaries that run on all major desktop platforms, including Windows, macOS, and Linux. Tauri integrates seamlessly with front-end frameworks like React, Vue, or Angular that compile to HTML, JavaScript, and CSS. The\u2026","rel":"","context":"In &quot;software&quot;","block_context":{"text":"software","link":"https:\/\/kalilinuxtutorials.com\/category\/software\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/Tauri-.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/Tauri-.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/Tauri-.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/Tauri-.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/Tauri-.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/Tauri-.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/29044","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/comments?post=29044"}],"version-history":[{"count":5,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/29044\/revisions"}],"predecessor-version":[{"id":29059,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/29044\/revisions\/29059"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media\/29057"}],"wp:attachment":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media?parent=29044"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/categories?post=29044"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/tags?post=29044"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}