<?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>WIKISECURE BLOGS &#187; XyluX</title>
	<atom:link href="http://wikisecure.net/author/XyluX/feed" rel="self" type="application/rss+xml" />
	<link>http://wikisecure.net</link>
	<description>Chown the web!!!</description>
	<lastBuildDate>Mon, 26 Dec 2011 18:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Empathy MSN Connection Issue [Solved]</title>
		<link>http://wikisecure.net/tech/empathy-msn-connection-issue</link>
		<comments>http://wikisecure.net/tech/empathy-msn-connection-issue#comments</comments>
		<pubDate>Tue, 28 Dec 2010 05:24:47 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=973</guid>
		<description><![CDATA[Folks, If you are having issues with connecting to MSN messenger through Empathy in Maverick (Ubuntu v10.10), then you can resolve this issue by modifying the file &#8220;RequestMultipleSecurityTokens.py&#8221;. Atleast this solution worked for me!! If still the below solution doesn&#8217;t work then kill the butterfly process, restart empathy IM again and re-login to MSN. It [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/tech/empathy-msn-connection-issue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variable Declaration Type Error Scanner [Python]</title>
		<link>http://wikisecure.net/programming/variable-declaration-type-error-scanner-python</link>
		<comments>http://wikisecure.net/programming/variable-declaration-type-error-scanner-python#comments</comments>
		<pubDate>Wed, 08 Sep 2010 10:07:24 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=893</guid>
		<description><![CDATA[Hi Folks, Seems I am kinda lost these days from blogging. However I am happy to add another post into blog today. Hope you will like it. I am not sure till how far this python script is going to help people but I hope somehow you can make changes based on your requirements and [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/programming/variable-declaration-type-error-scanner-python/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ISC BIND DNS Version Detection</title>
		<link>http://wikisecure.net/programming/isc-bind-dns-version-detection</link>
		<comments>http://wikisecure.net/programming/isc-bind-dns-version-detection#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:54:22 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=814</guid>
		<description><![CDATA[Folks, Here is a sample script which can be used to fetch remote BIND DNS Version by crafting your own DNS structured packets. Currently, this script is not a stable release. As sometimes it hangs while the code doesn&#8217;t fetch the response from the server. I am using pdb module to figure out why its [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/programming/isc-bind-dns-version-detection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow BIND DNS Queries from external networks</title>
		<link>http://wikisecure.net/security/allow-bind-dns-queries-from-external-networks</link>
		<comments>http://wikisecure.net/security/allow-bind-dns-queries-from-external-networks#comments</comments>
		<pubDate>Sun, 28 Feb 2010 06:40:13 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=797</guid>
		<description><![CDATA[Folks, If you have ever configured ISC BIND DNS in your machines locally and the application is not replying you with the required DNS response then this post is for you. This post will tell how to do a basic troubleshoot if you face such issues. Some couple of days back, I was in need [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/security/allow-bind-dns-queries-from-external-networks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracting RAR Archives in Linux</title>
		<link>http://wikisecure.net/linux/extracting-rar-archives-in-linux</link>
		<comments>http://wikisecure.net/linux/extracting-rar-archives-in-linux#comments</comments>
		<pubDate>Sun, 28 Feb 2010 06:06:39 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=791</guid>
		<description><![CDATA[Folks, If you come across with any RAR Files and you are not able to exact the target file then unrar command is the right choice for you as tar command doesn&#8217;t support extracting RAR Archives. The installation is quite straight forward for both Ubuntu/RPM Based operating systems. If apt-get or yum is supported in [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/linux/extracting-rar-archives-in-linux/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Search Hex sequences inside Wireshark packet list</title>
		<link>http://wikisecure.net/tutorials/search-hex-sequences-inside-wireshark</link>
		<comments>http://wikisecure.net/tutorials/search-hex-sequences-inside-wireshark#comments</comments>
		<pubDate>Wed, 23 Dec 2009 19:04:19 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=677</guid>
		<description><![CDATA[Pals, If you are capturing some packets across your network and if you want to find a specific pattern from the huge list of packets then you can make use of the the available wireshark filter &#8220;tcp matches&#8221;. It can save a bunch of your time as it will directly take you to your desired [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/tutorials/search-hex-sequences-inside-wireshark/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install OpenVAS 3 in Ubuntu 9.10</title>
		<link>http://wikisecure.net/security/how-to-install-openvas-ubuntu9</link>
		<comments>http://wikisecure.net/security/how-to-install-openvas-ubuntu9#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:51:51 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=670</guid>
		<description><![CDATA[Folks, As you must be knowing that OpenVAS Community has released a new version for OpenVAS 3.x and they have come up with some many additional features this time i.e. GSA, openvas-administrator and openvas-manager. They are some of the useful features that you should give it a try! And at the same time we can [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/security/how-to-install-openvas-ubuntu9/feed</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>How to install Wireshark in Linux</title>
		<link>http://wikisecure.net/linux/how-to-install-wireshark-in-linux</link>
		<comments>http://wikisecure.net/linux/how-to-install-wireshark-in-linux#comments</comments>
		<pubDate>Sat, 12 Dec 2009 08:58:18 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wikisecure.net/security/how-to-install-wireshark</guid>
		<description><![CDATA[Dear Folks, I have seen in some places that some Fedora Core users are facing lots of installation issues while installing Wireshark Tool. I will tell you an easy method on how you can install Wireshark without messing up with anything. Why is this guide for? If suppose you have installed Wireshark through yum command [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/linux/how-to-install-wireshark-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An approach to SMB v2 Negotiate Protocol BSOD Vulnerability Remote Check</title>
		<link>http://wikisecure.net/security/an-approach-to-smb-v2-negotiate-protocol-bsod-vulnerability-remote-check</link>
		<comments>http://wikisecure.net/security/an-approach-to-smb-v2-negotiate-protocol-bsod-vulnerability-remote-check#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:40:11 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wikisecure.net/?p=443</guid>
		<description><![CDATA[As we know recently, there had been a hype about SMB v2 protocol vulnerability which was causing BSOD in the vulnerable system. This vulnerability exists in srv2.sys which was not able to handle a higher/lower PID value in the SMB_Negotiate protocol field (2 Bytes). The vulnerability can be successfully exploited by the poc provided by [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/security/an-approach-to-smb-v2-negotiate-protocol-bsod-vulnerability-remote-check/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Browser with Official Theme Support</title>
		<link>http://wikisecure.net/tech/google-chrome-browser-with-official-theme-support</link>
		<comments>http://wikisecure.net/tech/google-chrome-browser-with-official-theme-support#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:16:09 +0000</pubDate>
		<dc:creator>XyluX</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://wikisecure.net/security/google-chrome-browser-with-official-theme-support</guid>
		<description><![CDATA[Finally Google made it! Even though in the web there are some un-official sources for Google Chrome theme customizations, still they were not compatible (sometimes) in everyone’s system. However, finally Google released a stable version where they are supporting customization of themes and providing a wide range of good themes in their tools page. Almost [...]]]></description>
		<wfw:commentRss>http://wikisecure.net/tech/google-chrome-browser-with-official-theme-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

