<?xml version="1.0" encoding="iso-8859-15"?>
<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>nopcode</title>
<link>http://www.nopcode.org/blog</link>
<language>en</language>
<description>nopcode development crew</description>
<generator>doblog</generator>
<item>
 <title>0day advisory: reverse-xss plain attack at pans and company</title>
 <link>http://www.nopcode.org/blog/post_29.html</link>
 <dc:creator>Net Flanders</dc:creator>
 <category>security</category>
 <pubDate>Tue, 20 Ago 2007 11:59:59 +0200</pubDate>
 <content:encoded><![CDATA[<table><tr><td valign=top><br />
Today I have discovered a 0day at pans and company that allows you to make a reverse-xss plain attack on the bill.<br />
<br />
A second bug it is not a 0day, but stands to make you think if the food is cheaper if you don't want a "BUEN PROVECHO".<br />
<br />
 Take a look:<br />
<br />
<hr size=1><br />
<br />
<i>NOTE: Serial IDs, hour, place and personal information has been altered for privacy. So don't don't take them seriously.</i><br />
<br />
</td><td><br />
<center><img src=img/pans2.jpg></center><br />
Yup..i'm also thinking about how to exploit this reverse-xss input. hahah<br />
</td></tr></table><br />
<br />
 ]]>
</content:encoded>
</item>
<item>
 <title>pandas at defcon15</title>
 <link>http://www.nopcode.org/blog/post_28.html</link>
 <dc:creator>pancake</dc:creator>
 <category>news</category>
 <pubDate>Tue, 18 Ago 2007 02:32:61 +0200</pubDate>
 <content:encoded><![CDATA[These days one of our members where into Defcon15 to participate with the <a href="http://pandas.es">panda team</a> at the CaptureTheFlag competition.<br />
<br />
Few months ago a group of friends participate on the kenshoto prequals, which is a prequalification wargame with different categories and complexity. After the 48h we got qualified to participate at the DefCon final on a CTF.<br />
<br />
This time we go there without a good preparation, we are wearing cheap network switches with broken RJs, and there was a long time most of us make an exploit or so, we had to remember all this things there O:)<br />
<br />
We are 7 and decided to split the team in 3 groups: One doing server administrative tasks, exploiting automatism scripts and working together with the other two (reversing and exploiting).<br />
<br />
The list of rules of a CTF are:<br />
  - you have two network cables and a table<br />
  - one of the cables reaches the gateway and the other one your server<br />
  - kernel patches are not allowed/permitted<br />
  - reverse engineering applications to find bugs to exploit<br />
  - patch your services (in binary)<br />
  - sniff the trafic to find other's exploits<br />
  - exploit them and take profit<br />
  - each service per each team has a token (key file with hex number)<br />
  - you should steal tokens from other teams and overwrite them with your own<br />
  - there are private and public tokens<br />
  - keep up your services<br />
<br />
The first day of the ctf we were maintaining the first position, this is because we were focusing our time in the easiest ones, trying to get them rapidly and be able to steal as much points as possible from the rest of teams.<br />
<br />
The second day there was some problems with the counters and we was unable to use the three breakthrougths we do during the night, and we had to spend all the day to finally exploit another because of another team constantly overwriting its key file. So we fall into the third position.<br />
<br />
The third day was just the half of it, and this wasn't enought time to raise from the yestedays crackdown, but we were able to maintain the position and as a final note, We were able to exploit a 3-years old bug in about two hours before the end, but...we were too nervious and didn't look at the correct terminal O:).<br />
<br />
Finally I will like to congratulate to Kenshoto and all the teams of the CTF for this great wargame and for having such a fun in a plastic city on the middle of a desert.<br />
<br />
Hope to get classified next year and back to the CTF..This time with a 70% more of network switches <img src="doblog/smileys/default/blink.png" /><br />
<br />
+ <a href="http://sexy.pandas.es/blog/2007/08/18/ctf07-report/">pandas/blog/report</a><br />
+ <a href="http://www.kenshoto.com/">Kenshoto</a><br />
+ <a href="http://blog.48bits.com/?p=151">48bits</a><br />
+ <a href="http://www.cutawaysecurity.com/blog/">cutaway-security</a><br />
+ <a href="http://news.livedoor.com/article/detail/3261767/">news.livedoor</a><br />
+ <a href="http://atlas.r4780y.com/cgi-bin/atlas">atlas.blog</a><br />
<br />
<center><br />
<img src="http://blog.48bits.com/wp-content/uploads/2007/08/ctfteam.jpg"><br />
</center><br />
<br />
<i>* pandas is a trademark of Osu Tatakae! Sexy Pandas wargaming team.</i><br />
<i>* 'we' in this article is refered to the panda team</i><br />
 ]]>
</content:encoded>
</item>
<item>
 <title>org.nopcode.rest</title>
 <link>http://www.nopcode.org/blog/post_27.html</link>
 <dc:creator>pancake</dc:creator>
 <category>projects</category>
 <pubDate>Tue, 1 Ago 2007 02:32:61 +0200</pubDate>
 <content:encoded><![CDATA[A new project has been imported into the pvc repository.<br />
<br />
It aims to implement a Java API for publishing and accessing REST services using Java or Javascript.<br />
<br />
The beauty of REST is that it's like the *nix friend of HTTP, simple and flexible. You can make GET, PUT, POST and DELETE calls against the published nodes.<br />
<br />
Using the javax.script api of Java6 you can use ECMAScript (or <a href="http://www.java-source.net/open-source/scripting-languages">another</a> scripting language).<br />
<br />
You can also use this api from commandline by using the 'rest' and 'restd' commands and load a REST profile from an <a href="http://news.nopcode.org/miau/pvc.cgi?prj=rest&leaf=f4878ebc/0-pancake@localhost">XML</a> file. A node can return the output of a shell command, return a setteable value, or a execution of a script.<br />
<br />
It's almost easy to implement a distributed autoupdateable mesh network of rest servers sharing lines of javascript between them embedding all this magic on a single XML file.<br />
<br />
Read more <a href="http://news.nopcode.org/miau/pvc.cgi?prj=rest&leaf=c1879839/0-pancake@localhost">here</a>.<br />
<br />
Download the tarball <a href="http://news.nopcode.org/miau/pvc.cgi?dist=rest">here</a><br />
 ]]>
</content:encoded>
</item>
<item>
 <title>New web style</title>
 <link>http://www.nopcode.org/blog/post_26.html</link>
 <dc:creator>nopcode</dc:creator>
 <category>news</category>
 <pubDate>Tue, 10 Jul 2007 23:43:38 +0200</pubDate>
 <content:encoded><![CDATA[Yay! we're getting closer to the web 2.0!<br />
<br />
No, <a href="img/SeriousCat.jpg">Seriously</a>.<br />
<br />
Lot of things are changing, and this blog does not reflect what's really happening.<br />
<br />
We dislike to make presentations, definitions or expectations of anything, we are a dead generation.<br />
<br />
But instead i'll enumerate a list of some of the projects we are currently involved, feel free to join the development mailing list. We are opened to new ideas, developments, hacks and challenges!<br />
<br />
<a href="http://nopcode.org/0xFFFF/">0xFFFF</a> - A Free reverse engineered flasher for the Nokia Internet Tablets<br />
<br />
<a href="http://forum.xda-developers.com/showthread.php?t=296436">HTCflasher</a> - A flasher for the HTC devices<br />
<br />
<a href="http://nopcode.org/miau/pvc.cgi">PVC</a> - Most of our software development is moving from cvs and git to the branding new pvc version control<br />
<br />
<a href="http://radare.nopcode.org/">radare</a> - an advanced commandline hexadecimal editor (really interesting for rce)<br />
<br />
One of us is reverse engineering a proprietary router to run linux. Other projects like mksend and acr are going to grow soon.<br />
<br />
We will try to open the blog a little bit more, so we hope to get more editors (&gt;1) to feed you better :)<br />
<br />
Welcome again and have phun!<br />
 ]]>
</content:encoded>
</item>
<item>
 <title>mesure 0.7.2 released</title>
 <link>http://www.nopcode.org/blog/post_25.html</link>
 <dc:creator>nopcode</dc:creator>
 <category>releases</category>
 <pubDate>Wed Feb 21 14:38:28 CET 2007</pubDate>
 <content:encoded><![CDATA[After a really long time I've finally released a new version of mesure containing fixups from CVS.<br />
 ]]>
</content:encoded>
</item>
<item>
 <title>rss2html 0.8.2 released!</title>
 <link>http://www.nopcode.org/blog/post_24.html</link>
 <dc:creator>nopcode</dc:creator>
 <category>releases</category>
 <pubDate>Sat, 09 Dec 2006 02:20:54 +0100</pubDate>
 <content:encoded><![CDATA[This is a revision of the 0.8 serie that comes with libcurl support. This fixes the problem with chunked transfers and SSL servers.<br />
 ]]>
</content:encoded>
</item>
<item>
 <title>acr 0.5.2 released</title>
 <link>http://www.nopcode.org/blog/post_23.html</link>
 <dc:creator>nopcode</dc:creator>
 <category>releases</category>
 <pubDate>Fri, 08 Dec 2006 02:31:51 +0100</pubDate>
 <content:encoded><![CDATA[*WARNING* Previous acr version (0.5.2) is buggy and should not be used.<br />
<br />
&gt;&gt; <a href="http://news.nopcode.org/pancake/acr.html">acr</a><br />
 ]]>
</content:encoded>
</item>
<item>
 <title>debian repository for nopcode software</title>
 <link>http://www.nopcode.org/blog/post_22.html</link>
 <dc:creator>nopcode</dc:creator>
 <category>news</category>
 <pubDate></pubDate>
 <content:encoded><![CDATA[Today i've published the 'radare 0.4.2' package into the debian nopcode repository. I'll publish some more packages soon. Stay tuned!<br />
 ]]>
</content:encoded>
</item>
<item>
 <title>youterm project has been made public</title>
 <link>http://www.nopcode.org/blog/post_21.html</link>
 <dc:creator>nopcode</dc:creator>
 <category>news</category>
 <pubDate></pubDate>
 <content:encoded><![CDATA[The YouTerm project is out.<br />
<br />
It has been leaked from <a href="http://meneame.net/story/youterm-youtube-videos-consola">meneame</a> and <a href="http://deepbit.blogspot.com/www.youterm.com">deepbit</a>.<br />
<br />
Feel free to submit your own termcasts. We need more f00d.<br />
 ]]>
</content:encoded>
</item>
<item>
 <title>nopcode mirror at bytezero</title>
 <link>http://www.nopcode.org/blog/post_20.html</link>
 <dc:creator>nopcode</dc:creator>
 <category>news</category>
 <pubDate></pubDate>
 <content:encoded><![CDATA[Thanks to <a href="http://midgard.bounceme.net/">TripleDES</a> now, we have a new FTP mirror of nopcode.<br />
<br />
&gt;&gt; <a href="ftp://bytezero.org/mirrors/nopcode.org">nopcode mirror at bytezero</a><br />
 ]]>
</content:encoded>
</item>
</channel>
</rss>
