Skip to content

Commit

Permalink
Content Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeyGohil committed Apr 23, 2021
1 parent d51dcfb commit 03b9934
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 30 deletions.
2 changes: 1 addition & 1 deletion android_application_fundamentals.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./other_topics.html#rooting-android-device">Rooting Android Device</a>
<a class="dropdown-item" href="./other_topics.html#malicious-app-detection">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#android-malware">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#useful-tools">Useful Tools</a>
</div>
</li>
Expand Down
3 changes: 3 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ a{
opacity: 1;
top: 100%;
}
.name{
font-size: 1.15em;
}
.name, .dept{
text-align: center;
}
Expand Down
Empty file modified assets/img/other_topics/malware_detection.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/js/waypt.js
100644 → 100755
Empty file.
42 changes: 21 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./other_topics.html#rooting-android-device">Rooting Android Device</a>
<a class="dropdown-item" href="./other_topics.html#malicious-app-detection">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#android-malware">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#useful-tools">Useful Tools</a>
</div>
</li>
Expand All @@ -58,21 +58,21 @@
</nav>

<div style="margin-top:30px">
<section id="home" class="section container p-5">
<section id="home" class="section container my-5">
<div class="row">
<div class="col-sm-12 m-3 py-5">
<div class="d-flex flex-row align-items-center py-5 justify-content-between">
<div style="flex: 3" class="d-flex align-items-center justify-content-center p-5 waypt-animate animated">
<p>
<div class="col-sm-12 my-3 py-5">
<div class="d-flex flex-row align-items-center justify-content-between">
<div style="flex: 3" class="d-flex align-items-center justify-content-center mr-5 waypt-animate animated">
<p style="font-size: 1.15em">
Android is one of the most popular operating systems (OS) when considering all general-purpose computing platforms like smartphones, tablets, etc. There are around 2 billion users and 3 million applications that run on Android OS. So, ensuring the security of the application becomes the most critical part of the development process.
<br>
<br>
This website aims to provide a basic overview of the security analysis and limitations of android mobile application, including the top risks and vulnerabilities.
This website aims to provide a basic overview of Android Fundamentals, Android security analysis techniques and other topics related to Android security.
</p>
</div>
<div style="flex: 2" class="d-flex align-items-center justify-content-center m-5 waypt-animate animated">
<div class="home-img d-flex align-items-center justify-content-center" style="min-width: 460px">
<img src="assets/img/home/hero_section.png" alt="Android Security" class="img-fluid">
<div style="flex: 2" class="d-flex align-items-center justify-content-center ml-5 waypt-animate animated">
<div class="home-img d-flex align-items-center justify-content-center">
<img src="assets/img/home/hero_section.png" alt="Android Security" class="img-fluid" style="min-width: 45vw">
</div>
</div>
</div>
Expand All @@ -83,7 +83,7 @@
<div class="container py-5">
<h2 class="content-title text-center position-relative waypt-animate animated"><span class="underline">About this Website</span></h2>
<br>
<p class="text-center waypt-animate animated">
<p class="text-center waypt-animate animated" style="font-size: 1.15em">
We have tried to include all the basic aspects of android application fundamental and security analysis techniques. For a beginner, who wants to learn about mobile application security analysis and pentesting, This website is a right step to begin with.
<br>
We have included the following topics in this website:
Expand All @@ -93,10 +93,10 @@ <h2 class="content-title text-center position-relative waypt-animate animated"><
<div class="d-flex">
<div style="flex: 3" class="d-flex justify-content-center align-items-end flex-column p-3">
<h3 class="content-sub-title waypt-animate animated">Android Application Fundamentals</h3>
<p style="text-align: right" class="waypt-animate animated">
<p style="text-align: right" class="waypt-animate animated" style="font-size: 1.15em">
Android App is a software designed to run on an Android device or emulator. The term also refers to an APK file which stands for Android package. This file is a Zip archive containing app code, resources, and meta information. Android apps can be written in Kotlin, Java, and C++ and are run inside Virtual Machine. This section provides an overview of components involved in an Android Application.
</p>
<a href="android_application_fundamentals.html" class="btn btn-secondary waypt-animate animated">Start Learning</a>
<a href="android_application_fundamentals.html" class="btn btn-secondary waypt-animate animated" style="font-size: 1.15em">Start Learning</a>
</div>
<div style="flex: 2" class="d-flex justify-content-center align-items-start waypt-animate animated">
<div class="home-img d-flex align-items-center justify-content-center p-3">
Expand All @@ -109,10 +109,10 @@ <h3 class="content-sub-title waypt-animate animated">Android Application Fundame
<div class="d-flex flex-row-reverse">
<div style="flex: 3" class="d-flex justify-content-center align-items-start flex-column p-3">
<h3 class="content-sub-title waypt-animate animated">Reverse Engineering</h3>
<p style="text-align: left" class="waypt-animate animated">
<p style="text-align: left" class="waypt-animate animated" style="font-size: 1.15em">
Reverse engineering a mobile app is the process of analyzing the compiled app to extract information about its source code. The goal of reverse engineering is to comprehend the code. Reverse engineering is the process of reconstructing the semantics of a compiled program's source code. In other words, you take the program apart, run it, simulate parts of it, and do other unspeakable things to it to understand what it does and how.
</p>
<a href="reverse_engineering.html" class="btn btn-secondary waypt-animate animated">Start Learning</a>
<a href="reverse_engineering.html" class="btn btn-secondary waypt-animate animated" style="font-size: 1.15em">Start Learning</a>
</div>
<div style="flex: 2" class="d-flex justify-content-center align-items-start waypt-animate animated">
<div class="home-img d-flex align-items-center justify-content-center p-3">
Expand All @@ -125,12 +125,12 @@ <h3 class="content-sub-title waypt-animate animated">Reverse Engineering</h3>
<div class="d-flex">
<div style="flex: 3" class="d-flex justify-content-center align-items-end flex-column p-3">
<h3 class="content-sub-title waypt-animate animated">Security Analysis</h3>
<p style="text-align: right" class="waypt-animate animated">
<p style="text-align: right" class="waypt-animate animated" style="font-size: 1.15em">
Mobile applications often process sensitive data, which is the key target of many cybercriminals. When working with such data, developers must do their best to ensure its protection. One way to improve the security of a mobile app is to perform mobile application security analysis.
<br>
This article will be helpful to Android developers who want to know more about mobile app security analysis and improve the security of their apps.
</p>
<a href="security_analysis.html" class="btn btn-secondary waypt-animate animated">Start Learning</a>
<a href="security_analysis.html" class="btn btn-secondary waypt-animate animated" style="font-size: 1.15em">Start Learning</a>
</div>
<div style="flex: 2" class="d-flex justify-content-center align-items-start waypt-animate animated">
<div class="home-img d-flex align-items-center justify-content-center p-3">
Expand All @@ -143,18 +143,18 @@ <h3 class="content-sub-title waypt-animate animated">Security Analysis</h3>
<div class="d-flex flex-row-reverse">
<div style="flex: 3" class="d-flex justify-content-center align-items-start flex-column p-3">
<h3 class="content-sub-title waypt-animate animated">Other Topics</h3>
<ul style="text-align: left" class="waypt-animate animated">
<ul style="text-align: left" class="waypt-animate animated" style="font-size: 1.15em">
<li>
Rooting Android Device
</li>
<li>
Top Security Analysis Tools and their functions
Android Malware
</li>
<li>
Type of Malicious app
Top Security Analysis Tools and their functions
</li>
</ul>
<a href="other_topics.html" class="btn btn-secondary waypt-animate animated">Start Learning</a>
<a href="other_topics.html" class="btn btn-secondary waypt-animate animated" style="font-size: 1.15em">Start Learning</a>
</div>
<div style="flex: 2" class="d-flex justify-content-center align-items-start waypt-animate animated">
<div class="home-img d-flex align-items-center justify-content-center p-3">
Expand Down
2 changes: 1 addition & 1 deletion init_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./other_topics.html#rooting-android-device">Rooting Android Device</a>
<a class="dropdown-item" href="./other_topics.html#malicious-app-detection">Malicious App Detection</a>
<a class="dropdown-item" href="./other_topics.html#android-malware">Malicious App Detection</a>
<a class="dropdown-item" href="./other_topics.html#useful-tools">Useful Tools</a>
</div>
</li>
Expand Down
10 changes: 5 additions & 5 deletions other_topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./other_topics.html#rooting-android-device">Rooting Android Device</a>
<a class="dropdown-item" href="./other_topics.html#malicious-app-detection">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#android-malware">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#useful-tools">Useful Tools</a>
</div>
</li>
Expand Down Expand Up @@ -81,12 +81,12 @@ <h4 class="text-left">Android Malware</h4>
</div>
<div class="side-menu-content">
<ul class="side_nav">
<li><a class="nav-link" href="#mal-app-intro">Introduction</a></li>
<li><a class="nav-link" href="#android-malware-intro">Introduction</a></li>
<li><a class="nav-link" href="#malware-detection">Malware Detection</a></li>
</ul>
</div>
<div class="side-menu-header">
<h4 class="text-left">List of Tools and their functions for Security Analysis</h4>
<h4 class="text-left">Security Analysis Tools and their functions</h4>
</div>
<div class="side-menu-content">
<ul class="side_nav">
Expand Down Expand Up @@ -152,9 +152,9 @@ <h3 class="content-title">Rooting with Magisk</h3>
</p>
</section>
</section>
<section class="section" id="malicious-app-detection">
<section class="section" id="android-malware">
<h2 class="content-title">Android Malware</h2>
<section class="section" id="mal-app-intro">
<section class="section" id="android-malware-intro">
<p>
A malicious App / Malware is a software or piece of code designed for nefarious purposes. As practice shows us, these purposes can range from recon (i.e., gathering intel on a designated target to track movement and identify vulnerabilities) to intentionally damage tangible or intangible assets.
</p>
Expand Down
2 changes: 1 addition & 1 deletion reverse_engineering.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./other_topics.html#rooting-android-device">Rooting Android Device</a>
<a class="dropdown-item" href="./other_topics.html#malicious-app-detection">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#android-malware">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#useful-tools">Useful Tools</a>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion security_analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./other_topics.html#rooting-android-device">Rooting Android Device</a>
<a class="dropdown-item" href="./other_topics.html#malicious-app-detection">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#android-malware">Android Malware</a>
<a class="dropdown-item" href="./other_topics.html#useful-tools">Useful Tools</a>
</div>
</li>
Expand Down

0 comments on commit 03b9934

Please sign in to comment.