<?xml version="1.0" encoding="ISO-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-US">
	<title>spl0it.org</title>
	<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php" />
	<modified>2010-03-15T13:37:00Z</modified>
	<author>
		<name>Jabra</name>
	</author>
	<copyright>Copyright 2010, Jabra</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.5.1">SPHPBLOG</generator>
	<entry>
		<title>Moving my blog to http://blog.spl0it.org</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090628-204815" />
		<content type="text/html" mode="escaped"><![CDATA[I have decided to switch from simplephpblog to blogger. The blog will continue to be focused on Security, Perl, Open Source tools and a combination of all of the above. I will include information about presentations and papers, I&#039;m working on. I hope you find it useful!<br /><br />The new blog can be found at: <a href="http://blog.spl0it.org" target="_blank" >http://blog.spl0it.org</a><br />Atom RSS: <a href="http://blog.spl0it.org/feeds/posts/default" target="_blank" >http://blog.spl0it.org/feeds/posts/default</a><br /><br />Regards,<br />Jabra ]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090628-204815</id>
		<issued>2009-06-29T00:00:00Z</issued>
		<modified>2009-06-29T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Cowpatty 4.5 in Backtrack4</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090607-191325" />
		<content type="text/html" mode="escaped"><![CDATA[Josh Wright updated coWPAtty to version 4.5. This version includes some awesome new improvements:<br /><br />    * Fewer restrictions on collecting the data needed to mount an attack.  The default behavior requires all 4 frames of the 4-way handshake to mount an attack.  If you specify &quot;-2&quot; on the command-line, coWPAtty will only require frames 1 and 2 of the 4-way handshake to mount an attack.  <br /><br />    * Validate that the needed information is present to mount an attack, without launching the attack (the &quot;-c&quot; option).  This was requested by Pure Hate for an awesome project he gave me a preview on.  I&#039;m hoping details of this project will be public soon.&quot; <br />( More details can be found at <a href="http://www.willhackforsushi.com/?p=284" target="_blank" >http://www.willhackforsushi.com/?p=284</a><a href="http://www.willhackforsushi.com/?p=284" target="_blank" >http://www.willhackforsushi.com/?p=284</a> )<br /><br />The more interesting of these improvements, is removing the requirement for 4 frames. This means that you can crack the passphrases more easily, because you only need 2 frames to do it. coWPAtty FTW!<br /><br />Josh, keep up the good work.<br /><br />coWPAtty 4.5 has been added to BackTrack 4. Enjoy!<br /><br /><a href="javascript:openpopup('http://spl0it.org/files/images/BT4-cowpatty-4-5.png',720,400,false);"><img src="http://spl0it.org/files/images/BT4-cowpatty-4-5.png" width="500" height="278" border="0" alt="" /></a><br /><br /><br />Regards,<br />Jabra<br /><br />]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090607-191325</id>
		<issued>2009-06-07T00:00:00Z</issued>
		<modified>2009-06-07T00:00:00Z</modified>
	</entry>
	<entry>
		<title>BackTrack 4 Pre-Final</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090530-223610" />
		<content type="text/html" mode="escaped"><![CDATA[If you want to get your hands on a copy of BackTrack 4 Pre-final just donate to Hackers for Charity and you can get a copy.<br /><br />Here is some more information:<br /><br /><a href="http://www.offensive-security.com/blog/backtrack/backtrack-4-pre-final-sneak-peek/" target="_blank" >http://www.offensive-security.com/blog/ ... neak-peek/</a><br /><br />Regards,<br />Jabra]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090530-223610</id>
		<issued>2009-05-31T00:00:00Z</issued>
		<modified>2009-05-31T00:00:00Z</modified>
	</entry>
	<entry>
		<title>BASE - 3 More Persistent Cross-Site Scripting Vulnerabilities</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090530-212022" />
		<content type="text/html" mode="escaped"><![CDATA[<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qItugh-fFgg&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qItugh-fFgg&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br /><br />Recently, the BASE team released version 1.4.3 nicknamed &quot;gabi&quot;. During a long night working on Backtrack 4, I started playing around with BASE 1.4.3. Within minutes I found 3 Persistent Cross-Site Scripting(XSS) vulnerabilities. For those who don&#039;t know, Cross-Site Scripting allows the attacker to inject Javascript to modify the functionality of the webpages. Since this vulnerability exists in BASE, this allows an attacker to drop alerts(all of them or specific alerts), modify user information including passwords, modify the configuration of BASE and many other tasks. The only limitation is the attacker&#039;s creativity.<br /><br />The vulnerabilities exist in pages that use information from 3 different components of BASE including: alert groups, roles and user information.<br /><br />For creating a user, the name field was found to be vulnerable. For the name field, I just injected Javascript and it was rendered! <br /><br />For creating an alert group, we just need to include a closure for the html by using &quot;&gt; and add our Javascript afterwards. This causes the page that loads the name, to close the html and execute our Javascript! This is due to html encoding being used on the page.<br /><br />For creating a role, both the name and the description field were vulnerable. The name field was limited to a specific number of characters. To verify I just injected XSS and verified it rendered properly. The description field was just straight Javascript.<br /><br />As always here are the screenshots, since people like pretty pictures!!!<br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateUser.png',800,600,false);"><img src="http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateUser.png" width="500" height="375" border="0" alt="" /></a><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateUser2.png',800,600,false);"><img src="http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateUser2.png" width="500" height="375" border="0" alt="" /></a><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateAlertGroup.png',800,600,false);"><img src="http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateAlertGroup.png" width="500" height="375" border="0" alt="" /></a><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateAlertGroup2.png',800,600,false);"><img src="http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateAlertGroup2.png" width="500" height="375" border="0" alt="" /></a><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateRole.png',800,600,false);"><img src="http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateRole.png" width="500" height="375" border="0" alt="" /></a><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateRole2.png',800,600,false);"><img src="http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateRole2.png" width="500" height="375" border="0" alt="" /></a><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateRole3.png',800,600,false);"><img src="http://spl0it.org/files/BASE-1.4.3-Persistent-XSS/Persistent-XSS-CreateRole3.png" width="500" height="375" border="0" alt="" /></a><br /><br /><br />To all the BASE developers, I must say: &quot;MOVE ZIG!!&quot;<br /><br />Regards,<br />Jabra]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090530-212022</id>
		<issued>2009-05-31T00:00:00Z</issued>
		<modified>2009-05-31T00:00:00Z</modified>
	</entry>
	<entry>
		<title>BASE - Persistent and Reflective XSS</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090522-185228" />
		<content type="text/html" mode="escaped"><![CDATA[<b>** Update 05/31 ** </b><br /><br />Here are more details:<br /><br /><a href="http://spl0it.org/files/BASE-XSS/Persistent-notes.txt" target="_blank" >http://spl0it.org/files/BASE-XSS/Persistent-notes.txt</a><br /><a href="http://spl0it.org/files/BASE-XSS/Persistent-ChangeMethod-notes.txt" target="_blank" >http://spl0it.org/files/BASE-XSS/Persis ... -notes.txt</a><br /><a href="http://spl0it.org/files/BASE-CSRF/notes.txt" target="_blank" >http://spl0it.org/files/BASE-CSRF/notes.txt</a><br /><a href="http://spl0it.org/files/BASE-XSS/Reflective-notes.txt" target="_blank" >http://spl0it.org/files/BASE-XSS/Reflective-notes.txt</a><br /><br /><br />Basic Analysis and Security Engine (BASE) is a well known PHP frontend to the Snort Intrusion Detection System. The latest version is 1.4.2. This version contains both Persistent and Reflective Cross-Site Scripting.<br /><br /> <br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-XSS/BASE-XSS-AddGroup.png',800,600,false);"><img src="http://spl0it.org/files/BASE-XSS/BASE-XSS-AddGroup.png" width="500" height="375" border="0" alt="" /></a><br /><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-XSS/BASE-XSS-Persistent-Confirm.png',800,600,false);"><img src="http://spl0it.org/files/BASE-XSS/BASE-XSS-Persistent-Confirm.png" width="500" height="375" border="0" alt="" /></a><br /><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-XSS/BASE-XSS-Search.png',800,600,false);"><img src="http://spl0it.org/files/BASE-XSS/BASE-XSS-Search.png" width="500" height="375" border="0" alt="" /></a><br /><br /><br /><a href="javascript:openpopup('http://spl0it.org/files/BASE-XSS/BASE-XSS-Reflective-Confirm.png',800,600,false);"><img src="http://spl0it.org/files/BASE-XSS/BASE-XSS-Reflective-Confirm.png" width="500" height="375" border="0" alt="" /></a><br /><br /><br />Examples:<br /><a href="http://spl0it.org/files/BASE-XSS/BASE-XSS-AddGroup.png" target="_blank" >http://spl0it.org/files/BASE-XSS/BASE-XSS-AddGroup.png</a><br /><a href="http://spl0it.org/files/BASE-XSS/BASE-XSS-Persistent-Confirm.png" target="_blank" >http://spl0it.org/files/BASE-XSS/BASE-X ... onfirm.png</a><br /><a href="http://spl0it.org/files/BASE-XSS/BASE-XSS-Search.png" target="_blank" >http://spl0it.org/files/BASE-XSS/BASE-XSS-Search.png</a><br /><a href="http://spl0it.org/files/BASE-XSS/BASE-XSS-Reflective-Confirm.png" target="_blank" >http://spl0it.org/files/BASE-XSS/BASE-X ... onfirm.png</a><br /> <br /><br />The issue is due to a lack of validation on the user input and likely affects other versions as well.<br /><br />&quot;All your BASE are belong to us.&quot; <br /><br />It&#039;s funny, that this is actually true.<br /><br />Regards,<br />Jabra<br />]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090522-185228</id>
		<issued>2009-05-22T00:00:00Z</issued>
		<modified>2009-05-22T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Backtrack4 + Snort</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090513-223850" />
		<content type="text/html" mode="escaped"><![CDATA[<a href="javascript:openpopup('http://spl0it.org/files/images/BT4-Snort-Base.png',800,600,false);"><img src="http://spl0it.org/files/images/BT4-Snort-Base.png" width="500" height="375" border="0" alt="" /></a><br /><br /><br />]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090513-223850</id>
		<issued>2009-05-14T00:00:00Z</issued>
		<modified>2009-05-14T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Collaboration with Gobby!</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090426-215328" />
		<content type="text/html" mode="escaped"><![CDATA[Peer-programming is one way that good software is developed. To do peer-programming, requires at least two people to focus on a problem and build the solution together. This can be done with a single computer and two chairs or vim + screen. Recently, I found a new program that provides the functionality of collaboration without the setup time of multi-user screen sessions. The program is called gobby. Gobby has both a server and client. This is ideal, since the information is kept on systems the users trust. Passwords can be required to access specific document and connections are made using TLS. <br /><br />Here is an example:<br /><br /><a href="javascript:openpopup('http://spl0it.org/files/images/gobby.png',645,483,false);"><img src="http://spl0it.org/files/images/gobby.png" width="500" height="374" border="0" alt="" /></a><br /><br />The above screenshot shows a small Perl script with the syntax highlighting. Also, gobby allows each user to choose a background color that makes identifying the author of each line easy. Gobby even lets the user replace tabs with spaces. It even has the ability for users to chat with everyone working on the document. I think the best feature of gobby, is that multiple users can even edit the document at the same time!!!<br /><br />On Ubuntu, gobby can be installed by using the following command:<br /><pre>sudo apt-get install gobby</pre>Try out gobby and let me know what you think.<br /><br />Regards,<br />Jabra]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090426-215328</id>
		<issued>2009-04-27T00:00:00Z</issued>
		<modified>2009-04-27T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Blackhat 2008 and DojoSec Videos online</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090330-224832" />
		<content type="text/html" mode="escaped"><![CDATA[I just noticed the Blackhat 2008 and DojoSec videos are online. <br /><br /><a href="https://www.blackhat.com/html/bh-usa-08/bh-usa-08-archive.html" target="_blank" >https://www.blackhat.com/html/bh-usa-08/bh-usa-08-archive.html</a><br /><br /><a href="http://www.dojosec.com/?page_id=14" target="_blank" >http://www.dojosec.com/?page_id=14</a><br /><br />Regards,<br />Jabra<br />]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090330-224832</id>
		<issued>2009-03-31T00:00:00Z</issued>
		<modified>2009-03-31T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Cisco starts Patch Wednesday</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090325-234310" />
		<content type="text/html" mode="escaped"><![CDATA[&quot;Starting on March 26, 2008, Cisco will release bundles of IOS Security Advisories on the fourth Wednesday of the month in March and September of each calendar year.&quot;<br /><br /><a href="http://www.cisco.com/en/US/products/products_security_advisories_listing.html" target="_blank" >http://www.cisco.com/en/US/products/pro ... sting.html</a><br /><br />Happy patching! <br /><br />Regards,<br />Jabra]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090325-234310</id>
		<issued>2009-03-26T00:00:00Z</issued>
		<modified>2009-03-26T00:00:00Z</modified>
	</entry>
	<entry>
		<title>InfoSec World 2009 - Total Browser Pwnag3 Slides</title>
		<link rel="alternate" type="text/html" href="http://spl0it.org/blog/index.php?entry=entry090314-233248" />
		<content type="text/html" mode="escaped"><![CDATA[<div style="width:425px;text-align:left" id="__ss_1136755"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=totalbrowserpwnag3-v1-0public-090312102457-phpapp01&stripped_title=total-browser-pwnag3-v10-public" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=totalbrowserpwnag3-v1-0public-090312102457-phpapp01&stripped_title=total-browser-pwnag3-v10-public" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div> <br /><br />I recorded the voiceovers for all of the demos today. I will post them sometime soon.<br /><br />Regards,<br />Jabra]]></content>
		<id>http://spl0it.org/blog/index.php?entry=entry090314-233248</id>
		<issued>2009-03-15T00:00:00Z</issued>
		<modified>2009-03-15T00:00:00Z</modified>
	</entry>
</feed>
