<?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>raw sockets Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/tag/raw-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/tag/raw-sockets/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Fri, 13 Jan 2023 07:24:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>How to Program raw UDP sockets in C on Linux</title>
		<link>https://www.binarytides.com/raw-udp-sockets-c-linux/</link>
					<comments>https://www.binarytides.com/raw-udp-sockets-c-linux/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 11:01:52 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c sockets]]></category>
		<category><![CDATA[raw sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=3145</guid>

					<description><![CDATA[<p>Raw UDP sockets Raw udp sockets are used to constructed udp packets with a application defined custom header. It is useful in security related network applications. The udp header can be found in RFC 768 and has a very simple structure as shown below. 0 7 8 15 16 23 24 31 +--------+--------+--------+--------+ &#124; Source... <span class="read-more"><a href="https://www.binarytides.com/raw-udp-sockets-c-linux/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/raw-udp-sockets-c-linux/">How to Program raw UDP sockets in C on Linux</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/raw-udp-sockets-c-linux/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Raw Socket Programming in Python on Linux &#8211; Code Examples</title>
		<link>https://www.binarytides.com/raw-socket-programming-in-python-linux/</link>
					<comments>https://www.binarytides.com/raw-socket-programming-in-python-linux/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 16:24:10 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Socket Programming]]></category>
		<category><![CDATA[raw sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=3119</guid>

					<description><![CDATA[<p>Raw sockets Raw sockets allow a program or application to provide custom headers for the specific protocol(tcp ip) which are otherwise provided by the kernel/os network stack. In more simple terms its for adding custom headers instead of headers provided by the underlying operating system. Raw socket support is available natively in the socket api... <span class="read-more"><a href="https://www.binarytides.com/raw-socket-programming-in-python-linux/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/raw-socket-programming-in-python-linux/">Raw Socket Programming in Python on Linux &#8211; Code Examples</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/raw-socket-programming-in-python-linux/feed/</wfw:commentRss>
			<slash:comments>27</slash:comments>
		
		
			</item>
		<item>
		<title>How to Code Syn Flood Program in Perl with Raw Sockets on Linux</title>
		<link>https://www.binarytides.com/perl-syn-flood-program-raw-sockets-linux/</link>
					<comments>https://www.binarytides.com/perl-syn-flood-program-raw-sockets-linux/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Mon, 08 Oct 2012 11:11:03 +0000</pubDate>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[perl sockets]]></category>
		<category><![CDATA[raw sockets]]></category>
		<category><![CDATA[syn flood]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=3114</guid>

					<description><![CDATA[<p>Syn Flood Syn flood program sends out a large number of syn packets to a destination host such that the destination host gets under heavy pressure to reply to all of them and hence consumes huge amount of memory/cpu resources without any real purpose. This causes the services of the remote host to become unavailable... <span class="read-more"><a href="https://www.binarytides.com/perl-syn-flood-program-raw-sockets-linux/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/perl-syn-flood-program-raw-sockets-linux/">How to Code Syn Flood Program in Perl with Raw Sockets on Linux</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/perl-syn-flood-program-raw-sockets-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
