<?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>blog ntic de revolunet &#187; exploitation</title>
	<atom:link href="http://blog.revolunet.com/index.php/conseil.intranet/security/exploitation/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.revolunet.com</link>
	<description>Blog des Nouvelles Technologies de l'Information et de la Communication</description>
	<lastBuildDate>Tue, 22 Jun 2010 07:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>vmsplice exploit fix and patching on Debian</title>
		<link>http://blog.revolunet.com/index.php/reseau/administration/vmsplice-exploit-fix-and-patching-on-debian</link>
		<comments>http://blog.revolunet.com/index.php/reseau/administration/vmsplice-exploit-fix-and-patching-on-debian#comments</comments>
		<pubDate>Mon, 11 Feb 2008 18:00:06 +0000</pubDate>
		<dc:creator>drax</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[exploitation]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://sweon.net/2008/02/vmsplice-exploit-fix-and-patching-on-debian</guid>
		<description><![CDATA[Some vulnerabilities in the Linux kernel where publicly disclosed on the 8th of February 2008. These can be exploited by any user to gain elevated privileges. A &#8220;local root&#8221; exploit was published Sunday which allows an arbitrary user to escalate to root privileges.
Affected versions: >= 2.6.17
Fixed in version: 2.6.24.2

Fix
You can download the vmsplice patch locally [...]]]></description>
			<content:encoded><![CDATA[<p>Some vulnerabilities in the Linux kernel where publicly disclosed on the 8th of February 2008. These can be exploited by any user to gain elevated privileges. A &#8220;local root&#8221; exploit was published Sunday which allows an arbitrary user to escalate to root privileges.</p>
<p>Affected versions: >= 2.6.17<br />
Fixed in version: 2.6.24.2<br />
<span id="more-320"></span></p>
<h3>Fix</h3>
<p>You can download the <a href='/wp-content/uploads/2008/02/vmsplice.patch' title='vmsplice.patch'>vmsplice patch</a> locally or from the official LKML thread: <a href="http://lkml.org/lkml/2008/2/11/25">[PATCH] vmsplice exploit fix</a></p>
<h3>Patching on Debian Etch</h3>
<p><span class="pupdate" style="color: red"><strong>Update 12/02/08: </strong></span>Debian repositories have been updated and contain patched kernels. If you&#8217;re using a stock kernel, the following two commands should sort you out (providing you reboot afterwards).</p>
<pre line="1" lang="bash">
aptitude update
aptitude upgrade
</pre>
<h4>Install kernel sources</h4>
<pre line="1" lang="bash">
export KVER=`uname -r`
aptitude update
aptitude install linux-source-${KVER}
cd /usr/src
tar -xjf linux-source-${KVER}.tar.bz2
ln -s linux-source-${KVER} linux
cd linux
</pre>
<h4>Patch kernel sources</h4>
<pre line="1" lang="bash">
patch < vmsplice.patch -p1
</pre>
<h4>Compile kernel and install</h4>
<p>You'll want to copy your existing kernel configuration.</p>
<pre line="1" lang="bash">
cp /boot/config-${KVER} .config
make-kpkg clean
make-kpkg --initrd --append-to-version=-mykernelname kernel_image
cd ..
dpkg -i linux-image-${KVER}-mykernelname_${KVER}-mykernelname-10.00.Custom_i386.deb
reboot
</pre>
<h4>References</h4>
<ul>
<li><a href="http://www.isec.pl/vulnerabilities/isec-0026-vmsplice_to_kernel.txt">http://www.isec.pl/vulnerabilities/isec-0026-vmsplice_to_kernel.txt</a>
<li><a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465246">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465246</a>
<li><a href="http://milw0rm.com/exploits/5092">http://milw0rm.com/exploits/5092</a>
<li><a href="http://milw0rm.com/exploits/5093">http://milw0rm.com/exploits/5093</a>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/reseau/administration/vmsplice-exploit-fix-and-patching-on-debian/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Using Firefox for debugging and penetration testing</title>
		<link>http://blog.revolunet.com/index.php/security/using-firefox-for-debugging-and-penetration-testing</link>
		<comments>http://blog.revolunet.com/index.php/security/using-firefox-for-debugging-and-penetration-testing#comments</comments>
		<pubDate>Wed, 23 Jan 2008 20:30:07 +0000</pubDate>
		<dc:creator>drax</dc:creator>
				<category><![CDATA[anonymity]]></category>
		<category><![CDATA[exploitation]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[reconnaissance]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://sweon.net/2008/01/using-firefox-for-debugging-and-penetration-testing</guid>
		<description><![CDATA[We all know Firefox is a great browser but what really sets it apart are its numerous extensions (or plugins).
With the right extensions, firefox can become much more than a web browser. But this isn&#8217;t about turning your firefox into a blogging platform or a social bookmarking application. It&#8217;s about turning your firefox into one [...]]]></description>
			<content:encoded><![CDATA[<p>We all know Firefox is a great browser but what really sets it apart are its numerous extensions (or plugins).</p>
<p>With the right extensions, firefox can become much more than a web browser. But this isn&#8217;t about turning your firefox into a blogging platform or a social bookmarking application. It&#8217;s about turning your firefox into one of the best tools for web development, debugging and penetration testing web applications.<br />
<span id="more-313"></span><br />
The following picture is a mind-map of Firefox extensions that can prove very useful during the security audit of a web application. This picture was taken from the <a href="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html">Security Database FireCAT 1.3</a> article.<br />
<a href='http://sweon.net/wp-content/uploads/2008/01/firecat_13.png' title='firecat_13.png'><img src='http://sweon.net/wp-content/uploads/2008/01/firecat_13.png' alt='firecat_13.png' /></a><br />
Alot of these tools share common functionalities, and some are just plain better than other. It&#8217;s all a matter of taste, so I suggest you try them out yourself.</p>
<p>Nevertheless, here is my personal pick of the crop.</p>
<h3>Must have</h3>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a>. Amazing javascript debugger and DOM inspector. Includes many other tools (profiler, network watch, &#8230;).</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/125">SwitchProxy</a>. Switch between different proxy configurations in a couple clicks.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/573">Add N Edit Cookies</a>. Does exactly what it says on the tin.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/966">Tamper Data</a>. Lets you view and modify outgoing requests very easily. Includes a handy &#8220;replay&#8221; function.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3699">Classic Compact</a>. <b>Not an extension</b>. Just a theme, the default theme in fact, modified to be as compact as possible (because we all need that screen real estate).</li>
</ul>
<h3>Nice to have</h3>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2691">Poster</a>. Lets you forge any HTTP request very easily. Supports common methods (get, post, head, &#8230;) file uploading and authentication. It&#8217;s like a portable &lt;form&gt; in your pocket.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3899">Hack Bar</a>. Tool to aid when looking for SQL injections (includes SQL related functions and a few encoders/decoders). I mostly use it as an URL sandbox instead of the single-line address bar.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a>. Not as ground-breaking as firebug but includes a few handy functions.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/59">User Agent Switcher</a>. Lets you switch user-agent globally. Includes pre-defined User-Agent strings.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/953">RefControl</a>.Set your Referer header globally or per domain.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a>. Allow or deny javascript globally, per domain, site, path, time, earth-moon distance, &#8230;</li>
<li><a href="http://www.securitycompass.com/exploitme.shtml">Exploit Me</a>. Suite of tools for automating user input fuzzing (brute-forcing payloads). At time of writing, two extensions are available; &#8220;XSS Me&#8221; and &#8220;SQL Inject Me&#8221;.</li>
<li><a href="http://groups.csail.mit.edu/uid/chickenfoot/">ChickenFoot</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a>. Scripting environments.</li>
</ul>
<p>The above mindmap diagram is available in 3 formats:</p>
<ul>
<li><a href='http://sweon.net/wp-content/uploads/2008/01/firecat_13.png' title='firecat_13.png'>firecat_13.png</a></li>
<li><a href='http://sweon.net/wp-content/uploads/2008/01/firecat_13.pdf' title='firecat_13.pdf'>firecat_13.pdf</a></li>
<li><a href='http://sweon.net/wp-content/uploads/2008/01/firecat-13.mm' title='firecat-13.mm'>firecat-13.mm</a></li>
</ul>
<h4>References</h4>
<ul>
<li><a href="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html">http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/security/using-firefox-for-debugging-and-penetration-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
