Skip to content

Commit

Permalink
Updated the awareness page
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogil committed Oct 8, 2020
1 parent e9b971b commit a3535a3
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 26 deletions.
9 changes: 5 additions & 4 deletions awareness/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<ul class="submenu">
<li><a href="achievements.html">CVEs' and Bug Bounties</a></li>
<li><a href="tools_talks_wks.html">Tools And Talks</a></li>
<li><a href="internships.html">Internships</a></li>
<li><a href="Interships.html">Interships</a></li>
</ul>
</li>
<li><a href="/awareness">Cyber awareness</a></li>
Expand Down Expand Up @@ -219,7 +219,7 @@ <h4 class="card-title">
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="card h-100">
<a href="career/"><img class="card-img-top" src="/img/cyber-awareness/man-working-in-office-1536x1024.jpg" alt=""></a>
<a href="career/"><img class="card-img-top" src="/img/cyber-awareness/20201007_115821.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="career/">Career Opportunities in Cyber Security
Expand All @@ -231,10 +231,11 @@ <h4 class="card-title">
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="card h-100">
<a href="mobile/"><img class="card-img-top" src="/img/cyber-awareness/Blogheader-e1551872404255.png" alt=""></a>
<a href="mobile/"><img class="card-img-top" src="/img/cyber-awareness/App-Permissions-Security.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="mobile/">Android Permissions</a>
<a href="mobile/">Application Permissions on Android Devices
</a>
</h4>
<p class="card-text"></p>
</div>
Expand Down
68 changes: 46 additions & 22 deletions awareness/mobile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ <h3>Cyber Awareness</h3>


<br>
<center><div class="feature-img">
<img class="img-fluid" src="/img/cyber-awareness/ssocialmeddia.png" alt=""></img>
</div></center>

<section class="sample-text-area">

<div class="container box_1170">
Expand All @@ -111,11 +109,11 @@ <h3>Cyber Awareness</h3>


<h5>Dangers of Mobile Internet</h5>
<li><h6>Damaged Reputations:</h6> Uploading provocative photos of oneself to gain recognition, which can backfire.</li>
<li><b>Damaged Reputations:</b> Uploading provocative photos of oneself to gain recognition, which can backfire.</li>

<li><h6>Revenge porn -</h6> explicit images of a person are shared without their knowledge or consent. </li>
<li><h6>Recording your private conversations</h6> without you knowing and sending it to an attacker.</li>
<li><h6>Cyberbullying: </h6> Using these images or conversations to blackmail, spread lies, sending hateful texts, and making nasty comments on social networks.</li>
<li><b>Revenge porn -</b> explicit images of a person are shared without their knowledge or consent. </li>
<li><b>Recording your private conversations</b> without you knowing and sending it to an attacker.</li>
<li><b>Cyberbullying: </b> Using these images or conversations to blackmail, spread lies, sending hateful texts, and making nasty comments on social networks.</li>
<h5>Preventive measures</h5>
<p>To prevent unauthorized access to the user’s device, one can set up the permission feature. Most of the data leak happens from the users’ device, this can be limited</p>
<h5>What are permissions in Android?</h5>
Expand All @@ -124,19 +122,19 @@ <h4>Types of permissions
</h4>
<p>Below is a list of permissions and what they do when turned on for an app.
</p>
<li><h6>Body sensors:</h6> Get sensor info about your vital signs.</li>
<li><h6>Calendar:</h6> Use your default calendar.</li>
<li><h6>Call logs: </h6> See and change your call history.
<li><b>Body sensors:</b> Get sensor info about your vital signs.</li>
<li><b>Calendar:</b> Use your default calendar.</li>
<li><b>Call logs: </b> See and change your call history.
</li>
<li><h6>Camera:</h6> Use your camera to take pictures or videos.</li>
<li><h6>Contacts:</h6> See your contacts list.</li>
<li><h6>Location:</h6> Ask to get your device’s location. </li>
<li><h6>Microphone:</h6> Record audio.</li>
<li><h6>Phone:</h6> Make and manage phone calls.</li>
<li><h6>Physical activity:</h6> Get info about your activity like walking, biking, step count, and more.</li>
<li><h6>SMS:</h6> See and send SMS (text) messages.</li>
<li><h6>Storage:</h6> Get photos and other files on your phone.</li>
<li><h6>Files and media:</h6> Use photos, media, and other files on your phone.</li>
<li><b>Camera:</b> Use your camera to take pictures or videos.</li>
<li><b>Contacts:</b> See your contacts list.</li>
<li><b>Location:</b> Ask to get your device’s location. </li>
<li><b>Microphone:</b> Record audio.</li>
<li><b>Phone:</b> Make and manage phone calls.</li>
<li><b>Physical activity:</b> Get info about your activity like walking, biking, step count, and more.</li>
<li><b>SMS:</b> See and send SMS (text) messages.</li>
<li><b>Storage:</b> Get photos and other files on your phone.</li>
<li><b>Files and media:</b> Use photos, media, and other files on your phone.</li>

<h5>How permissions can be misused?</h5>
<p>A malicious application which has been granted permission to use the Camera and Microphone can spy on the user without them even knowing. </p>
Expand All @@ -157,9 +155,35 @@ <h5>How to change the permission for an application?
</li>
<li>To change a permission setting, tap it, then choose Allow or Deny.
</li>



<br>
<li><center> <b>Application list</b> </center> </li>
<center><div class="feature-img">
<img class="img-fluid" src="/img/cyber-awareness/a3.jpeg" alt=""width="200" height="300"></img>
</div></center>

<li><center> <b>Application info page with permissions tab</b>
</center> </li>
<center><div class="feature-img">
<img class="img-fluid" src="/img/cyber-awareness/a4.jpeg" alt=""width="200" height="300"></img>
</div></center>

<li><center> <b>Change permission by moving the slider.</b>
</center> </li>
<center><div class="feature-img">
<img class="img-fluid" src="/img/cyber-awareness/a2.jpeg" alt=""width="200" height="300"></img>
</div></center>

<li><center> <b>An application where camera and microphone permission has been disabled.</b>
</center> </li>
<center><div class="feature-img">
<img class="img-fluid" src="/img/cyber-awareness/a1.jpeg" alt="" width="200" height="300"></img>
</div></center>

<h5>What to do if you become a victim?</h5>
<li><b>evidence:</b> You should make a record of what has been posted online. Even if legal matters aren't your first thought, it could be important later. Social media can remove posts in an instant this can leave you without proof of a crime.</li>
<li><b>Report:</b> Social media has strict measures to get intimate content removed. Even pornographic websites will take down the content in such cases. Except for websites dedicated to revenge porn.</li>
<li><b>Talk to your family:</b> The biggest fear can be that people closest to you will see what's been posted. Telling them first could soften the blow.</li>
<li><b>Think about the next step:</b> Laws are there to protect people against such harassment. But there ain’t any concrete one to date. Sections 67 and 67A of the IT Act are against the publishing and circulation of what the act calls 'obscene' or 'lascivious' content.</li>
</ul>


Expand Down
Binary file added img/cyber-awareness/20201007_115821.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cyber-awareness/App-Permissions-Security.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/cyber-awareness/Blogheader-e1551872404255.png
Binary file not shown.
Binary file added img/cyber-awareness/a1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cyber-awareness/a2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cyber-awareness/a3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cyber-awareness/a4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit a3535a3

Please sign in to comment.