<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Sampreeth Nataraj</title>
    <description>The latest articles on Forem by Sampreeth Nataraj (@sampreeth).</description>
    <link>https://forem.com/sampreeth</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1388437%2F2e79cf5f-7496-4b2a-8475-e858e9df6360.png</url>
      <title>Forem: Sampreeth Nataraj</title>
      <link>https://forem.com/sampreeth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sampreeth"/>
    <language>en</language>
    <item>
      <title>Root your android device</title>
      <dc:creator>Sampreeth Nataraj</dc:creator>
      <pubDate>Sat, 13 Apr 2024 19:21:00 +0000</pubDate>
      <link>https://forem.com/sampreeth/root-your-android-device-10nn</link>
      <guid>https://forem.com/sampreeth/root-your-android-device-10nn</guid>
      <description>&lt;h2&gt;
  
  
  What Is Rooting?
&lt;/h2&gt;

&lt;p&gt;Rooting is a process of giving the device user the superuser permissions or the privilege to access the device system files&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Is It Needed ?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Rooting allows elevated system access. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It enhances the engineering control over your phone.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can decide what your phone can do .&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The appearance of your device will be in your hands &lt;br&gt;
(ultimately customisable).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;All aspects of the operating system can be customised with &lt;br&gt;
the only real limitation being the level of coding &lt;br&gt;
expertise.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Rooting also gives you access to the device's system files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is done to remove the restrictions that the device &lt;br&gt;
hardware manufacturer and the carriers have put on the &lt;br&gt;
device&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How To Root An Android Device?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;If you are running android 12 or greater there is a &lt;br&gt;
possibility that you are prevented to unlock the OEM so &lt;br&gt;
follow the guide to &lt;a href="https://dev.to/sampreeth/downgrade-your-android-device-to-android-10-o6c"&gt;downgrade your device.&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In order to enable developer options and OEM unlocking &lt;br&gt;
&lt;a href="https://dev.to/sampreeth/downgrade-your-android-device-to-android-10-o6c"&gt;have a look at my other blog.&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Put your device into fastboot mode &lt;br&gt;
code : adb reboot bootloader&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Connect your device to your pc through a usb cable and OEM&lt;br&gt;&lt;br&gt;
unlock. &lt;br&gt;
code : fastboot oem unlock&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You should get a message that looks similar to this&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj613y94apbs0skixwks6.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj613y94apbs0skixwks6.jpeg" alt="Image description" width="385" height="623"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Press the volume down button once to select the 'yes' &lt;br&gt;
option and then press the power button to unlock the oem.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To root your device you need to follow a few steps.&lt;/p&gt;

&lt;p&gt;7.1. Download the device firmware either from their &lt;br&gt;
   community or from &lt;a href="//xdaforums.com"&gt;xda forums&lt;/a&gt; on your &lt;br&gt;
   pc.&lt;/p&gt;

&lt;p&gt;7.2. Download &lt;a href="http://bit.ly/3O38nbz"&gt;Payload Dumper&lt;/a&gt; and&lt;br&gt;
   &lt;a href="https://bit.ly/3z9ddft"&gt;Platform tools&lt;/a&gt; on your pc&lt;/p&gt;

&lt;p&gt;7.3. Extract and open the device firmware folder and copy &lt;br&gt;
   the payload.bin file for my oneplus device it looks &lt;br&gt;
   like this&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faynnpq0duf2ryiuyu8ho.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faynnpq0duf2ryiuyu8ho.png" alt="Image description" width="800" height="507"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;7.4. Next extract the payload dumper folder and paste &lt;br&gt;
      the payload.bin file that we copied earlier in the &lt;br&gt;
      payload_input folder&lt;/p&gt;

&lt;p&gt;7.5. Run the payload dumper application(as administrator) &lt;br&gt;
  this step will take some time wait for the application &lt;br&gt;
  to close itself.&lt;/p&gt;

&lt;p&gt;7.6. In the payload_output folder copy the boot.img file &lt;br&gt;
   paste it to the suitable directory and type cmd and &lt;br&gt;
   hit enter in the text-box above.&lt;/p&gt;

&lt;p&gt;7.7. Connect your phone to the pc through a USB cable . &lt;/p&gt;

&lt;p&gt;7.8.  Execute the following command:&lt;br&gt;
code: adb push boot.img storage/self/primary/&lt;/p&gt;

&lt;p&gt;7.9. On your phone search for magisk in your browser and &lt;br&gt;
     download and install the latest version. Or install &lt;br&gt;
     magisk &lt;br&gt;
code : adb install magisk-ver.apk&lt;/p&gt;

&lt;p&gt;7.10. Open the magisk application and click on install&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fojd6a3hae8345yihti79.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fojd6a3hae8345yihti79.jpg" alt="Image description" width="540" height="1204"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;7.11. Next click on select and patch a file then &lt;br&gt;
       navigate to the boot.img file on your phone and &lt;br&gt;
       select it.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdq066yq4zyahgq7uw59n.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdq066yq4zyahgq7uw59n.jpg" alt="Image description" width="540" height="1204"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;7.12. Copy the patched file to your pc.&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxa3rgx3krua3bwhmfsqi.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxa3rgx3krua3bwhmfsqi.jpg" alt="Image description" width="800" height="393"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;7.13. Enter fastboot mode on your phone and type the &lt;br&gt;
       following in your pc&lt;br&gt;
&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code&gt;fastboot flash boot patchedfile.img&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Note: Remember to replace the patchedfile.img by the file you copied to your computer.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdhhduyljfr9pww0y5oo4.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdhhduyljfr9pww0y5oo4.jpg" alt="Image description" width="800" height="150"&gt;&lt;/a&gt;&lt;br&gt;
     7.14. Boot your phone by pressing the power button and &lt;br&gt;
           you are good to go.&lt;br&gt;
     7.15. In order to verify if you are rooted or not , &lt;br&gt;
           install the rootchecker app and hit on verify &lt;br&gt;
           root. &lt;/p&gt;

&lt;p&gt;That's it folks happy rooting, dont brick your phone.&lt;/p&gt;

</description>
      <category>android11</category>
      <category>nethunter</category>
      <category>rooting</category>
      <category>superuser</category>
    </item>
    <item>
      <title>Downgrade your android device to android 10</title>
      <dc:creator>Sampreeth Nataraj</dc:creator>
      <pubDate>Thu, 11 Apr 2024 14:05:07 +0000</pubDate>
      <link>https://forem.com/sampreeth/downgrade-your-android-device-to-android-10-o6c</link>
      <guid>https://forem.com/sampreeth/downgrade-your-android-device-to-android-10-o6c</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Caution: This is only to unlock the oem of your mobile &lt;br&gt;
            phone and should be done only if you have android &lt;br&gt;
            12 or above in your device&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Enable Developer Options:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Head to settings on your device.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on about device&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqf85jfxra9hktw0kppdx.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqf85jfxra9hktw0kppdx.jpeg" alt="Image description" width="540" height="1170"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;3.Tap on Build number 7 times to enable developer options&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiscypxjyzusy8xtzgel5.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiscypxjyzusy8xtzgel5.jpeg" alt="Image description" width="540" height="1170"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;You will get a popup saying that you are a developer now.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkeyqg247tqme6q8i2sh4.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkeyqg247tqme6q8i2sh4.jpeg" alt="Image description" width="540" height="1170"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Head to developer options on your phone and turn the &lt;br&gt;
on advanced reboot and USB debugging.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsy1v7yrdnnqefi3j7grl.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsy1v7yrdnnqefi3j7grl.jpeg" alt="Image description" width="540" height="1170"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Connect your phone to your PC with a USB cable.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;7.Once you've backed up all of your data, you'll need to &lt;br&gt;
   download an Android factory image of the version you want &lt;br&gt;
   to go back to. You can find this at the manufacturers &lt;br&gt;
   website if not then best place to find it is &lt;a href="//xdaforums.com"&gt;XDA forums&lt;/a&gt; &lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftj77n7aenispw2r6eiec.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftj77n7aenispw2r6eiec.png" alt="Image description" width="800" height="605"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download the &lt;a href="https://developer.android.com/tools/releases/platform-tools"&gt;SDK platform tools&lt;/a&gt; if you are using windows then,&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Extract the zip file to the desired location. &lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhntcltzgaiayejc8fp5q.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhntcltzgaiayejc8fp5q.jpeg" alt="Image description" width="610" height="448"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Navigate to the platform tools folder and type cmd in the search text-box&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvtgh28oppdwhrrdi21zr.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvtgh28oppdwhrrdi21zr.jpeg" alt="Image description" width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Then type
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;adb devices
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;in the command prompt. You will get a string with the device being connected to your pc&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F79uyc8395t3cq2cl5grp.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F79uyc8395t3cq2cl5grp.jpeg" alt="Image description" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Type
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;adb reboot bootloader
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;in the command prompt.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Your device will reboot into fastboot mode.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F73xl5auoao83qeroulcl.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F73xl5auoao83qeroulcl.jpeg" alt="Image description" width="800" height="1422"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now you learnt how to set your phone to fastboot mode.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Press the power button and boot your device.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Search for your local updater apk (for oneplus it is&lt;br&gt;
 &lt;a href="https://androidfilehost.com/?fid=15664248565197197812"&gt;oplocal updater&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Caution: remember to do this in fastboot mode&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
 From the stock rom you downloaded, take the .img file &lt;br&gt;
 and type the following command in the same directory&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;fastboot flash bootloader [bootloader file name].img
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Downgrade to the desired version by selecting it in the 
 apk installer.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnv0vaerrnz2wvpoe6rjt.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnv0vaerrnz2wvpoe6rjt.jpeg" alt="Image description" width="540" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now you are good to go your mobile phone will be downgraded to the one you like.&lt;/p&gt;

</description>
      <category>downgrade</category>
      <category>android11</category>
      <category>root</category>
      <category>hacking</category>
    </item>
    <item>
      <title>Install Kali NetHunter On Your Android Device</title>
      <dc:creator>Sampreeth Nataraj</dc:creator>
      <pubDate>Wed, 10 Apr 2024 15:27:13 +0000</pubDate>
      <link>https://forem.com/sampreeth/install-kali-nethunter-on-your-android-device-256c</link>
      <guid>https://forem.com/sampreeth/install-kali-nethunter-on-your-android-device-256c</guid>
      <description>&lt;h2&gt;
  
  
  What is Kali?
&lt;/h2&gt;

&lt;p&gt;Kali Linux is a Debian-derived Linux distribution that is maintained by Offensive Security. It was developed by Mati Aharoni and Devon Kearns. Kali Linux is a specially designed OS for network analysts, Penetration testers, or in simple words, it is for those who work under the umbrella of cybersecurity and analysis.&lt;/p&gt;

&lt;h2&gt;
  
  
  Kali on android!
&lt;/h2&gt;

&lt;p&gt;Exploring and working with Kali Linux is great but having it on your android device is exuberating. We can achieve this by following the steps below&lt;/p&gt;

&lt;h2&gt;
  
  
  My device
&lt;/h2&gt;

&lt;p&gt;I have used a OnePlus 7  GM-1901 256 GB storage 8 GB RAM mobile phone with a Snapdragon 855 Octa-core processor. This ran android 12 earlier.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why  OnePlus 7?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;It was on the Nethunter recommended hardware list  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It was easily available.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I already had an OnePlus 7 and was happy with the service &lt;br&gt;
and assistance. My device bricked once and i went to the &lt;br&gt;
oneplus service center to get it fixed and they fixed the &lt;br&gt;
software for free.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It was one of the affordable phones in the pre used &lt;br&gt;
market.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The device firmware was provided by OnePlus Community.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How to install NetHunter on your android device
&lt;/h2&gt;

&lt;p&gt;Important Repository &lt;br&gt;
Note: You got to get the versions of the rom right dont ever mess this up here are some of the softwares that i used which may be of help to you.&lt;/p&gt;

&lt;p&gt;1) Roms (Links) &lt;br&gt;
2) Magisk to root your device&lt;br&gt;
3) OnePlus Local Update for Android :- To downgrade&lt;br&gt;
4) TWRP custom bootloader&lt;br&gt;
5) msmdownload (to recover from bricking issues) &lt;br&gt;
6) Nethunter &lt;/p&gt;

&lt;p&gt;Summary of steps &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;OEM unlock the boot loader If you are on Android12 
downgrade to 11 &lt;/li&gt;
&lt;li&gt;Root the device &lt;/li&gt;
&lt;li&gt;Install Nethunter &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Detailed Steps below &lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/sampreeth/downgrade-your-android-device-to-android-10-3jhg-temp-slug-7720644"&gt;1. Downgrade your android device to android 11 or lesser.&lt;br&gt;
   (This step is to be followed only if you have a phone with &lt;br&gt;
   android version 12 or above In my case I had an android &lt;br&gt;
   12 running device and had to downgrade it to android 10.)&lt;br&gt;
&lt;/a&gt;   &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://dev.to/sampreeth/root-your-android-device-fac-temp-slug-6773951"&gt;Root your android device&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Install Kali NetHunter.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzwdherww1s7kkviuqqg9.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzwdherww1s7kkviuqqg9.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this post you will be successfully be able to perform the third step(installing kali nethunter) &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Visit store.nethunter.com and download the apk &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo0a63eymwkr1l9h7ymzs.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo0a63eymwkr1l9h7ymzs.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Head to "Downloads" in your local storage and click on NetHunterStore.apk&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9l1g5rxwkfqvirvfbjsf.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9l1g5rxwkfqvirvfbjsf.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You will get a popup asking you to confirm installation of applications from unknown sources. Click on "ok".&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Go to NetHunter store and search for NetHunter.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqrl1g59viblk1r5e6hjf.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqrl1g59viblk1r5e6hjf.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Download and Install :
     1. NetHunter Terminal Kali Linux
     2. NetHunter KeX bVNC customized for NetHunter KeX
     3. NetHunter NetHunter installer, updater, and 
        interface for Kali Linux on Android.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;6.Open NetHunter Terminal and type the following commands:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;pkg install tsu&lt;/li&gt;
&lt;li&gt;apt install wget&lt;/li&gt;
&lt;li&gt;wget -o install-nethunter-termux 
  &lt;a href="https://offs.ec/2MceZWr" rel="noopener noreferrer"&gt;https://offs.ec/2MceZWr&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;sudo apt install nethunter&lt;/li&gt;
&lt;li&gt;nethunter&lt;/li&gt;
&lt;li&gt;nethunter kex passwd(give a password for kex)&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;nethunter kex &amp;amp;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Remember the port number eg 5901
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F67nv5c0vtwthm1z325e5.jpeg" alt="Image description"&gt;
&lt;/li&gt;
&lt;li&gt;Open NetHunter Kex application that we installed from the 
NetHunter store earlier and enter the password given to 
kex earlier under the VNC password textbox.&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;

&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhros5uh5hbln3e7qhdko.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhros5uh5hbln3e7qhdko.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;After entering the password click on open VNC &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25i009ck4mwr1ql89pf4.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F25i009ck4mwr1ql89pf4.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Enjoy your Kali android.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpurh816wzipfhsk3e31k.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpurh816wzipfhsk3e31k.jpeg" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kali</category>
      <category>nethunter</category>
      <category>hacking</category>
      <category>android</category>
    </item>
    <item>
      <title>Password Exfiltration With Bash Bunny</title>
      <dc:creator>Sampreeth Nataraj</dc:creator>
      <pubDate>Wed, 27 Mar 2024 09:09:09 +0000</pubDate>
      <link>https://forem.com/sampreeth/bash-bunny-getting-started-k14</link>
      <guid>https://forem.com/sampreeth/bash-bunny-getting-started-k14</guid>
      <description>&lt;p&gt;In this project I have used the Bash Bunny "Getting Started With Bash Bunny" and used one of hak 5's payload to show a simple password grabber and how it works.&lt;/p&gt;

&lt;p&gt;Author : Sampreeth.Nataraj&lt;br&gt;
Creds : Hak5Darren, AlessandroZ, TeCHemically, dragmus13, RazerBlade, Jdebetaz&lt;br&gt;
Firmware support : 1.1 and higher&lt;br&gt;
Target version : Windows 7 and higher&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Description:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Grabs password from chrome, internet explorer, Firefox, FileZilla and more... This payload makes use of AleZssandroZ's awesome LaZagne password recovery tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  Grab some passwords
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Download the latest &lt;a href="https://github.com/AlessandroZ/LaZagne/releases"&gt;lazagne zip&lt;/a&gt; file from .&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Turn off the antivirus and malware detection .&lt;br&gt;
Unzip the zip file and place the exe file in the tools folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Place the &lt;a href="https://github.com/hak5/bashbunny-payloads/tree/master/payloads/library/credentials/PasswordGrabber"&gt;payload.ps1 and payload.txt&lt;/a&gt; files along with the lazagne folder in the preferred payload switch eg: switch1 or switch2.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Plug in the bash bunny (placed in the switch mode which contains the payload) in the windows machine and enjoy&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The passwords grabbed will be placed in the passwords.txt file of the tools folder.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>bashbunny</category>
      <category>security</category>
      <category>hak5</category>
      <category>pentesting</category>
    </item>
    <item>
      <title>Bash Bunny getting started</title>
      <dc:creator>Sampreeth Nataraj</dc:creator>
      <pubDate>Wed, 27 Mar 2024 09:09:09 +0000</pubDate>
      <link>https://forem.com/sampreeth/bash-bunny-getting-started-4ic8</link>
      <guid>https://forem.com/sampreeth/bash-bunny-getting-started-4ic8</guid>
      <description>&lt;p&gt;In this project I have used the Bash Bunny "Getting Started With Bash Bunny" and used one of hak 5's payload to show a simple password grabber and how it works.&lt;/p&gt;

&lt;p&gt;Author : Sampreeth.Nataraj&lt;br&gt;
Creds : Hak5Darren, AlessandroZ, TeCHemically, dragmus13, RazerBlade, Jdebetaz&lt;br&gt;
Firmware support : 1.1 and higher&lt;br&gt;
Target version : Windows 7 and higher&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Description:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Grabs password from chrome, internet explorer, Firefox, FileZilla and more... This payload makes use of AleZssandroZ's awesome LaZagne password recovery tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  Grab some passwords
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Download the latest &lt;a href="https://github.com/AlessandroZ/LaZagne/releases"&gt;lazagne zip&lt;/a&gt; file from .&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Turn off the antivirus and malware detection .&lt;br&gt;
Unzip the zip file and place the exe file in the tools folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Place the &lt;a href="https://github.com/hak5/bashbunny-payloads/tree/master/payloads/library/credentials/PasswordGrabber"&gt;payload.ps1 and payload.txt&lt;/a&gt; files along with the lazagne folder in the preferred payload switch eg: switch1 or switch2.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Plug in the bash bunny (placed in the switch mode which contains the payload) in the windows machine and enjoy&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The passwords grabbed will be placed in the passwords.txt file of the tools folder.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>bashbunny</category>
      <category>security</category>
      <category>hak5</category>
      <category>pentesting</category>
    </item>
  </channel>
</rss>
