<?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>Milind Purswani &#8211; Hackademic</title>
	<atom:link href="https://hackademic.co.in/author/milindsp/feed/" rel="self" type="application/rss+xml" />
	<link>https://hackademic.co.in</link>
	<description>Your Technogeek Station</description>
	<lastBuildDate>Wed, 28 Aug 2019 14:02:16 +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>Milind Purswani &#8211; Hackademic</title>
	<link>https://hackademic.co.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<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<a class="moretag" href="https://hackademic.co.in/creating-your-first-buffer-overflow-in-x64-machines/"> Read more&#8230;</a>]]></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<a class="moretag" href="https://hackademic.co.in/getting-started-with-bufferoverflow-in-x64-machines/"> Read more&#8230;</a>]]></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<a class="moretag" href="https://hackademic.co.in/how-a-classical-xss-can-lead-to-persistent-ato-vulnerability/"> Read more&#8230;</a>]]></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>
	</channel>
</rss>
