<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/1.10.2" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Cognitive and Scientific Brainology</title>
						<link>http://andreicostin.com/index.php/brain</link>
				<description>andrei costin andreicostin costinandrei zveriu</description>
				<language>en-US</language>
				<docs>http://backend.userland.com/rss</docs>
				<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=1.10.2"/>
				<ttl>60</ttl>
								<item>
					<title>ADS-B research was worth it - ICAO to create Cyber Security Task Force (CSTF)!</title>
					<link>http://andreicostin.com/index.php/brain/2012/10/21/ads_b_research_was_worth_it_icao_to_crea</link>
					<pubDate>Sun, 21 Oct 2012 18:58:04 +0000</pubDate>
					<dc:creator>zveriu</dc:creator>
					<category domain="alt">Hack</category>
<category domain="alt">Hack</category>
<category domain="main">Conference</category>					<guid isPermaLink="false">267@http://andreicostin.com/</guid>
					<description>ADS-B research was worth it!

ICAO to create Cyber Security Task Force (CSTF) - Our research is mentioned as key points!

Download/view here

Thanks to Aimee Turner for notifying us.

Errata: In the above PDF, it is wrongly mentioned &#8220;Dr. Andrei Costin&#8221; - wish I :). It&#8217;s still a long way, until than it should read &#8220;PhD candidate&#8221;</description>
					<content:encoded><![CDATA[<p>ADS-B research was worth it!</p>

<p>ICAO to create Cyber Security Task Force (CSTF) - Our research is mentioned as key points!</p>

<p><a href="http://www.icao.int/Meetings/anconf12/WorkingPapers/ANConfWP122.1.1.ENonly.pdf">Download/view here</a></p>

<p>Thanks to <a href="http://www.airtrafficmanagement.net/author/aimee-turner/">Aimee Turner</a> for notifying us.</p>

<p>Errata: In the above PDF, it is wrongly mentioned &#8220;Dr. Andrei Costin&#8221; - wish I <img src="http://andreicostin.com/rsc/smilies/icon_smile.gif" alt="&#58;&#41;" class="middle" />. It&#8217;s still a long way, until than it should read &#8220;PhD candidate&#8221;</p>]]></content:encoded>
					<comments>http://andreicostin.com/index.php/brain?p=267&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>AthCon3 2012 Day2, Track1, 18:00-18:50 "Advances in BeEF: RESTful API, WebSockets, XssRays enhancements"</title>
					<link>http://andreicostin.com/index.php/brain/2012/09/19/athcon3_2012_day2_track1_18_00_18_50_adv</link>
					<pubDate>Tue, 18 Sep 2012 20:12:31 +0000</pubDate>
					<dc:creator>zveriu</dc:creator>
					<category domain="alt">Conference</category>
<category domain="alt">AthCon</category>
<category domain="main">Write-up</category>					<guid isPermaLink="false">265@http://andreicostin.com/</guid>
					<description>Download here.

Code:athcon.org
Athens, 3-4 May, 2012
Day2, Track1, 18:00-18:50
"Advances in BeEF: RESTful API, WebSockets, XssRays enhancements",
Michele Orru
&#160;
"Advances in BeEF: RESTful API, WebSockets, XssRays enhancements"
&#160;
BeEF
&#160;
Demo Using the BeEF restuful api
1. beef programatically accessing metasploit
2. injects beef into some victim browser
3. inject an applet, then use the javascript to java communication to ge tthe hava version based on the hdk
4. then in meterpreter sysinfo to get the system info
5. then inject the "execute calc.exe" in the victim's machien thru the injjected java applet
&#160;
New additions
&#160;&#160;&#160;&#160;ajax calls posioning (xml request object is overriding)
&#160;&#160;&#160;&#160;the module can have the target+_blank not to lose the victim
&#160;&#160;&#160;&#160;getting the Persistence (history) from the civtim vrowsaer
&#160;
New feature (in a testing branch - to be added soon)
&#160;&#160;&#160;&#160;websocket support
&#160;&#160;&#160;&#160;currently beef uses XHR, but for speed needs websocket
&#160;
XHR in beef
pro - works everywhere (ie, chrome)
cons - (TODO)
&#160;
if beef.browser.hasWebSocket(), don't use XHR pollin, open a websocket channel
support: firefox, chrome, safari, also mozwebsocket
https://github.com/radoen/beef-radoen - the experimental phase
&#160;
Possibilities with WS
&#160;&#160;&#160;&#160;real time VNC like hooked browser control
&#160;&#160;&#160;&#160;faster tunneling proxy (fuzzin thru the hooked browser 4-5 times faster)
&#160;&#160;&#160;&#160;general faster communication
&#160;
&#160;
Demo - BeEF with WS
&#160;&#160;&#160;&#160;launch 1000 XHR-polling vs WS-based request
&#160;
XssRays
&#160;&#160;&#160;&#160;originally as pure JS-based XSS scanner, then integarted in beef
&#160;
xssrays operation
&#160;&#160;&#160;&#160;a page with links/forms which do get/post request intra or cross domain
&#160;&#160;&#160;&#160;it adds the hidden iframe for each of the requests
&#160;&#160;&#160;&#160;if the iframe is loading, then the resource was XSS-vulnerable
&#160;&#160;&#160;&#160;it also works CROSS-DOMAINS (respecting the SOP!)
</description>
					<content:encoded><![CDATA[<p><a href="http://andreicostin.com/con/writeup/athcon2012/day2/day2_track1_1800_michelle_orru_advances_in_BeEF_RESTfulAPI_WebSockets_XssRays_enhancements.txt">Download here</a>.</p>

<p class="amcode">Code:</p><div class="codeblock amc_code amc_long"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">athcon.org</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default">Athens, 3-4 May, 2012</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default">Day2, Track1, 18:00-18:50</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default">"Advances in BeEF: RESTful API, WebSockets, XssRays enhancements",</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default">Michele Orru</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default">"Advances in BeEF: RESTful API, WebSockets, XssRays enhancements"</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"></div></td><td><code><span class="amc_default">BeEF</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc1"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc1"></div></div></td><td><code><span class="amc_default">Demo Using the BeEF restuful api</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"><div class="amc1"></div></div></td><td><code><span class="amc_default">1. beef programatically accessing metasploit</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"><div class="amc1"></div></div></td><td><code><span class="amc_default">2. injects beef into some victim browser</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"><div class="amc1"></div></div></td><td><code><span class="amc_default">3. inject an applet, then use the javascript to java communication to ge tthe hava version based on the hdk</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"><div class="amc1"></div></div></td><td><code><span class="amc_default">4. then in meterpreter sysinfo to get the system info</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"><div class="amc1"></div></div></td><td><code><span class="amc_default">5. then inject the "execute calc.exe" in the victim's machien thru the injjected java applet</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"><div class="amc1"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"><div class="amc1"></div></div></td><td><code><span class="amc_default">New additions</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"><div class="amc1"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;ajax calls posioning (xml request object is overriding)</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc2"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;the module can have the target+_blank not to lose the victim</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc2"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;getting the Persistence (history) from the civtim vrowsaer</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"><div class="amc2"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"><div class="amc2"></div></div></td><td><code><span class="amc_default">New feature (in a testing branch - to be added soon)</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"><div class="amc2"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;websocket support</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"><div class="amc2"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;currently beef uses XHR, but for speed needs websocket</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"><div class="amc2"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"><div class="amc2"></div></div></td><td><code><span class="amc_default">XHR in beef</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"><div class="amc2"></div></div></td><td><code><span class="amc_default">pro - works everywhere (ie, chrome)</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"><div class="amc2"></div></div></td><td><code><span class="amc_default">cons - (TODO)</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc3"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc3"></div></div></td><td><code><span class="amc_default">if beef.browser.hasWebSocket(), don't use XHR pollin, open a websocket channel</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"><div class="amc3"></div></div></td><td><code><span class="amc_default">support: firefox, chrome, safari, also mozwebsocket</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"><div class="amc3"></div></div></td><td><code><span class="amc_default"><a href="https://github.com/radoen/beef-radoen">https://github.com/radoen/beef-radoen</a> - the experimental phase</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"><div class="amc3"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"><div class="amc3"></div></div></td><td><code><span class="amc_default">Possibilities with WS</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"><div class="amc3"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;real time VNC like hooked browser control</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"><div class="amc3"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;faster tunneling proxy (fuzzin thru the hooked browser 4-5 times faster)</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"><div class="amc3"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;general faster communication</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"><div class="amc3"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc4"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc4"></div></div></td><td><code><span class="amc_default">Demo - BeEF with WS</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"><div class="amc4"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;launch 1000 XHR-polling vs WS-based request</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"><div class="amc4"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"><div class="amc4"></div></div></td><td><code><span class="amc_default">XssRays</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"><div class="amc4"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;originally as pure JS-based XSS scanner, then integarted in beef</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"><div class="amc4"></div></div></td><td><code>&nbsp;</code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"><div class="amc4"></div></div></td><td><code><span class="amc_default">xssrays operation</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"><div class="amc4"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;a page with links/forms which do get/post request intra or cross domain</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"><div class="amc4"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;it adds the hidden iframe for each of the requests</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc5"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;if the iframe is loading, then the resource was XSS-vulnerable</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc5"></div></div></td><td><code><span class="amc_default">&#160;&#160;&#160;&#160;it also works CROSS-DOMAINS (respecting the SOP!)</span></code></td></tr>
</table></div>]]></content:encoded>
					<comments>http://andreicostin.com/index.php/brain?p=265&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>Ghost is in the Air(Traffic) - BlackHat 2012 - ADS-B ATC hacking - real airplane replay, fake airplane spoofing/impersonation</title>
					<link>http://andreicostin.com/index.php/brain/2012/09/05/ghost_is_in_the_air_traffic_blackhat_201</link>
					<pubDate>Wed, 05 Sep 2012 00:13:12 +0000</pubDate>
					<dc:creator>zveriu</dc:creator>
					<category domain="main">Conference</category>					<guid isPermaLink="false">263@http://andreicostin.com/</guid>
					<description>Ghost is in the Air(Traffic) - BlackHat 2012 - ADS-B ATC hacking - real airplane replay, fake airplane spoofing/impersonation

Downloads

  &#8220;Ghost is in the Air(Traffic)&#8221; BlackHat 2012 Slides
  &#8220;Ghost is in the Air(Traffic)&#8221; BlackHat 2012 Whitepaper


Timelines

  Jun-2011 - Jul-2011 - Initial interest and research started
  Jul-2011 - Feb-2012 - Some low-pace experiments, study of specifications, experiments, additional hardware acquisition
  Feb-2012 - Mar-2012 - Revived interest
  Mar-2012 - May-2012 - Development and preparation for BlackHat 2012 application
  May-2012 - Application for BlackHat 2012 application
  07-Jul-2012 - Whitepaper and slides limited access available to BlackHat 2012 organizers only
  23-Jul-2012 - Whitepaper and slides public access available to all


Demo Ghost is in the Air(Traffic) - BlackHat 2012 - Airplane replay, fake airplane spoofing/impersonation
[...] Read more!</description>
					<content:encoded><![CDATA[<h3>Ghost is in the Air(Traffic) - BlackHat 2012 - ADS-B ATC hacking - real airplane replay, fake airplane spoofing/impersonation</h3>

<h4>Downloads</h4>
<ul>
  <li><a href="http://www.andreicostin.com/papers/adsb_blackhat12us_slides.pdf">&#8220;Ghost is in the Air(Traffic)&#8221; BlackHat 2012 Slides</a></li>
  <li><a href="http://www.andreicostin.com/papers/adsb_blackhat12us_whitepaper.pdf">&#8220;Ghost is in the Air(Traffic)&#8221; BlackHat 2012 Whitepaper</a></li>
</ul>

<h4>Timelines</h4>
<ul>
  <li>Jun-2011 - Jul-2011 - Initial interest and research started</li>
  <li>Jul-2011 - Feb-2012 - Some low-pace experiments, study of specifications, experiments, additional hardware acquisition</li>
  <li>Feb-2012 - Mar-2012 - Revived interest</li>
  <li>Mar-2012 - May-2012 - Development and preparation for BlackHat 2012 application</li>
  <li>May-2012 - Application for BlackHat 2012 application</li>
  <li>07-Jul-2012 - Whitepaper and slides limited access available to BlackHat 2012 organizers only</li>
  <li>23-Jul-2012 - Whitepaper and slides public access available to all</li>
</ul>

<h4>Demo Ghost is in the Air(Traffic) - BlackHat 2012 - Airplane replay, fake airplane spoofing/impersonation</h4>
<p class="bMore"><a href="http://andreicostin.com/index.php/brain/2012/09/05/p263#more263">Read more! &raquo;</a></p>]]></content:encoded>
					<comments>http://andreicostin.com/index.php/brain?p=263&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>[ACSA-2012-16] - Microsoft Office CGM Images Memory Corruption CVE-2012-2524 Remote Code Execution Vulnerability</title>
					<link>http://andreicostin.com/index.php/brain/2012/08/15/acsa_2012_16_microsoft_office_cgm_images</link>
					<pubDate>Wed, 15 Aug 2012 11:08:48 +0000</pubDate>
					<dc:creator>zveriu</dc:creator>
					<category domain="main">ACSA</category>					<guid isPermaLink="false">264@http://andreicostin.com/</guid>
					<description>[ACSA-2012-16] - Microsoft Office CGM Images Memory Corruption CVE-2012-2524 Remote Code Execution Vulnerability

More on Microsoft security front.

As you might know, MS12-AUG is out on 14 Aug 2012.

Among the patches, there is one which addresses a vulnerability on CGM images corruption that I have reported to MS.

Details follow:

  ACSA-2012-16 - MSOffice CGM buffer overflow crashes
  MS12-057 Vulnerability in Microsoft Office Could Allow Remote Code Execution (2731879)
  CVE-2012-2524 Microsoft Office Memory Corruption Remote Code Execution Vulnerability


Related (older) reports, CVEs, patches:

  MS10-105 - Vulnerabilities in Microsoft Office Graphics Filters Could Allow for Remote Code Execution
  Microsoft Office CGM Image Converter (CVE-2010-3945) Buffer Overflow Vulnerability
  ACSA-2012-05 - MSOffice EPS Stack based overflow crash


Stay secure!

Securely yours,
Andrei</description>
					<content:encoded><![CDATA[<h3>[ACSA-2012-16] - Microsoft Office CGM Images Memory Corruption CVE-2012-2524 Remote Code Execution Vulnerability</h3>

<p>More on Microsoft security front.</p>

<p>As you might know, <a href="http://technet.microsoft.com/en-us/security/bulletin/ms12-aug">MS12-AUG</a> is out on 14 Aug 2012.</p>

<p>Among the patches, there is one which addresses a vulnerability on CGM images corruption that I have reported to MS.</p>

<p>Details follow:</p>
<ul>
  <li><a href="http://andreicostin.com/secadv/ACSA-2012-16.zip">ACSA-2012-16 - MSOffice CGM buffer overflow crashes</a></li>
  <li><a href="http://technet.microsoft.com/en-us/security/bulletin/ms12-057">MS12-057 Vulnerability in Microsoft Office Could Allow Remote Code Execution (2731879)</a></li>
  <li><a href="http://www.symantec.com/security_response/vulnerability.jsp?bid=54876&amp;om_rssid=sr-advisories">CVE-2012-2524 Microsoft Office Memory Corruption Remote Code Execution Vulnerability</a></li>
</ul>

<p>Related (older) reports, CVEs, patches:</p>
<ul>
  <li><a href="http://technet.microsoft.com/en-us/security/bulletin/MS10-105">MS10-105 - Vulnerabilities in Microsoft Office Graphics Filters Could Allow for Remote Code Execution</a></li>
  <li><a href="http://www.symantec.com/security_response/vulnerability.jsp?bid=45270">Microsoft Office CGM Image Converter (CVE-2010-3945) Buffer Overflow Vulnerability</a></li>
  <li><a href="http://andreicostin.com/index.php/brain/2012/05/28/acsa_2012_05">ACSA-2012-05 - MSOffice EPS Stack based overflow crash</a></li>
</ul>

<p>Stay secure!</p>

<p>Securely yours,<br />
Andrei</p>]]></content:encoded>
					<comments>http://andreicostin.com/index.php/brain?p=264&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>HIP2012 - Overview</title>
					<link>http://andreicostin.com/index.php/brain/2012/07/01/hip2012_overview</link>
					<pubDate>Sat, 30 Jun 2012 22:27:22 +0000</pubDate>
					<dc:creator>zveriu</dc:creator>
					<category domain="alt">Conference</category>
<category domain="alt">Hack In Paris</category>
<category domain="main">Write-up</category>					<guid isPermaLink="false">261@http://andreicostin.com/</guid>
					<description>Hack in Paris 2012 and Nuid du Hack 2012 are over - these were quite some nice days :)!

I would like to first thank the organizers, Sysdream and all the crews, for these two great events.

Hack In Paris is a all-in-all fun event, with great audience and smooth organization!

Nuid de Hack, on the over hand is a crazy gathering of enormous number of people under one roof (literally) and where you have the opportunity to meet from fiercful hard core hackers to pretty creative and constructive robot/cnc-mill makers who will share their great ideas and experience as part of the multitude of workshops taking place during the entire night!
[...] Read more!</description>
					<content:encoded><![CDATA[<p>Hack in Paris 2012 and Nuid du Hack 2012 are over - these were quite some nice days <img src="http://andreicostin.com/rsc/smilies/icon_smile.gif" alt="&#58;&#41;" class="middle" />!</p>

<p>I would like to first thank the organizers, Sysdream and all the crews, for these two great events.</p>

<p>Hack In Paris is a all-in-all fun event, with great audience and smooth organization!</p>

<p>Nuid de Hack, on the over hand is a crazy gathering of enormous number of people under one roof (literally) and where you have the opportunity to meet from fiercful hard core hackers to pretty creative and constructive robot/cnc-mill makers who will share their great ideas and experience as part of the multitude of workshops taking place during the entire night!</p>
<p class="bMore"><a href="http://andreicostin.com/index.php/brain/2012/07/01/p261#more261">Read more! &raquo;</a></p>]]></content:encoded>
					<comments>http://andreicostin.com/index.php/brain?p=261&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
					</channel>
</rss>
