woensdag 6 februari 2013

New version of the hacksuite cms. I've uploaded 0.4.1, which comes with a new module and a new test server. Be sure to check it out.

woensdag 26 september 2012

Back to the THC HackSuite

After finishing the hackchallenge site I dived back into Tools & Design. However while I was coding I didn't quite know where I was heading and what I wanted, so instead left the site like that and jumped back into the THC HackSuite CMS and finished the new version 0.3.

Haven't released it yet, will release the HackSuite 0.3 with at least the x template and maybe add some extra features above the ones I already did. Here's the changelog: http://www.hacksuite.com/forum/cms/59-official-changelog-thc-hacksuite-03-thread.html

zaterdag 14 juli 2012

22 challenges left to verify!

22 challenges left to verify! :)
- penetrate: Ad Dope, Geek United 1 and Geek UNited 2
- programming: all

Latter will probably take the least time..

dinsdag 10 juli 2012

Hack challenge to do list

I usually never post these kind of things, but making an exception here:

Here's the entire to do list:
// test the pen:real forms
// check the last 25 challenges
// link to wechall
// log activity in pen:real
// users online last 24 hrs returns wrong value
// logout cookie is logged as cookie poisoning attempt

After I finish the challenge site, here's what I will do next:
- redesign Tools & Design
- redesign THC HackSuite

Also will release a new version of the THC HackSuite CMS, but we're still far away from there.

vrijdag 15 juni 2012

THC HackChallenges, we're almost there..

Yes we are!
It's just a matter of stitching the final stuff together, I managed to bring down the total amount of flags and bugs back to just 8. I want to complete all the challenges first to see if there are still bugs in there, you could expect the site launch within a timespan of about two months, maybe way earlier...maybe not...who knows?

Stay tuned!

zaterdag 14 januari 2012

Sometimes coding can be extremely funny

Didn't know how hilarious this piece of my code was until I woke up this morning.

function ShowLimit(what,kids,howmany){
    $(what).children(kids).each(
        function(index){
            if(index>=howmany){
                $(this).hide('fast');
            }
        }
    );
}
The message behind the code is that if you have too much kids, then its better to hide the oversupply fast..ehm sort of.

donderdag 15 december 2011

I just found out that..


Well did a few things here and there, got the new site and will change the whole look and attitude of it.
I'm making jquery powered splash screens atm, so far I finished 3, 3 are basically done, 2 are far in progress(like the image on top of this post), 1 is just the css and html with only cufon as js and 1 I still need to think of...each splash screen aka category has a different kind of jquery driven animation so for the last..hmm will come up with something. ;)

As u may know I love jQuery and have never really been into js at all, was avoiding it all the time, I'm more the type of guy that plays with 3p aka php, perl, python, actually anything server sided.

Anyway, will have to code a new login system, basically the whole environment, gonna take a while..doesn't really matter the whole challenge site at Tools & Design is still available.