<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Atharva Kadlag on BitBanged</title><link>https://bitbanged.com/authors/atharva-kadlag/</link><description>Recent content in Atharva Kadlag on BitBanged</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>utkarsh@bitbanged.com (Utkarsh Verma)</managingEditor><webMaster>utkarsh@bitbanged.com (Utkarsh Verma)</webMaster><lastBuildDate>Sun, 13 Sep 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://bitbanged.com/authors/atharva-kadlag/index.xml" rel="self" type="application/rss+xml"/><item><title>How to exploit EternalBlue vulnerability</title><link>https://bitbanged.com/posts/how-to-exploit-eternalblue-vulnerability/</link><pubDate>Sun, 13 Sep 2020 00:00:00 +0000</pubDate><author>utkarsh@bitbanged.com (Utkarsh Verma)</author><guid>https://bitbanged.com/posts/how-to-exploit-eternalblue-vulnerability/</guid><description>This article is meant for educational purposes only, gaining unauthorized access to machines is a serious offense and this article, website, or the author, in no way, promote such behavior.
Introduction to EternalBlue #EternalBlue is the name given to a software vulnerability on Microsoft&amp;rsquo;s Windows operating system.
It is an exploit that allows cyber threat actors to remotely execute arbitrary code and gain access to a network by sending specially crafted packets.</description></item><item><title>Remove duplicate elements from lists</title><link>https://bitbanged.com/posts/one-liners/remove-duplicate-elements-from-lists/</link><pubDate>Thu, 26 Mar 2020 07:40:56 +0530</pubDate><author>utkarsh@bitbanged.com (Utkarsh Verma)</author><guid>https://bitbanged.com/posts/one-liners/remove-duplicate-elements-from-lists/</guid><description>Question #With a given list of integers, write a python program to print this list after filtering out the duplicate values.
Input Format: #In one line take the elements of the list L with each element separated by a space.
Output Format: #Print the elements of the modified list in one line with each element separated by a space.
Solution #Cool way (Neat as well): #print(*list(map(int, set(list(input().split()))))) Explanation: #Sets in Python can only store unique elements.</description></item><item><title>Year-wise population graph using Scrapy</title><link>https://bitbanged.com/posts/year-wise-population-graph-using-scrapy/</link><pubDate>Thu, 26 Mar 2020 00:00:00 +0000</pubDate><author>utkarsh@bitbanged.com (Utkarsh Verma)</author><guid>https://bitbanged.com/posts/year-wise-population-graph-using-scrapy/</guid><description>I have always been amazed by phenomena like entropy and chaos. At the same time, I feel pleased while seeing straight lines and symmetric curves. So, I love to find patterns in chaos. Have you heard about the Bell curve ? Almost every natural phenomena if studied a long time follows the Bell curve. I thought, why not plot the world population vs year graph, and see how much it matches.</description></item></channel></rss>