<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.leloop.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=The+nihilant</id>
		<title>Le L∞p's Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.leloop.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=The+nihilant"/>
		<link rel="alternate" type="text/html" href="http://wiki.leloop.org/index.php/Special:Contributions/The_nihilant"/>
		<updated>2026-05-14T16:45:22Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.leloop.org/index.php?title=Atelier_Exploitation_de_vuln%C3%A9rabilit%C3%A9s_du_noyau_Linux&amp;diff=2735</id>
		<title>Atelier Exploitation de vulnérabilités du noyau Linux</title>
		<link rel="alternate" type="text/html" href="http://wiki.leloop.org/index.php?title=Atelier_Exploitation_de_vuln%C3%A9rabilit%C3%A9s_du_noyau_Linux&amp;diff=2735"/>
				<updated>2013-03-17T13:06:07Z</updated>
		
		<summary type="html">&lt;p&gt;The nihilant: /* Inscriptions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vous aimeriez en savoir plus sur l’exploitation de vulnérabilités kernel, voir à quoi ces failles ressemblent dans le code, et surtout comment les exploiter ?&lt;br /&gt;
&lt;br /&gt;
== Quoi ==&lt;br /&gt;
&lt;br /&gt;
Je vous propose de passer la journée à analyser une vulnérabilité assez récente affectant le kernel Linux, à savoir le [https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1763 CVE-2013-1763]. Cette vulnérabilité permet d’élever ses privilèges d’un compte utilisateur vers le compte root. Durant l'atelier nous expliquerons le fonctionnement de la faille et essayerons d’écrire l’exploit correspondant.&lt;br /&gt;
&lt;br /&gt;
== Qui ==&lt;br /&gt;
&lt;br /&gt;
* Par [[User:Corentin|Corentin]]&lt;br /&gt;
* Pour 5 à 15 personnes.&lt;br /&gt;
&lt;br /&gt;
== Où et quand ==&lt;br /&gt;
&lt;br /&gt;
À [[la Gare XP]], le '''Samedi 6 Avril 2013''', à '''14h'''. Pendant 2h à 4h selon. Une seule session prévue.&lt;br /&gt;
&lt;br /&gt;
== Prérequis ==&lt;br /&gt;
&lt;br /&gt;
* Savoir développer en C&lt;br /&gt;
* Savoir compiler un kernel Linux&lt;br /&gt;
* Un laptop avec QEMU/KVM, ou VMware, ou VirtualBox déjà installé&lt;br /&gt;
* Une VM Linux avec un kernel &amp;gt;= 3.3 le tout en 64 bit (si vous utilisez QEMU/KVM je pourrai fournir la VM et le kernel).&lt;br /&gt;
* Au besoin il faut ré-introduire [http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6e601a53566d84e1ffd25e7b6fe0b6894ffd79c0 le bug] dans le code avant de compiler le kernel.&lt;br /&gt;
* Si vous êtes joueur vous pouvez utiliser un système 32-bit, cependant cette vulnérabilité est beaucoup plus facilement exploitable en 64-bit.&lt;br /&gt;
&lt;br /&gt;
== Inscriptions ==&lt;br /&gt;
&lt;br /&gt;
Pour participer, inscris-toi ici:&lt;br /&gt;
* [[User:Capslock|CapsLock]]&lt;br /&gt;
* the_nihilant&lt;br /&gt;
* Pseudo2&lt;br /&gt;
* etc...&lt;br /&gt;
&lt;br /&gt;
[[Category:Workshops]]&lt;/div&gt;</summary>
		<author><name>The nihilant</name></author>	</entry>

	<entry>
		<id>http://wiki.leloop.org/index.php?title=LooPing&amp;diff=2355</id>
		<title>LooPing</title>
		<link rel="alternate" type="text/html" href="http://wiki.leloop.org/index.php?title=LooPing&amp;diff=2355"/>
				<updated>2013-01-12T20:48:36Z</updated>
		
		<summary type="html">&lt;p&gt;The nihilant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A project to create a LED display to be put in the room, allowing people from IRC or other sources to send messages to the people inside.&lt;br /&gt;
&lt;br /&gt;
=== Basic Idea ===&lt;br /&gt;
IRC bot that activates a rotating light (Gyrophare) when someone types a message in IRC. This can be useful e.g. in case people are waiting outside the door. A message can be optionally embedded in the message and displayed on the display.&lt;br /&gt;
&lt;br /&gt;
Idea shamelessly copied from: &lt;br /&gt;
https://raumzeitlabor.de/wiki/Ping&lt;br /&gt;
https://raumzeitlabor.de/wiki/Ping%2B&lt;br /&gt;
&lt;br /&gt;
=== Who ===&lt;br /&gt;
Currently working on the project:&lt;br /&gt;
* the_nihilant&lt;br /&gt;
* FergusL&lt;br /&gt;
* CapsLock&lt;br /&gt;
&lt;br /&gt;
=== Decisions taken ===&lt;br /&gt;
* Implement a Blinkenlights compliant device as display&lt;br /&gt;
* Use an Arduino (with Ethernet shield) to drive the LED panel&lt;br /&gt;
* Resolution of the panel between 48x8 and 64x16&lt;br /&gt;
* Monochrome LEDs&lt;br /&gt;
* The display, including LED matrix, will be built from scratch&lt;br /&gt;
&lt;br /&gt;
=== Procrastinated decisions ===&lt;br /&gt;
* Should the display be reachable over IPv6?&lt;br /&gt;
* Does the IRC bot run from the Arduino itself?&lt;br /&gt;
&lt;br /&gt;
=== Research ===&lt;br /&gt;
* Discover how much flash/RAM is needed for a Blinkenlights implementation on an Arduino UNO (the_nihilant)&lt;br /&gt;
* Discover how much flash/RAM is needed for the implementation of an IRC bot on an Arduino UNO (CapsLock)&lt;br /&gt;
&lt;br /&gt;
=== Parts ===&lt;br /&gt;
==== Hardware ====&lt;br /&gt;
* LED display&lt;br /&gt;
* Rotating light (Gyrophare)&lt;br /&gt;
* Controller for the display and light&lt;br /&gt;
* Somewhere to run the IRC bot on (on the Arduino itself or on another system, maybe another Arduino or a RaspberryPi or any computer in the room or outside, provided the panel is reachable from there&lt;br /&gt;
&lt;br /&gt;
==== Software ====&lt;br /&gt;
* IRC bot (standalone or Arduino)&lt;br /&gt;
* Display driver (Arduino)&lt;br /&gt;
&lt;br /&gt;
[[Category:Projets]]&lt;/div&gt;</summary>
		<author><name>The nihilant</name></author>	</entry>

	<entry>
		<id>http://wiki.leloop.org/index.php?title=LooPing&amp;diff=2354</id>
		<title>LooPing</title>
		<link rel="alternate" type="text/html" href="http://wiki.leloop.org/index.php?title=LooPing&amp;diff=2354"/>
				<updated>2013-01-12T20:48:09Z</updated>
		
		<summary type="html">&lt;p&gt;The nihilant: Created page with &amp;quot;A project to create a LED display to be put in the room, allowing people from IRC or other sources to send messages to the people inside.  === Basic Idea === IRC bot that acti...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A project to create a LED display to be put in the room, allowing people from IRC or other sources to send messages to the people inside.&lt;br /&gt;
&lt;br /&gt;
=== Basic Idea ===&lt;br /&gt;
IRC bot that activates a rotating light (Gyrophare) when someone types a message in IRC. This can be useful e.g. in case people are waiting outside the door. A message can be optionally embedded in the message and displayed on the display.&lt;br /&gt;
&lt;br /&gt;
Idea shamelessly copied from: &lt;br /&gt;
https://raumzeitlabor.de/wiki/Ping&lt;br /&gt;
https://raumzeitlabor.de/wiki/Ping%2B&lt;br /&gt;
&lt;br /&gt;
=== Who ===&lt;br /&gt;
Currently working on the project:&lt;br /&gt;
* the_nihilant&lt;br /&gt;
* FergusL&lt;br /&gt;
* CapsLock&lt;br /&gt;
&lt;br /&gt;
=== Decisions taken ===&lt;br /&gt;
* Implement a Blinkenlights compliant device as display&lt;br /&gt;
* Use an Arduino (with Ethernet shield) to drive the LED panel&lt;br /&gt;
* Resolution of the panel between 48x8 and 64x16&lt;br /&gt;
* Monochrome LEDs&lt;br /&gt;
* The display, including LED matrix, will be built from scratch&lt;br /&gt;
&lt;br /&gt;
=== Procrastinated decisions ===&lt;br /&gt;
* Should the display be reachable over IPv6?&lt;br /&gt;
* Does the IRC bot run from the Arduino itself?&lt;br /&gt;
&lt;br /&gt;
=== Research ===&lt;br /&gt;
* Discover how much flash/RAM is needed for a Blinkenlights implementation on an Arduino UNO (the_nihilant)&lt;br /&gt;
* Discover how much flash/RAM is needed for the implementation of an IRC bot on an Arduino UNO (CapsLock)&lt;br /&gt;
&lt;br /&gt;
=== Parts ===&lt;br /&gt;
==== Hardware ====&lt;br /&gt;
* LED display&lt;br /&gt;
* Rotating light (Gyrophare)&lt;br /&gt;
* Controller for the display and light&lt;br /&gt;
* Somewhere to run the IRC bot on (on the Arduino itself or on another system, maybe another Arduino or a RaspberryPi or any computer in the room or outside, provided the panel is reachable from there&lt;br /&gt;
&lt;br /&gt;
==== Software ====&lt;br /&gt;
* IRC bot (standalone or Arduino)&lt;br /&gt;
* Display driver (Arduino)&lt;/div&gt;</summary>
		<author><name>The nihilant</name></author>	</entry>

	<entry>
		<id>http://wiki.leloop.org/index.php?title=User:The_nihilant&amp;diff=2353</id>
		<title>User:The nihilant</title>
		<link rel="alternate" type="text/html" href="http://wiki.leloop.org/index.php?title=User:The_nihilant&amp;diff=2353"/>
				<updated>2013-01-12T20:22:30Z</updated>
		
		<summary type="html">&lt;p&gt;The nihilant: Created page with &amp;quot;the_nihilant's page  mostly empty&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;the_nihilant's page&lt;br /&gt;
&lt;br /&gt;
mostly empty&lt;/div&gt;</summary>
		<author><name>The nihilant</name></author>	</entry>

	</feed>