Axino.net

Programming

JavaScript Challenge 15 :: nag a ram

by Arxleol on Jul.04, 2010, under hellboundhackers.org, javascript, tutorial

This mission is interesting and a bit harder to solve, because we need to actually solve it and cannot use some simple way of outputting finished password.

(continue reading…)

Leave a Comment :, , , , , more...

JavaScript Challenge 10 :: Math time

by Arxleol on Jul.03, 2010, under hellboundhackers.org, javascript, tutorial

We will solve this challenge as we already used to solve some others. Simply by executing javascript in your browser and checking result.

(continue reading…)

Leave a Comment :, , , , , more...

JavaScript Challenge 14 :: Simple answer

by Arxleol on Jun.10, 2010, under hellboundhackers.org, javascript, tutorial

Sometimes the simplest answer is the correct one. Obvious when you examine this challenge you will find following javascript:

(continue reading…)

Leave a Comment :, , , , , more...

JavaScript Challenge 13 :: Cookie

by Arxleol on Jun.09, 2010, under hellboundhackers.org, javascript, tutorial

We will solve this challenge with Firebug. Open challenge page in Firefox, and start Firebug.  Now you probably see this sentence:

You are not authorized to view this page!

however, checking source code you will find that page is using cookie for authorization named authorized with value: false.

So if you are already in Firebug just open Cookies tab find cookie named authorized right click on it and select edit. Now just change false into true and reload page.

Leave a Comment :, , , , , , , more...

JavaScript Challenge 12 :: execute

by Arxleol on Jun.08, 2010, under hellboundhackers.org, javascript, tutorial

I know, when you opened this challenge you probably though again some math problem. But this one can be solved very easily.

(continue reading…)

Leave a Comment :, , , , , , more...


JavaScript Challenge 9 :: timer

by Arxleol on Jun.02, 2010, under hellboundhackers.org, javascript, tutorial

In this challenge we are faced with timer.  As soon as you’ve seen this challenge you figured out you have to reset timer somehow.

Of course one probable solution would be to wait until timer reaches zero value.

(continue reading…)

Leave a Comment :, , , , , , , more...

Extending the C# KeyLogger

by praetorian on Jun.02, 2010, under C#

I decided to extend arxleols keylogger a little. I hope to add a few more features in the future but for now I’m happy with the current version.

The most significant changes are that I’ve ported it to C#4.0, moved all the important functionality into a separate assembly, made the whole thing more event driven and gave the logging a new flavour. Some of the ideas I’ve had is to host the lib in a Windows Service, let it “phone home” occassionally (via email, not network) and possibly self update.

I’ve successfully run this on a Windows Vista Home Basic x86 machine (Dell Inspiron 1525). So far looks like it works like a charm. I urge you to use this software for research or security purposes only.

Below are the changes I’ve made and a few of the features that I might add later on.

(continue reading…)

3 Comments :, , , , , more...

How to redirect site in php

by Arxleol on Jun.01, 2010, under php, tutorial

Last day I needed to forward domain: swat2010.axino.net to my server.

(continue reading…)

2 Comments :, , more...

JavaScript Challenge 7 :: Jump over

by Arxleol on May.30, 2010, under hellboundhackers.org, javascript, tutorial

To solve 7th challenge we have to download file to our local machine. You can do this by right clicking on the link to challenge and then selecting Save link as…. When you save file to computer open it notepad or something similar.

(continue reading…)

Leave a Comment :, , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Archives