<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hackademic</title>
	<atom:link href="https://hackademic.co.in/feed/" rel="self" type="application/rss+xml" />
	<link>https://hackademic.co.in</link>
	<description>Your Technogeek Station</description>
	<lastBuildDate>Mon, 23 Oct 2023 19:51:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>

<image>
	<url>https://hackademic.co.in/wp-content/uploads/2020/11/cropped-Screen-Shot-2020-11-19-at-1.12.07-AM-32x32.png</url>
	<title>Hackademic</title>
	<link>https://hackademic.co.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hackoween CTF Solution</title>
		<link>https://hackademic.co.in/hackoween/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hackoween-ctf-solution</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Fri, 20 Oct 2023 17:47:34 +0000</pubDate>
				<category><![CDATA[Writeup]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1573</guid>

					<description><![CDATA[Recently, I participated in a CTF called &#8220;Hackoween&#8221;, which was from 10th October to 15th October 2023. It contained mostly web challenges, but also included a few fun OSINT challenges. Here&#8217;s the writeup for the same.]]></description>
										<content:encoded><![CDATA[<p>Recently, I participated in a CTF called &ldquo;Hackoween&rdquo;, which was from 10th October to 15th October 2023. It contained mostly web challenges, but also included a few fun OSINT challenges. Here&rsquo;s the writeup for the same.</p>
<p><a href="https://hackademic.co.in/hackoween/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>BugPoC &#8220;Wacky XSS Challenge&#8221; Writeup</title>
		<link>https://hackademic.co.in/bugpoc-wacky-xss-challenge-writeup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bugpoc-wacky-xss-challenge-writeup</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Wed, 11 Nov 2020 10:39:13 +0000</pubDate>
				<category><![CDATA[Writeup]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1465</guid>

					<description><![CDATA[Hi! Hope you&#8217;re doing good. This challenge used many techniques and I learnt a lot of things from it. Thanks to BugPoC for making this challenge. Let&#8217;s get started. This was the link for the challenge: https://wacky.buggywebsite.com/. It looks like this when we open it: It contains an iframe to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hi! Hope you&rsquo;re doing good. This challenge used many techniques and I learnt a lot of things from it. Thanks to BugPoC for making this challenge. Let&rsquo;s get started. This was the link for the challenge: https://wacky.buggywebsite.com/. It looks like this when we open it: It contains an iframe to https://wacky.buggywebsite.com/frame.html?param=Hello,%20World! which just prints the text in the param...</p>
<p><a href="https://hackademic.co.in/bugpoc-wacky-xss-challenge-writeup/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Adding Undo/Redo functionality to Java Swing/Burp Extension</title>
		<link>https://hackademic.co.in/adding-undo-redo-functionality-to-java-swing-burp-extension/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-undo-redo-functionality-to-java-swing-burp-extension</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Sat, 28 Mar 2020 08:41:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1434</guid>

					<description><![CDATA[While going through some extensions, I realized that most of them don&#8217;t have the undo and redo functionality. So after searching the internet, I have made a small function to do the same. Just call that function with the first parameter as your TextArea/TextView. Github Gist: https://gist.github.com/yashrs/e4e064f036157dbbb0675bee6d88caee Thanks for reading! [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>While going through some extensions, I realized that most of them don&rsquo;t have the undo and redo functionality. So after searching the internet, I have made a small function to do the same. Just call that function with the first parameter as your TextArea/TextView. Github Gist: https://gist.github.com/yashrs/e4e064f036157dbbb0675bee6d88caee Thanks for reading! Hope you learnt something new...</p>
<p><a href="https://hackademic.co.in/adding-undo-redo-functionality-to-java-swing-burp-extension/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating your first buffer-overflow in x64 machines</title>
		<link>https://hackademic.co.in/creating-your-first-buffer-overflow-in-x64-machines/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-your-first-buffer-overflow-in-x64-machines</link>
		
		<dc:creator><![CDATA[Milind Purswani]]></dc:creator>
		<pubDate>Sat, 13 Jul 2019 12:00:26 +0000</pubDate>
				<category><![CDATA[Bug Bounty]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Reverse Engineering]]></category>
		<category><![CDATA[64-bit.]]></category>
		<category><![CDATA[Buffer Overflow]]></category>
		<category><![CDATA[Bufferoverflow]]></category>
		<category><![CDATA[Ethical Hacking]]></category>
		<category><![CDATA[Milind Purswani]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1387</guid>

					<description><![CDATA[If you have no experience of Python, C/C++ or Bash, I recommend you check my previous post. Moreover, you will also learn about some basics of buffer-overflow and understand the attack that we are going to create today. Let’s get started with our 1st overflow. I will try to keep [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you have no experience of Python, C/C++ or Bash, I recommend you check my previous post. Moreover, you will also learn about some basics of buffer-overflow and understand the attack that we are going to create today. Let&rsquo;s get started with our 1st overflow. I will try to keep things as simple as possible. The first thing we need to do is disable Address Space Layout Randomisation (ASLR ).</p>
<p><a href="https://hackademic.co.in/creating-your-first-buffer-overflow-in-x64-machines/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Getting Started with BufferOverflow in x64 machines</title>
		<link>https://hackademic.co.in/getting-started-with-bufferoverflow-in-x64-machines/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-started-with-bufferoverflow-in-x64-machines</link>
		
		<dc:creator><![CDATA[Milind Purswani]]></dc:creator>
		<pubDate>Mon, 01 Jul 2019 10:39:59 +0000</pubDate>
				<category><![CDATA[Bug Bounty]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Reverse Engineering]]></category>
		<category><![CDATA[64-bit.]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Buffer Overflow]]></category>
		<category><![CDATA[Bufferoverflow]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Ethical Hacking]]></category>
		<category><![CDATA[getting-started]]></category>
		<category><![CDATA[Heap Overflow]]></category>
		<category><![CDATA[Milind Purswani]]></category>
		<category><![CDATA[python hacking]]></category>
		<category><![CDATA[Stack Overflow]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1354</guid>

					<description><![CDATA[This is blog post will lay the foundations to buffer-overflow. I recommend you read this blog first before going to the practical session which is followed in another post. Overview A buffer overflow, or&#160;buffer overrun, is an&#160;anomaly where a&#160;program while writing&#160;data to a&#160;buffer, overruns the buffer&#8217;s boundary and overwrites adjacent&#160;memory [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This is blog post will lay the foundations to buffer-overflow. I recommend you read this blog first before going to the practical session which is followed in another post. A buffer overflow, or buffer overrun, is an anomaly where a program while writing data to a buffer, overruns the buffer&rsquo;s boundary and overwrites adjacent memory locations. Buffers are areas of memory set aside to hold data...</p>
<p><a href="https://hackademic.co.in/getting-started-with-bufferoverflow-in-x64-machines/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How a classical XSS can lead to persistent ATO Vulnerability?</title>
		<link>https://hackademic.co.in/how-a-classical-xss-can-lead-to-persistent-ato-vulnerability/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-a-classical-xss-can-lead-to-persistent-ato-vulnerability</link>
		
		<dc:creator><![CDATA[Milind Purswani]]></dc:creator>
		<pubDate>Wed, 19 Jun 2019 17:42:36 +0000</pubDate>
				<category><![CDATA[Bug Bounty]]></category>
		<category><![CDATA[XSS]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1324</guid>

					<description><![CDATA[TL;DR (Too long; Do read) Hello Hunters, XSS (Cross Site Scripting) is really one of the most common bugs that we have found atleast once somewhere The thing that is not common is how we report it? Most of the Bug Bounty Programs asses the severity of an issue by [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hello Hunters, XSS (Cross Site Scripting) is really one of the most common bugs that we have found atleast once somewhere The thing that is not common is how we report it? Most of the Bug Bounty Programs asses the severity of an issue by considering the worst case impact that a particular POC can demonstrate. For instance, an e-commerce site will not consider a CSRF vulnerability, that can lead to...</p>
<p><a href="https://hackademic.co.in/how-a-classical-xss-can-lead-to-persistent-ato-vulnerability/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How I could have hijacked a victim&#8217;s YouTube notifications! (Google VRP Writeup)</title>
		<link>https://hackademic.co.in/youtube-bug/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=youtube-bug</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Tue, 26 Mar 2019 15:21:10 +0000</pubDate>
				<category><![CDATA[Bug Bounty]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1300</guid>

					<description><![CDATA[Hi, So this is my first writeup, I hope you enjoy it! I was just searching around on YouTube if I could find anything but I was really tired and it was 12:30 in the night. I was poking around and I turned on my notifications on YouTube. This was [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hi, So this is my first writeup, I hope you enjoy it! I was just searching around on YouTube if I could find anything but I was really tired and it was 12:30 in the night. I was poking around and I turned on my notifications on YouTube. This was the request that was going: You might guess where I am going with this! At first glance, seeing all those parameters like auth_key, p256dh_key, endpoint...</p>
<p><a href="https://hackademic.co.in/youtube-bug/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Getting Started with Angular Development</title>
		<link>https://hackademic.co.in/getting-started-with-angular-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-started-with-angular-development</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Fri, 25 Jan 2019 20:15:25 +0000</pubDate>
				<category><![CDATA[Angular 6/7 Tutorials & Tips/Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1277</guid>

					<description><![CDATA[Well there are 2 Angular versions: First is AngularJS and other is Angular2+. In this tutorial series we will see the power of Web Apps made by Angular and leverage it. This post will show you how to install and run your first HelloWorld App with AngularS Getting started Welcome [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Well there are 2 Angular versions: First is AngularJS and other is Angular2+. In this tutorial series we will see the power of Web Apps made by Angular and leverage it. This post will show you how to install and run your first HelloWorld App with AngularS Welcome to Angular! Angular helps you build modern applications for the web, mobile, or desktop. This guide shows you how to build and run a...</p>
<p><a href="https://hackademic.co.in/getting-started-with-angular-development/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Android &#124; Enable Full screen option when loading YouTube or any video in WebView</title>
		<link>https://hackademic.co.in/android-enable-full-screen-option-when-loading-youtube-or-any-video-in-webview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-enable-full-screen-option-when-loading-youtube-or-any-video-in-webview</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 18:25:34 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.hackademic.in/?p=1212</guid>

					<description><![CDATA[I was developing an Android application based on 11th and 12th Std Science Practicals, Physics and Chemistry( Gujarat Board and CBSE Board), which involved showing YouTube videos inside WebView. I know that we should use YouTube Official API for the best integration, but sometimes it just wastes lots of time [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I was developing an Android application based on 11th and 12th Std Science Practicals, Physics and Chemistry( Gujarat Board and CBSE Board), which involved showing YouTube videos inside WebView. I know that we should use YouTube Official API for the best integration, but sometimes it just wastes lots of time when we are developing apps. We need to use some quick hacks for easy solutions which work...</p>
<p><a href="https://hackademic.co.in/android-enable-full-screen-option-when-loading-youtube-or-any-video-in-webview/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Do cool stuff with Python &#124; Part 2 &#124; Get started with Anaconda and Jupyterlab</title>
		<link>https://hackademic.co.in/do-cool-stuff-with-python-part-2-get-started-with-anaconda-and-jupyterlab/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=do-cool-stuff-with-python-part-2-get-started-with-anaconda-and-jupyterlab</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Tue, 22 May 2018 08:34:15 +0000</pubDate>
				<category><![CDATA[Data Science]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[anaconda]]></category>
		<category><![CDATA[jupyter]]></category>
		<category><![CDATA[jupyterlab]]></category>
		<category><![CDATA[pandas]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://www.hackademic.in/?p=1165</guid>

					<description><![CDATA[Have you ever wondered how to quickly parse data and get the best out of it ? Well, you are at the right page then! Without wasting any time let&#8217;s get started. If you encounter any issues while setting up, please comment and we will help you out. Install Anaconda [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Have you ever wondered how to quickly parse data and get the best out of it ? Well, you are at the right page then! Without wasting any time let&rsquo;s get started. If you encounter any issues while setting up, please comment and we will help you out. Download Anaconda from here. Install it. After installation, open Anaconda Navigator. It should look like this: Getting started with Python Code -&gt; Open...</p>
<p><a href="https://hackademic.co.in/do-cool-stuff-with-python-part-2-get-started-with-anaconda-and-jupyterlab/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
