<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>sbz's diary</title>
	<link>http://knkorp.info/wordpress</link>
	<description>Soon random bofh sentences here</description>
	<pubDate>Thu, 30 Oct 2008 14:06:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>where are the wicked ?</title>
		<link>http://knkorp.info/wordpress/2008/10/30/where-are-the-wicked/</link>
		<comments>http://knkorp.info/wordpress/2008/10/30/where-are-the-wicked/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 04:32:50 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[GeoIP]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[pf]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/10/30/where-are-the-wicked/</guid>
		<description><![CDATA[Using GeoIP, Python, and Google map, I made a KML file to locate the wicked ips on my ssh honeypot. Indeed, I just need to look into my pf ssh-bruteforce table and write KML file with the retrieved ip address.

$ cd /usr/ports/net/py-GeoIP &#038;&#038; sudo make install clean
$ cd /usr/ports/devel/py-lxml &#038;&#038; sudo make install clean
$ wget [...]]]></description>
			<content:encoded><![CDATA[<p>Using <a href="http://www.maxmind.com/">GeoIP</a>, <a href="http://www.maxmind.com/app/python">Python</a>, and <a href="http://maps.google.com/">Google map</a>, I made a <a href="http://en.wikipedia.org/wiki/Kml">KML</a> file to locate the wicked ips on my ssh honeypot. Indeed, I just need to look into my pf ssh-bruteforce table and write KML file with the retrieved ip address.</p>
<p><code><br />
$ cd /usr/ports/net/py-GeoIP &#038;&#038; sudo make install clean<br />
$ cd /usr/ports/devel/py-lxml &#038;&#038; sudo make install clean<br />
$ wget http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz<br />
$ gunzip GeoLiteCity.dat.gz<br />
$ sudo pfctl -t ssh-bruteforce -Ts &gt; wicked.txt<br />
$ python <a href="http://6dev.net/~sbz/kml.py">kml.py</a> wicked.txt wicked.kml<br />
</code></p>
<p>It works quite good with <a href="http://maps.google.com/maps?f&amp;q=http://6dev.net/~sbz/wicked.kml">maps.google.com</a>, just add a crontab to update wicked.txt and enjoy yourself <img src='http://knkorp.info/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For playing with demon log files, checkout dzen project <a href="http://benoit.litchis.org/pylogrender">pylogrender</a></p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/10/30/where-are-the-wicked/feed/</wfw:commentRss>
		</item>
		<item>
		<title>freebsd.vim</title>
		<link>http://knkorp.info/wordpress/2008/08/22/freebsdvim/</link>
		<comments>http://knkorp.info/wordpress/2008/08/22/freebsdvim/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 19:44:40 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/08/22/freebsdvim/</guid>
		<description><![CDATA[I&#8217;m a vim lover and I use always vim when I can.
FreeBSD project has a coding style named sytle(9) to follow when I&#8217;m writing FreeBSD stuff code but *now* I know that, so I can write unindented code and convert it with vim FreeBSD_Style() function :).
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a vim lover and I use always vim when I can.</p>
<p>FreeBSD project has a coding style named <a href="http://www.freebsd.org/cgi/man.cgi?query=style&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+7.0-RELEASE&amp;format=html">sytle(9)</a> to follow when I&#8217;m writing FreeBSD stuff code but *now* I know <a href="http://wiki.gcu.info/doku.php?id=freebsd:style_9_automatique_dans_vim">that</a>, so I can write unindented code and convert it with vim FreeBSD_Style() function :).</p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/08/22/freebsdvim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GvGen, the easy way to dot</title>
		<link>http://knkorp.info/wordpress/2008/05/20/gvgen-the-easy-way-to-dot/</link>
		<comments>http://knkorp.info/wordpress/2008/05/20/gvgen-the-easy-way-to-dot/#comments</comments>
		<pubDate>Mon, 19 May 2008 23:58:19 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/05/20/gvgen-the-easy-way-to-dot/</guid>
		<description><![CDATA[This week, I was at pyconfr conference about python usage and development at Cités des sciences in Paris.
A talk about GvGen was presented by Sebastien Tricaud.
I discovered a library to create easily Graphviz dot files with good legend and I like it !
So, I decided to port it on FreeBSD operating system with this pr [...]]]></description>
			<content:encoded><![CDATA[<p>This week, I was at <a href="http://fr.pycon.org">pyconfr</a> conference about python usage and development at Cités des sciences in Paris.</p>
<p>A <a href="http://fr.pycon.org/programme/graphviz-rendu-facile-avec-gvgen/">talk</a> about <a href="http://software.inl.fr/trac/wiki/GvGen">GvGen</a> was presented by Sebastien Tricaud.</p>
<p>I discovered a library to create easily <a href="http://www.graphviz.org/Gallery.php">Graphviz</a> dot files with good legend and I like it !</p>
<p>So, I decided to port it on FreeBSD operating system with this <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=123776">pr</a> and finally it was commited by flz@ on ports tree <img src='http://knkorp.info/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> and he add me on <a href="http://freshbsd.org/2008/05/19/22/58/35">additional contributors list</a>.</p>
<p>Thanks to <a href="http://people.freebsd.org/~flz/">flz@</a> for his birthday present.</p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/05/20/gvgen-the-easy-way-to-dot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSL Capable Netcat</title>
		<link>http://knkorp.info/wordpress/2008/05/03/ssl-capable-netcat/</link>
		<comments>http://knkorp.info/wordpress/2008/05/03/ssl-capable-netcat/#comments</comments>
		<pubDate>Sat, 03 May 2008 11:07:41 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/05/03/ssl-capable-netcat/</guid>
		<description><![CDATA[GomoR rewrite a new netcat  tools in pure Perl with SSL capabilities features named SSL Capable Netcat (scnc), IPV6 features and proxying, it&#8217;s really a great tool to handle proxying SSL socket or make some debug against certificates.
I decided to port it on my prefer operating system via send-pr and now it was commited [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gomor.org">GomoR</a> rewrite a new <a href="http://en.wikipedia.org/wiki/Netcat">netcat</a>  tools in pure Perl with SSL capabilities features named SSL Capable Netcat (<a href="http://gomor.org/bin/view/GomorOrg/SslNetcat">scnc</a>), IPV6 features and proxying, it&#8217;s really a great tool to handle proxying SSL socket or make some debug against certificates.</p>
<p>I decided to port it on my prefer operating system via <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=123300">send-pr</a> and now it was commited on <a href="http://beta.freshports.org/net/scnc/">ports tree</a>.</p>
<p>So, now I&#8217;m a FreeBSD maintainer \o/. It&#8217;s is the first but not the last <img src='http://knkorp.info/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks to <a href="http://people.freebsd.org/~jadawin">jadawin@</a> and GomoR.</p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/05/03/ssl-capable-netcat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>add a new switch to FreeBSD psearch utility</title>
		<link>http://knkorp.info/wordpress/2008/04/12/add-a-new-switch-to-freebsd-psearch-utility/</link>
		<comments>http://knkorp.info/wordpress/2008/04/12/add-a-new-switch-to-freebsd-psearch-utility/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 12:42:12 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/04/12/add-a-new-switch-to-freebsd-psearch-utility/</guid>
		<description><![CDATA[ports-mgmt/psearch is a great utility to lookup FreeBSD port tree . As I use it all days, I decided to add a new option on command line to show maintainer with switch -m or &#8211;maintainer.
Last night, I send patch to developer Benjamin Lutz and this reaction was :
On Saturday 12 April 2008 06:48:55 Sofian Brabez [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.maxlor.com/freebsd-scripts.shtml">ports-mgmt/psearch</a></strong> is a great utility to lookup FreeBSD port tree . As I use it all days, I decided to add a new option on command line to show maintainer with switch -m or &#8211;maintainer.</p>
<p>Last night, I send patch to developer <a href="http://www.maxlor.com/">Benjamin Lutz</a> and this reaction was :</p>
<blockquote><p>On Saturday 12 April 2008 06:48:55 Sofian Brabez wrote:<br />
&gt; Your psearch is a great utility to search in port collection tree on<br />
&gt; FreeBSD, i add a new<br />
&gt; option on command line to show port maintainer with switch -m or<br />
&gt; &#8211;maintainer. It&#8217;s useful for me to lookup unmaintened ports :).</p>
<p>That is a useful idea, thanks!</p></blockquote>
<p>He told me, he project to rewrite psearch from scratch in c++ to run it faster.</p>
<p>By the way, the following patch is available in my repository named<a href="http://knkorp.info/patches/freebsd/psearch-1-2-maintainer-option.diff"> psearch-1-2-maintainer-option.diff</a>.</p>
<p>But why I wrote this patch ? I need to look for umaintened ports of FreeBSD port tree and now I can use it like that to do my search :<br />
<code><br />
(sbz@atemi:~) % psearch -m | grep 'ports@FreeBSD.org' | more<br />
arabic/aspell             Aspell Arabic dictionaries   ports@FreeBSD.org<br />
archivers/9e              Explode Plan9 archives   ports@FreeBSD.org<br />
...<br />
</code></p>
<p>Cool no ? <img src='http://knkorp.info/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/04/12/add-a-new-switch-to-freebsd-psearch-utility/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free.fr ISP nameservers which use ?</title>
		<link>http://knkorp.info/wordpress/2008/02/27/freefr-isp-nameservers-whose-use/</link>
		<comments>http://knkorp.info/wordpress/2008/02/27/freefr-isp-nameservers-whose-use/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:37:08 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[Perl]]></category>

		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/02/27/freefr-isp-nameservers-whose-use/</guid>
		<description><![CDATA[It&#8217;s a fact, my internet service provider free have lots of differents nameservers to use in resolv.conf file, but what is the best to use ? I decided to test alls just by ping it (it&#8217;s not the best way see this [fr] for a best technic, but it&#8217;s very useful.
Let&#8217;s do some shell one-liner [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a fact, my internet service provider <a href="http://free.fr">free</a> have lots of differents nameservers to use in <a href="http://en.wikipedia.org/wiki/Resolv.conf">resolv.conf</a> file, but what is the best to use ? I decided to test alls just by ping it (it&#8217;s not the best way see <a href="http://www.bortzmeyer.org/performances-serveur-dns.html">this</a> [fr] for a best technic, but it&#8217;s very useful.</p>
<p>Let&#8217;s do some shell one-liner do test it (I sort nameserver by order just for the test) :<br />
<code><br />
% cat /etc/resolv.conf<br />
search free.fr<br />
nameserver 212.27.32.5<br />
nameserver 212.27.32.6<br />
nameserver 212.27.32.176<br />
nameserver 212.27.32.177<br />
nameserver 212.27.39.1<br />
nameserver 212.27.39.2<br />
nameserver 212.27.39.134<br />
nameserver 212.27.39.135<br />
nameserver 213.228.0.23<br />
nameserver 213.228.0.212<br />
nameserver 213.228.0.159<br />
nameserver 213.228.0.168<br />
% for i in $(grep nameserver /etc/resolv.conf|cut -d' ' -f2); do echo $i $(ping -c 1 $i|grep 'ms'|grep -v round|cut -d':' -f2); done;<br />
212.27.32.5 icmp_seq=0 ttl=51 time=44.532 ms<br />
212.27.32.6 icmp_seq=0 ttl=51 time=44.653 ms<br />
212.27.32.176 icmp_seq=0 ttl=51 time=44.510 ms<br />
212.27.32.177 icmp_seq=0 ttl=51 time=44.578 ms<br />
212.27.39.1 icmp_seq=0 ttl=51 time=43.574 ms<br />
212.27.39.2 icmp_seq=0 ttl=51 time=44.620 ms<br />
212.27.39.134 icmp_seq=0 ttl=52 time=44.360 ms<br />
212.27.39.135 icmp_seq=0 ttl=52 time=44.356 ms<br />
213.228.0.23<br />
213.228.0.212<br />
213.228.0.159<br />
213.228.0.168 icmp_seq=0 ttl=51 time=44.209 ms<br />
</code></p>
<p>Finally, it appear the best are 212.27.39.1 and 213.228.0.168 and some are down.</p>
<p>My friend MagicalTux remember me, it&#8217;s more useful to always keep the same nameserver to profit of server cache.</p>
<p>By the way, there are open nameservers <img src='http://knkorp.info/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . For example the more famous are <a href="http://en.wikipedia.org/wiki/Opendns">Opendns</a> reachable at <a href="http://www.opendns.com">website</a>.</p>
<p>I wrote a little Perl <a href="http://knkorp.info/codaz/opendns.pl">script</a> to use them. It fetch website page and retrieve ip of opendns nameservers, then it add them in /etc/resolv.conf file.</p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/02/27/freefr-isp-nameservers-whose-use/feed/</wfw:commentRss>
		</item>
		<item>
		<title>french free software security actors</title>
		<link>http://knkorp.info/wordpress/2008/01/06/french-free-software-security-actors/</link>
		<comments>http://knkorp.info/wordpress/2008/01/06/french-free-software-security-actors/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 04:35:55 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/01/06/french-free-software-security-actors/</guid>
		<description><![CDATA[Let&#8217;s do some resources and links about French Free Software security actors or specialists I like read
Alphabetic order by last name
- Alexandre Anriot, he is a OpenBSD developer works on ports, security, net-tools and French translation
- Sébastien Aperghis-Tramoni, he is a cpan contributor of Net::Pcap, NetworkInfo::Discovery::Nmap  and Net::P0f Perl binding or wrapper of libpcap [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s do some resources and links about French Free Software security actors or specialists I like read</p>
<p>Alphabetic order by last name</p>
<p>- <a href="http://www.atlantilde.com/aanriot/">Alexandre Anriot</a>, he is a <a href="http://www.openbsd.org">OpenBSD</a> developer works on ports, security, net-tools and French translation<br />
- <a href="http://search.cpan.org/~saper/">Sébastien Aperghis-Tramoni</a>, he is a <a href="http://www.cpan.org">cpan</a> contributor of <a href="http://search.cpan.org/~saper/Net-Pcap-0.16/Pcap.pm">Net::Pcap</a>, <a href="http://search.cpan.org/~saper/NetworkInfo-Discovery-Nmap-0.02/lib/NetworkInfo/Discovery/Nmap.pm">NetworkInfo::Discovery::Nmap </a> and <a href="http://search.cpan.org/~saper/Net-P0f-0.02/lib/Net/P0f.pm">Net::P0f</a> Perl binding or wrapper of <a href="http://www.tcpdump.org/">libpcap</a> and <a href="http://lcamtuf.coredump.cx/p0f.shtml">p0f</a><br />
- <a href="http://yom.retiaire.org/doku.php">Guillaume Arcas</a>, he writes lot of interesting articles in MISC Magazine<br />
- <a href="http://www.gomor.org">Patrice Auffret</a>, he is a also a cpan contributor and <a href="http://www.gomor.org/cgi-bin/sinfp.pl?mode=view;page=sinfp_description">sinfp</a> creator, a fingerprinting tools writing in pure Perl<br />
- <a href="http://www.synack.fr/">Samir Bellabes</a>, he is <a href="http://www.netfilter.org/">Netfilter</a> developer<br />
- <a href="http://damien.bergamini.free.fr/">Damien Bergamini</a>, he is a *BSD developer<br />
- <a href="http://secdev.org">Philippe Bondi</a>, he is <a href="http://www.secdev.org/projects/scapy/">scapy</a> creator, a powerful network discovery tool writing in Python<br />
- <a href="http://www.asyd.net">Bruno Bonfils</a>, he works on <a href="http://www.ejbca-fr.org/wiki/Accueil">ejcba</a>, a open source private key infrastructure software<br />
- <a href="http://search.cpan.org/~book/">Philippe Bruhat</a>, he is also a cpan contributor  of <a href="http://search.cpan.org/dist/HTTP-Proxy/">HTTP::Proxy</a>, a pure Perl HTTP proxy and Net::Proxy, a framework for proxying network connections in many ways<br />
- <a href="http://www.entreelibre.com/scastro/">Simon Castro</a>, he develops lot of interesting tools base on firewall by-passing technics at <a href="http://www.gray-world.net">gray-world</a>, in particular <a href="http://www.entreelibre.com/cctt/index_en.html">cctt</a><br />
- <a href="http://www.evilkittens.org/dlog/gilles/">Gilles Chehade</a>, he is OpenBSD developer works on userland.<br />
- <a href="http://www.wzdftpd.net/blog/">Pierre Chifflier</a>, he is a Debian, prelude-ids and cute ftp server <a href="http://www.wzdftpd.net">wzdftpd</a> developer.<br />
- <a href="http://sclo.retiaire.org/wiki/">Stéphane Clodic</a>, he writes lot of interesting articles in MISC magazine and Linux magazine<br />
- Franck Debieve, creator of <a href="http://www.crusoe-researches.com/azwalaro/">azwalaro</a>, an intrusion detection system based on <a href="http://www.ethereal.com/">ethereal</a> or <a href="http://www.wireshark.org/">wireshark</a> network analyzer<br />
- <a href="http://vdeffontaines.free.fr/blog/">Vincent Deffontaines</a>, he is creator of nufw, developer of <a href="http://freshmeat.net/projects/modauthnufw/">mod_auth_nufw</a>, a single sign on authentification module for <a href="http://www.nufw.org">nufw</a><br />
- <a href="http://xyssl.org/">Christophe Devine</a>, he begins to create <a href="http://web.archive.org/web/20051204013834/http://www.troppix.net/#docs">troppix</a> and he develops <a href="http://www.aircrack-ng.org/doku.php">aircrack</a> later, the famous wireless crack tool<br />
- Renault Deraison, creator of <a href="http://www.nessus.org/nessus/">nessus</a>, the famous network vulnerabilities scanner<br />
- <a href="http://hcpnet.free.fr/pubz/">Emmanuel Dreyfus</a>, he is a NetBSD developer works on <a href="http://ipsec-tools.sourceforge.net/">ipsec-tools</a> and many others project<br />
- <a href="http://www.groar.org/english.shtml">Denis Ducamp</a>, he is contributor <a href="http://www.hping.org">hping</a>, <a href="http://monkey.org/~dugsong/dsniff/">dsniff</a> and <a href="http://www.openwall.com/Owl/">openwall</a> project<br />
- Marc Espie, he is OpenBSD developer responsible for gcc, make integration and port, package infrastructure<br />
- <a href="http://blog.gioria.org/">Sebastien</a> <a href="http://www.rssi-info.fr/">Gioria</a>, he was a FreeBSD French document project manager and he is project leader of <a href="http://ww.owasp.org">owasp</a>, an open-source application security project<br />
- <a href="http://cgsecurity.org">Christophe Grenier</a>, lot of interesting articles in MISC magazine and Linux magazine<br />
- <a href="http://www.laas.fr/~matthieu/">Matthieu Herrb</a>, developer OpenBSD responsible for <a href="http://xenocara.org/">Xenocara</a>, the other name of <a href="http://www.x.org/wiki/">Xorg</a> in OpenBSD<br />
- <a href="http://www.lphp.org/">Antoine Jacoutot</a>, developer OpenBSD<br />
- <a href="http://saad.docisland.org/">Saad Khadi</a>, developer OpenBSD<br />
- <a href="http://home.regit.org/?cat=8">Eric Leblond</a>, <a href="http://www.nufw.org/">nufw</a> creator, an extension of Netfilter which brings the notion of user to IP filtering by authentification, he is also a Netfilter contributor<br />
- <a href="http://www.licour.com/">Laurent Licour</a>, core team developer in <a href="http://www.ossim.net/">OSSIM</a> project, a security metrology software<br />
- <a href="http://www.monkeyz.eu/">Patrick Marie</a>, lot of interesting proof of concept <a href="http://www.monkeyz.eu/mes-projets/">sources</a><br />
- <a href="http://web.archive.org/web/20051231224528/http://www.security-labs.org/">Frederic Raynal</a>, chief redactor of MISC magazine, lot of interesting articles about Linux security<br />
- <a href="http://spootnik.org/">Pierre-Yves Ritschard </a>, developer OpenBSD in charge of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&amp;sektion=8&amp;format=html">hoststated</a>, userland and kernel developement<br />
- <a href="http://www.hsc.fr/~schauer/">Hervé Schauer</a>, lot of interesting articles on his site<br />
- <a href="http://www.haypocalc.com/wiki/Accueil">Victor Stinner</a>, creator of <a href="http://www.hachoir.org">hachoir</a> a Python library that allows to view and edit a binary stream and <a href="http://fusil.hachoir.org/trac">fusil</a> a fuzzing program writing in Python. He is also author of many others <a href="http://www.haypocalc.com/wiki/Mes_contributions_aux_logiciels_libres">contributions</a><br />
- <a href="http://www.gscore.org/blog/">Sebastien Tricaud</a>, he is a developer of <a href="http://www.prelude-ids.org/">prelude-ids</a> and <a href="http://www.kernel.org/pub/linux/libs/pam/">Linux-PAM</a><br />
- Miod Vallat, he is an OpenBSD developer responsible for old platform support<br />
- <a href="http://vanhu.free.fr/blog">Yvan Vanhullebus</a>, he is a FreeBSD and NetBSD developer in charge of <a href="http://ipsec-tools.sourceforge.net/">ipsec-tool</a></p>
<p>They are many others in particular members of <a href="http://www.ossir.org/sur/index.shtml">OSSIR</a>, <a href="http://www.miscmag.com/fr/">MISC</a> writers or Linux or BSD Developers, I can&#8217;t know them all, therefore if you know some others, don&#8217;t hesitate to post a comment <img src='http://knkorp.info/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/01/06/french-free-software-security-actors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>the snake has come</title>
		<link>http://knkorp.info/wordpress/2008/01/04/the-snake-has-come/</link>
		<comments>http://knkorp.info/wordpress/2008/01/04/the-snake-has-come/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 11:54:58 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/01/04/the-snake-has-come/</guid>
		<description><![CDATA[I&#8217;m just writing some piece of Python code, and that&#8217;s it, Python language guilt me it is a powerful well design object language.
It&#8217;s for that, since this day, i go to write more and more my own script with Python but I don&#8217;t forget my best camel companion, Perl. I look for a tool for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just writing some piece of Python code, and that&#8217;s it, Python language guilt me it is a powerful well design object language.</p>
<p>It&#8217;s for that, since this day, i go to write more and more my own script with Python but I don&#8217;t forget my best camel companion, Perl. I look for a tool for refactoring and I find <a href="http://bicyclerepair.sourceforge.net/">bicyclerepair</a> for vim and emacs.</p>
<p>To use it, on FreeBSD :</p>
<p><code>$ sudo portinstall devel/bicyclerepair<br />
$ cp path/to/bike.vim ~/.vim/plugin/<br />
$ gvim&amp;<br />
</code></p>
<p>I make a little <a href="http://life.knkorp.info/videos/bike.avi">video</a> to illustrate how to use refactoring functions of this practical plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/01/04/the-snake-has-come/feed/</wfw:commentRss>
<enclosure url="http://life.knkorp.info/videos/bike.avi" length="1953418" type="video/x-msvideo" />
		</item>
		<item>
		<title>the second life</title>
		<link>http://knkorp.info/wordpress/2008/01/04/the-second-life/</link>
		<comments>http://knkorp.info/wordpress/2008/01/04/the-second-life/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 10:53:48 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/2008/01/04/the-second-life/</guid>
		<description><![CDATA[Hi everybody, as you have see, my blog was died for a moment, but today he reborn !!
Indeed, I decided to continue to write on the web, for you, me and my own pleasure. I decide to stop writing french post and writing all in english except the post tag by &#8220;french&#8221; category to improve [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everybody, as you have see, my blog was died for a moment, but today he reborn !!</p>
<p>Indeed, I decided to continue to write on the web, for you, me and my own pleasure. I decide to stop writing french post and writing all in english except the post tag by &#8220;french&#8221; category to improve my english and permit non french person to read my post.</p>
<p>For this occasion, I profit to upgrade wordpress from 2.0.1 to 2.3.2, customize some aspect, and use some interesting plug-ins.</p>
<p>The plug-ins added are :</p>
<p>- <a href="http://sw-guide.de/wordpress/plugins/category-tagging/">Category Tagging</a> to make a tag cloud of my categories</p>
<p>- <a href="http://robm.me.uk/projects/plugins/wordpress/now-reading/">Now Reading</a> to stay connected on my current books reading</p>
<p>- <a href="http://unknowngenius.com/blog/wordpress/spam-karma/">Spam Skarma</a> to protected blog of malicious spammer</p>
<p>- <a href="http://www.ilfilosofo.com/blog/wp-db-backup/">Wordpress Database Backup</a> to  backup blog database clickly friendly</p>
<p>I have lot of things to tell you about security, maemo, FreeBSD, wmii, and more others so stay faithful !</p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2008/01/04/the-second-life/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordress Python library</title>
		<link>http://knkorp.info/wordpress/2007/09/02/wordress-python-library/</link>
		<comments>http://knkorp.info/wordpress/2007/09/02/wordress-python-library/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 14:59:12 +0000</pubDate>
		<dc:creator>sbz</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://knkorp.info/wordpress/archives/20</guid>
		<description><![CDATA[Post on cli with wordpresslib.py
]]></description>
			<content:encoded><![CDATA[<p>Post on cli with <a href="http://www.blackbirdblog.it/programmazione/progetti/28">wordpresslib.py</a></p>
]]></content:encoded>
			<wfw:commentRss>http://knkorp.info/wordpress/2007/09/02/wordress-python-library/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
