<?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>DEV Community: Rutuj Runwal</title>
    <description>The latest articles on DEV Community by Rutuj Runwal (@rutujr).</description>
    <link>https://dev.to/rutujr</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%2F605896%2F4dcd5c0d-2fa3-4569-8b55-2f82092c0d7e.png</url>
      <title>DEV Community: Rutuj Runwal</title>
      <link>https://dev.to/rutujr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rutujr"/>
    <language>en</language>
    <item>
      <title>A deep-dive into browser fingerprinting and privacy</title>
      <dc:creator>Rutuj Runwal</dc:creator>
      <pubDate>Sun, 17 Jul 2022 15:00:00 +0000</pubDate>
      <link>https://dev.to/rutujr/a-deep-dive-into-browser-fingerprinting-and-privacy-13d2</link>
      <guid>https://dev.to/rutujr/a-deep-dive-into-browser-fingerprinting-and-privacy-13d2</guid>
      <description>&lt;h3&gt;
  
  
  Digital Privacy
&lt;/h3&gt;

&lt;p&gt;The standard definition of privacy includes two important elements: “the state of being alone and not being watched or interrupted by other people.” But when you compare this with the ever-evolving digital world this definition begins to diminish.&lt;/p&gt;

&lt;p&gt;When you are scrolling through say a social media app, you are physically alone but are you alone digitally? &lt;br&gt;
Do you remember one of those instances where you talk about buying a product on an app and suddenly your whole browsing experience is interrupted by ads pertaining to that product?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So does that mean someone is spying on me?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Tracking my every move? My interests,likes,dislikes,purchases?!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Well, the answer to this is in some capacity both &lt;em&gt;yes&lt;/em&gt; and &lt;em&gt;no&lt;/em&gt;&lt;br&gt;
You are a &lt;code&gt;data point&lt;/code&gt;.&lt;br&gt;
A data point is a discrete unit of information that when gathered in large amounts can be used to create a digital profile that can be leveraged by a company for business growth.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fak.picdn.net%2Fshutterstock%2Fvideos%2F23768194%2Fthumb%2F3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fak.picdn.net%2Fshutterstock%2Fvideos%2F23768194%2Fthumb%2F3.jpg" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  The blurring lines between data collection and privacy
&lt;/h3&gt;

&lt;p&gt;Data is important, it helps businesses make appropriate decisions and it is crucial to get the right data at the right time. A website/service/application can collect data for the following use cases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Audience Demographic Analysis&lt;/li&gt;
&lt;li&gt;Find out section(s) of the website that get most interactivity(And improving the user experience for the onces that don't)&lt;/li&gt;
&lt;li&gt;Protect against hacks&lt;/li&gt;
&lt;li&gt;Detect and Block Malicious Access&lt;/li&gt;
&lt;li&gt;Check if user is a bot&lt;/li&gt;
&lt;li&gt;Verifying Ad revenue generation and providing tailored recommendations&lt;/li&gt;
&lt;li&gt;Telemetry and "Anonymous" Usage Statistics&lt;/li&gt;  
&lt;/ul&gt;

&lt;p&gt;Data is necessary but a check is needed to find out the amount and kind of data some services collect. Take a look at the key-value pairs collected by a popular framework.It includes(but is not limited to) Users Geo location,The time of the visit,Whether user has a VPN service,Interaction with the content,Advertisments displayed to the user,Interaction with the advertisment,Interest based classification of user habits and so on.&lt;br&gt;
&lt;a href="https://media2.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%2Fwirjkv1ui37z9oys1g6l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fwirjkv1ui37z9oys1g6l.png" alt="Data Collection" width="800" height="244"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  Browser Fingerprinting
&lt;/h4&gt;

&lt;p&gt;So now that we know what kind of data collection is possible from the user side let's take a quick look at what is possible to get from the browser itself.&lt;br&gt;
A device fingerprint, machine fingerprint, or browser fingerprint is information collected about your device for the purpose of unique identification or "fingerprinting". Fingerprints can be used to fully or partially identify individual users or devices even when cookies are turned off. Just like our " fingerprints" are unique to you,digital fingerprints are unique to your browser.&lt;br&gt;
Take a look at this excerpt of a script from doubleclick-net[A robust tracking network] employing fingerprinting technology.The code is obfuscated and minified but after pretty-printing,the snippet occurs at about line 8095:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2F2x694s1ezd6hpwnu1za6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2F2x694s1ezd6hpwnu1za6.png" alt="doubleclick.net tracking" width="800" height="452"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This script extracts information like the type of operating system you use,screen resolution,timezone,if Js is enabled or not,browser type and version,language,active plugins,installed fonts,CPU class&lt;br&gt;
device memory and various other settings.&lt;/p&gt;
&lt;h3&gt;
  
  
  Enforcing Privacy
&lt;/h3&gt;

&lt;p&gt;To check how much fingerprinting data is sent out from your browser take a look at:&lt;br&gt;
&lt;a href="https://coveryourtracks.eff.org/" rel="noopener noreferrer"&gt;https://coveryourtracks.eff.org/&lt;/a&gt;&lt;br&gt;
OR&lt;br&gt;
&lt;a href="https://amiunique.org/" rel="noopener noreferrer"&gt;https://amiunique.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To take back control of your private data and limit the amount of tracking by using open-source research-driven tools.&lt;/p&gt;
&lt;h4&gt;
  
  
  Browser Extensions
&lt;/h4&gt;

&lt;p&gt;I have designed a modern open-source browser extensions that you can use to enforce privacy.&lt;/p&gt;

&lt;p&gt;RR Adblocker: &lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://chromewebstore.google.com/detail/rr-adblocker/chnhdkklhnokmmcklomnlcmcdbdiaemp" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Flh3.googleusercontent.com%2Fp_-vIkOwZ0xE6j9-I7tm06fj4vPdyGsGM5-bCLpllihwn-D69EU0yRbBmyS7fu_HchwLWNtISn-EyZxeuJcUqBLxXA%3Ds128-rj-sc0x00ffffff" height="128" class="m-0" width="128"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://chromewebstore.google.com/detail/rr-adblocker/chnhdkklhnokmmcklomnlcmcdbdiaemp" rel="noopener noreferrer" class="c-link"&gt;
            RR Adblocker - Chrome Web Store
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fssl.gstatic.com%2Fchrome%2Fwebstore%2Fimages%2Ficon_48px.png" width="48" height="48"&gt;
          chromewebstore.google.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;You can test these products with a quick adblocker test(also opensource): &lt;a href="https://d3ward.github.io/toolz/adblock" rel="noopener noreferrer"&gt;Adblocker Test&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Techniques
&lt;/h4&gt;

&lt;p&gt;Modern web-browsers allow extensions to apply many techniques to limit tracking including filtering of requests based on pre-set lists,regEx,blocking 3rd party cookies,prioritizing HTTPS.&lt;br&gt;
Recent advances in AI and deeplearning have also been tested and will be soon phased in browser extensions&lt;br&gt;
Research by University of California, Davis:&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://web.cs.ucdavis.edu/~zubair/files/fpinspector-sp2021.pdf" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;web.cs.ucdavis.edu&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;a href="https://web.cs.ucdavis.edu/~zubair/files/fpinspector-sp2021.pdf" rel="noopener noreferrer"&gt;Reference 1&lt;/a&gt;, &lt;a href="https://cujo.com/building-a-browser-fingerprinting-detector-ai/" rel="noopener noreferrer"&gt;Reference 2&lt;/a&gt;

&lt;p&gt;Other Reads: &lt;br&gt;
Creating a context-menu malware scanner: &lt;a href="https://dev.to/rutujr/context-menu-malware-scanner-using-python-57j2"&gt;Here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's Connect: &lt;a href="https://bit.ly/let_us_connect" rel="noopener noreferrer"&gt;Linkedin&lt;/a&gt; &lt;br&gt;
Thank you 😇&lt;br&gt;
Cheers!&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>opensource</category>
      <category>security</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>LGM-Summer Of Code Experience</title>
      <dc:creator>Rutuj Runwal</dc:creator>
      <pubDate>Sat, 14 Aug 2021 04:33:34 +0000</pubDate>
      <link>https://dev.to/rutujr/lgmsoc-experience-5hmj</link>
      <guid>https://dev.to/rutujr/lgmsoc-experience-5hmj</guid>
      <description>&lt;p&gt;Hello Everyone,&lt;/p&gt;

&lt;p&gt;I am &lt;a href="https://www.linkedin.com/in/rutuj-runwal/"&gt;Rutuj Runwal&lt;/a&gt; and in this post I will be sharing my experience as an Open Source Contributor at Let's Grow More(LGM) through their Summmer of Code Program 2021.&lt;/p&gt;

&lt;p&gt;The program was really well structured and had tons of projects to contribute from different types of fields.There were web-based projects such as &lt;a href="https://project-zone.netlify.app/about"&gt;Project Zone&lt;/a&gt; that suggests the user about the projects they can create based on their skills. There were also projects that had a combination of various self-reliant scripts in different languages ranging from basic scripts that do some required tasks to fully automated mega projects such as a Website Checker that detects vulnerabilities in a website.&lt;br&gt;
&lt;a href="https://hacking-scripts.netlify.app/python-scripts.html"&gt;Know More&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As an opensource contributor, I collaborated with many open source projects and with 100+ PR's accepted in domains ranging from Web Development to AI and ML , My LGM-SoC journey was full of great learning and improving the open source projects.&lt;br&gt;
Some of the projects that I worked on are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/amanosan/Discord-Bot/blob/master/README.md"&gt;LunaBot&lt;/a&gt; [A discord bot to educate people about the Stock Market and Crypto Market]&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/rockingrohit9639/project-zone"&gt;Project Zone&lt;/a&gt; [Tensorflow.js powered web-app suggests the user about the projects they can create]&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hacking-scripts.netlify.app/python-scripts.html"&gt;Hacking Scripts&lt;/a&gt; [Provide utility scripts that might make everyday life easy]&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/akshitagupta15june/Face-X"&gt;Face-X&lt;/a&gt; [Recognition of human faces by different algorithms and frameworks.]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--skI_erYJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://raw.githubusercontent.com/rockingrohit9639/project-zone/main/Project_Img/GIF_DEMO.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--skI_erYJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://raw.githubusercontent.com/rockingrohit9639/project-zone/main/Project_Img/GIF_DEMO.gif" width="800" height="366"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's Connect: &lt;a href="https://bit.ly/let_us_connect"&gt;Linkedin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hey Reader, I have also created a &lt;strong&gt;Anti-malware app&lt;/strong&gt;: &lt;a href="https://dev.to/rutujr/context-menu-malware-scanner-using-python-57j2"&gt;Click Here👀&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>LGMVIP- Internship Experience</title>
      <dc:creator>Rutuj Runwal</dc:creator>
      <pubDate>Tue, 27 Jul 2021 16:55:55 +0000</pubDate>
      <link>https://dev.to/rutujr/lgmvip-internship-experience-5653</link>
      <guid>https://dev.to/rutujr/lgmvip-internship-experience-5653</guid>
      <description>&lt;p&gt;Hello Everyone,&lt;/p&gt;

&lt;p&gt;I am &lt;a href="https://www.linkedin.com/in/rutuj-runwal/"&gt;Rutuj Runwal&lt;/a&gt; and in this post I will be sharing my experience as a Web Developer Intern at Let's Grow More(LGM) through their Virtual Internship Program that I had joined for July 2021.&lt;/p&gt;

&lt;p&gt;It was a well-structured internship and as a Web Developer Intern I was expected to complete at least 2 out of the 3 listed tasks using relevant technologies. The tasks were as follows :-&lt;br&gt;
Beginner Level Task :- Create a Single Page Website using HTML, CSS and JavaScript. The website had to follow a predefined design pattern along with a few creative changes. &lt;br&gt;
Intermediate Level Task :- Create a Web Application using ReactJs. The application had to feature an API call to display user data. It also featured a loader to be displayed while the data was still being fetched.&lt;br&gt;
Advanced Level Task :- Student Result Management System using HTML, CSS, JavaScript, PHP and MySQL.&lt;/p&gt;

&lt;p&gt;I have successfully completed the first two tasks and had learned a lot in this process.&lt;br&gt;
&lt;b&gt;Beginner Level:&lt;/b&gt; I always use bootstrap 5.0 as my go-to library when designing single page applications. It provides you with flexibility and creativity for your website while still maintaining responsiveness throughout your website. It was a good experience to design the webpage according to a predefined design and add extra bits into it to get an immersive experience. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Intermediate Level:&lt;/b&gt; I was exploring the wonderous capabilities that ReactJs had and I had already made a few projects using ReactJs earlier: &lt;b&gt;&lt;a href="https://rutuj-runwal.github.io/easynotes/"&gt;Notes App&lt;/a&gt;&lt;/b&gt; and &lt;b&gt;&lt;a href="https://molog-media.netlify.app/"&gt;MoLog Marketing&lt;/a&gt;&lt;/b&gt; But I had never used external data from firebase or any API etc into my sites. Thus, this task gave me an insight into using API’s in react and it was the perfect time for me to understand more about React through this task. I used react-bootstrap to set up a clean UI to display the data. I also added a “Load More” functionality into my page to fetch and display more data onto my app.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KCGRhpDX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://lh4.googleusercontent.com/Tx3Xa99y-O01VoD4QNJXXv5chnuj5C5Rk8NFTDo0hsxIvJ89AMfrgn-K_sjACiUf2xG0tVC6vjkqCq3-wMzC%3Dw1920-h942-rw" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KCGRhpDX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://lh4.googleusercontent.com/Tx3Xa99y-O01VoD4QNJXXv5chnuj5C5Rk8NFTDo0hsxIvJ89AMfrgn-K_sjACiUf2xG0tVC6vjkqCq3-wMzC%3Dw1920-h942-rw" alt="Rutuj Runwal's Web App" width="800" height="395"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Features:&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fetch and Display API Data&lt;/li&gt;
&lt;li&gt;Responsive Design&lt;/li&gt;
&lt;li&gt;Load More button to get more data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All the source code is present on my Github: &lt;a href="https://github.com/Rutuj-Runwal/LGMVIP-WebDev"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thus, It was a wonderful experience and an opportunity to explore more. &lt;/p&gt;

&lt;p&gt;Let's Connect: &lt;a href="https://bit.ly/let_us_connect"&gt;Linkedin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hey Reader, I have also created a &lt;strong&gt;Anti-malware app&lt;/strong&gt;: &lt;a href="https://dev.to/rutujr/context-menu-malware-scanner-using-python-57j2"&gt;Click Here👀&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Context Menu Malware Scanner using Python</title>
      <dc:creator>Rutuj Runwal</dc:creator>
      <pubDate>Tue, 30 Mar 2021 11:41:10 +0000</pubDate>
      <link>https://dev.to/rutujr/context-menu-malware-scanner-using-python-57j2</link>
      <guid>https://dev.to/rutujr/context-menu-malware-scanner-using-python-57j2</guid>
      <description>&lt;h4&gt;
  
  
  What is this?
&lt;/h4&gt;

&lt;p&gt;&lt;em&gt;Windows Context Menu Scanner[WCMS]&lt;/em&gt; helps you scan suspicious files for malware with just a right-click.The scanner is integrated right into the Windows Context Menu so you can Scan the file quickly.&lt;/p&gt;

&lt;h4&gt;
  
  
  How it Works?
&lt;/h4&gt;

&lt;p&gt;Currently the scanner uses virustotal API to identify malware.When you right-click to Scan a file a lot is going on under the hood.The flowchart shown below puts it in simple words.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VheGjFcK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://raw.githubusercontent.com/Rutuj-Runwal/Context-Menu-Scanner/main/WCMS%2520Images/Under%2520The%2520Hood.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VheGjFcK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://raw.githubusercontent.com/Rutuj-Runwal/Context-Menu-Scanner/main/WCMS%2520Images/Under%2520The%2520Hood.jpg" width="800" height="574"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  How will it be helpful?
&lt;/h4&gt;

&lt;p&gt;Anti-virus softwares are great but at the same time are complicated to use and they hog a lot of memory.An average user wants something faster and lighter.WCMS is capable of scanning many file types without slowing you down.Just right-click and the results appear instantly.&lt;/p&gt;

&lt;h4&gt;
  
  
  Is that it?
&lt;/h4&gt;

&lt;p&gt;No, I am currently working on this project and there will be several improvements&lt;b&gt;[For Suggestions and Contributions: &lt;a href="https://www.linkedin.com/in/rutuj-runwal/"&gt;Linkedin&lt;/a&gt; ]&lt;/b&gt;.Here are some of my plans:&lt;br&gt;
Future Development&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Adding Signatureless Offline Detection.&lt;/li&gt;
&lt;li&gt;Using Datasets to Predict Samples&lt;/li&gt;
&lt;li&gt;Adding better offline Analysis techniques: &lt;a href="https://storage.googleapis.com/kaggle-forum-message-attachments/1028064/17136/description.pdf"&gt;Techniques&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Building realtime predictions about files using machine learning&lt;/li&gt;
&lt;li&gt;A kind of "Heuristic analysis" that checks executable for size modification using earlier saved data[In form of TXT maybe]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read More &lt;a href="https://www.gyaanibuddy.com/blog/creating-a-windows-context-malware-scanner-using-python/"&gt;Here&lt;/a&gt;&lt;br&gt;
Source code can be viewed at &lt;a href="https://github.com/Rutuj-Runwal/Context-Menu-Scanner/tree/main/Source%20Code"&gt;Github&lt;/a&gt;&lt;br&gt;
Let's Connect: &lt;a href="https://bit.ly/let_us_connect"&gt;Linkedin&lt;/a&gt; &lt;br&gt;
Thank you guys 😇&lt;br&gt;
Cheers!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>github</category>
      <category>security</category>
    </item>
  </channel>
</rss>
