<?xml version="1.0" encoding="iso-8859-1"?>




<rss version="2.0">

<channel>
<title>Security Override - News</title>
<link>http://securityoverride.com/</link>
<description></description>
<image>
        <title>Security Override</title>
        <url></url>
        <link>http://securityoverride.com/</link>
    </image><language>en-en</language>

<item>
<title>Basic 12 Improved!</title>
<link>http://securityoverride.com/news.php?readmore=44</link>
<description>I will start out with an apology. I had started completely rewriting the basic 12 challenge a few weeks back to significantly improve functionality and realism. But I had forgotten about it, and as a result, the challenge was left, incomplete, for way too long.&lt;br /&gt;
&lt;br /&gt;
Finally, it was brought to my attention, thanks to &lt;a href='http://securityoverride.com/profile.php?lookup=1144&amp;username=blandyuk' title='blandyuk' target='_blank'&gt;blandyuk&lt;/a&gt;, and so I jumped right back on the project.&lt;br /&gt;
&lt;br /&gt;
I'd like to say thank you to blandyuk, as should the community. Because of one short and simple private message, basic 12 is now finished, and improvements will be made to make it even more realistic very soon. Regardless, the challenge is quite good now, and does not require specific inputs; rather, for example, if you use an orderby, you can use ANY number, even a negative. So go have some SQL injection fun!</description>
<pubDate>Mon, 05 Jul 2010 00:07:54 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=44</guid>
</item>

<item>
<title>1,000 members!!</title>
<link>http://securityoverride.com/news.php?readmore=43</link>
<description>SecurityOverride has reached 1,000 members today!</description>
<pubDate>Sun, 06 Jun 2010 02:23:04 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=43</guid>
</item>

<item>
<title>The Plauging Problem Of Points</title>
<link>http://securityoverride.com/news.php?readmore=42</link>
<description>&quot;Hey Qwexotic, I think my points are wrong.&quot;&lt;br /&gt;
&quot;Let me check...&quot;&lt;br /&gt;
&quot;Yeah, I was looking at user_x, and we've done the same challenges, but user_x has more points.&quot;&lt;br /&gt;
&quot;Indeed, you are correct. I will fix it ASAP.&quot;&lt;br /&gt;
&lt;br /&gt;
This has happened way too much. Ever since the realistic switch of 3 and 5, I've received a number of private messages about challenges points.&lt;br /&gt;
&lt;br /&gt;
Yeah, I've fixed them. Of course. But I would have to manually add up every user's points, double-check my math, and change the challenge points. Well, I'm sick of it.&lt;br /&gt;
&lt;br /&gt;
So I coded a script to check ANY user's current points, as well as the point value they SHOULD have. So anytime in the future, if you think you have an incorrect amount of challenge points, we can sort it out immediately upon contacting me.&lt;br /&gt;
&lt;br /&gt;
I have fixed all user's point values from the realistic switch, but if you still believe you have an incorrect amount of points, please send me a private message, post in the forum, or send me a message within the chat system.</description>
<pubDate>Sat, 05 Jun 2010 19:26:41 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=42</guid>
</item>

<item>
<title>Patching Revival!</title>
<link>http://securityoverride.com/news.php?readmore=41</link>
<description>Hey, do you guys remember that old challenge category that we...well...haven't added a challenge to in... Ya know, the one that HAD the lowest number of challenges, at 2?..&lt;br /&gt;
&lt;br /&gt;
Well, thanks to CrashOverron, we've got two new challenges for the Patching category!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both challenges are worth 15 points.&lt;br /&gt;
The previous two challenge have been set to 15 points as well.&lt;br /&gt;
&lt;br /&gt;
&lt;a href='/challenges/patching/3/' title='Patching 3' target='_blank'&gt;Patching 3&lt;/a&gt; - &lt;a href='/challenges/patching/4/' title='Patching 4' target='_blank'&gt;Patching 4&lt;/a&gt;</description>
<pubDate>Sat, 05 Jun 2010 19:21:31 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=41</guid>
</item>

<item>
<title>Fresh New Themes, Courtesy Of Override!</title>
<link>http://securityoverride.com/news.php?readmore=40</link>
<description>If you're like me, when you loaded SecurityOverride today, you probably jumped back and exclaimed, &quot;Woah!&quot;&lt;br /&gt;
&lt;br /&gt;
That's right, we've got two new themes, courtesy of Override! I personally would like to congratulate him on a job well done.&lt;br /&gt;
&lt;br /&gt;
&quot;So I like the new themes, but I'd rather use the old one. Can I?&quot;&lt;br /&gt;
Definitely. Just go to Edit Profile -&gt; &lt;a href='http://securityoverride.com/infusions/fusionboard4/usercp.php?section=options' title='Edit Options' target='_blank'&gt;Edit Options&lt;/a&gt;, and you can change your theme from there.&lt;br /&gt;
&lt;br /&gt;
Make sure to post your opinion in the &quot;New Theme&quot; thread!&lt;br /&gt;
And here's a heads-up: we will be having a vote soon on which theme to make default.&lt;br /&gt;
&lt;br /&gt;
If you like the new themes, be sure to say thanks to Override!</description>
<pubDate>Thu, 06 May 2010 22:58:21 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=40</guid>
</item>

<item>
<title>Programming 9, Calender Algorithm!</title>
<link>http://securityoverride.com/news.php?readmore=39</link>
<description>If you have been alive long enough, you may have heard of, or even met one of those 'street acts' in which a date, such as your birthday or a holiday is given to the man, and he spits the day of the week back out to you...of course, for some money.&lt;br /&gt;
&lt;br /&gt;
Well, you now have the ability to do learn about the algorithm used to do this! And although you won't have to learn it and be able to spit a date out in front of an audience (though you could), you will have to code a program to process three dates, and output the days of the week on which the dates fall. Finally, you will have to enter the days (separated by semi-colons) into the form on the programming 9 page to receive challenge completion credit.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&amp;lt;edit&amp;gt;&lt;/strong&gt;&lt;br /&gt;
Programming 9 has been fixed! The old code was very obsolete, and not to mention it produced incorrect input. I decided to code this challenge myself (it was coded by another member), starting over from scratch, and the challenge coding is, in addition to being fixed, much cleaner and shorter. So get to it!&lt;br /&gt;
&lt;strong&gt;&amp;lt;/edit&amp;gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Now go earn yourself 50 challenge points with &lt;a href='/challenges/programming/9/' title='Programming 9' target='_blank'&gt;Programming Challenge 9&lt;/a&gt;!</description>
<pubDate>Wed, 28 Apr 2010 02:15:34 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=39</guid>
</item>

<item>
<title>We Appreciate You, Google...</title>
<link>http://securityoverride.com/news.php?readmore=38</link>
<description>Today is a very...historic day for SecurityOverride. April 26, 2010 is the day that Google has indexed us very highly, among other hacking challenge sites.&lt;br /&gt;
&lt;br /&gt;
If you were to do a Google search for &quot;hacking challenges&quot; at this moment, you would see that SecurityOverride.com is the second result, falling just short of HackThisSite.org. And who knows? Maybe SecurityOverride can overtake HackThisSite, too?..&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&amp;lt;edit&amp;gt;&lt;/strong&gt;&lt;br /&gt;
Apparently, SecurityOverride is on the second page of the results... Though here's a &lt;a href='images/google_results.png' title='Google Results Image' target='_blank'&gt;picture&lt;/a&gt; of what led me to believe we fell right behind HackThisSite...&lt;br /&gt;
&lt;strong&gt;&amp;lt;/edit&amp;gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
I'd like to dedicate this post mainly to all of you guys, the loyal community of SecurityOverride.com. Because you all provide unique and quality content, SecurityOverride has been able to scale the search engine rankings. Keep up the awesome work!&lt;br /&gt;
&lt;br /&gt;
And thank you GoogleBot, for indexing us, and realizing that we are far superior to the other hacking sites...</description>
<pubDate>Tue, 27 Apr 2010 04:48:50 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=38</guid>
</item>

<item>
<title>Programming 8, Revisitng Geometry!</title>
<link>http://securityoverride.com/news.php?readmore=37</link>
<description>Oh, that wretched subject we all wish we never had to have taken. Why couldn't we have simply written programs to do all the work for us?..&lt;br /&gt;
&lt;br /&gt;
Well, with programming 8, we're giving you a blast from the past, and you not only get to remember the pains of geometry, but you also have a second chance - a chance to make a program to do the work for you. The only differences are: 1) this actually counts for something - 45 challenge points, and 2) you have a time limit to complete this 'homework assignment' - 25 seconds.&lt;br /&gt;
&lt;br /&gt;
Special thanks goes out to &lt;a href='/profile.php?lookup=6' title='bluechill' target='_blank'&gt;bluechill&lt;/a&gt;; the challenge concept as well as the challenge coding are courtesy of him. Kudos to ya, bluechill!&lt;br /&gt;
&lt;br /&gt;
Enough of reading worthless text beyond this point. Earn yourself 45 challenge points with &lt;a href='/challenges/programming/8/' title='Programming 8' target='_blank'&gt;Programming Challenge 8&lt;/a&gt;!</description>
<pubDate>Tue, 27 Apr 2010 03:06:36 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=37</guid>
</item>

<item>
<title>Logic 7, Logic 8, Logic 9 Released!</title>
<link>http://securityoverride.com/news.php?readmore=36</link>
<description>Three more challenges have been added to the Logic Challenges category.&lt;br /&gt;
&lt;br /&gt;
Logic 7 and Logic 9 are 1-submission challenges per week, while Logic 8 isn't.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We will continue to release logic challenges in the near future.&lt;br /&gt;
In the mean time, take a shot at &lt;a href='/challenges/logic/7/' title='Logic 7' target='_blank'&gt;Logic 7&lt;/a&gt;, &lt;a href='/challenges/logic/8/' title='Logic 8' target='_blank'&gt;Logic 8&lt;/a&gt;, and &lt;a href='/challenges/logic/9/' title='Logic 9' target='_blank'&gt;Logic 9&lt;/a&gt;!&lt;br /&gt;
&lt;br /&gt;
Logic 7, Logic 8, and Logic 9 are all worth 15 challenge points.</description>
<pubDate>Sun, 25 Apr 2010 22:38:43 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=36</guid>
</item>

<item>
<title>Logic 5 And Logic 6 Out!</title>
<link>http://securityoverride.com/news.php?readmore=35</link>
<description>Two more challenges have been added to the logic challenge category.&lt;br /&gt;
&lt;br /&gt;
These two challenges do NOT need to be checked by an admin, for the record.&lt;br /&gt;
&lt;br /&gt;
Get to 'em! &lt;a href='/challenges/logic/5/' title='Logic 5' target='_blank'&gt;Logic 5&lt;/a&gt; and &lt;a href='/challenges/logic/6/' title='Logic 6' target='_blank'&gt;Logic 6&lt;/a&gt; are both worth 10 points each.</description>
<pubDate>Thu, 22 Apr 2010 03:14:01 +0200</pubDate>
<guid>http://securityoverride.com/news.php?readmore=35</guid>
</item>

</channel>
</rss>