#b-navbar { height:0px; visibility:hidden; display:none }

Friday, February 17, 2006

Crypto is out!

Here's the screenie, it's able to crypt almost ALL of the buttons found on your keyboard, except for \ which I had some problem dealing with it. Other than that, it's able to crypt and decrypt all of your messages.

Wednesday, February 08, 2006

pingOdeath and shut you down V1.0

Launch of pingOdeath and shut you down V1.0

pingOdeath - a DDOS system, consists of udpClient and udpServer, server acts as zombies scattered to different PCs. While the client acts as the attacker connecting to the zombies which will in turn ping flood a desired IP address sent from the client.

shut you down - a DOS system, consists of shutClient and shutServer, server is placed in the victim's PC while client attempts to make a connection to it. Upon connection from the client, the server will attempt to force a shutdown on the PC it's residing at.

Preview of upcoming proggie:

Crypto - Application which can be used to encrypt and decrypt text messages using an unique algorithm.

Friday, February 03, 2006

pingOdeath

Works on pingOdeath has begun, it will consist of a Client(attacker) and Server(zombie)

Easy system, zombies to be planted in some victim's comp, the client will thus create a connection to the zombie telling it which IP address to ping flood at. Version 1 was done a couple of weeks ago using TCP connection, but failed as TCP can only connect to one host at a time, whereas UDP is able to connect to multiple hosts.

Version 1 will be used as an DOS attack program, I hope to be able to shutdown the victim's comp.

Saturday, January 21, 2006

Coding at weird times

I find myself weird sometimes, I do coding most of the time during the wee hours of the morning, 2am - 6am. Anyway, Simple Pinger is out, get it if you bother to try it out. It will be able to ping an IP Address or a hostname, as well as websites, ping timeout 8 seconds if no replies are received. Get it under projects.

Wednesday, January 18, 2006

Screens of SIP proggie, shutting down with C#

I'm in my school lab now surfing on how can I write a proggie to shutdown a PC and I found some interesting screens of my server proggie, the first picture is the very first version and the 2nd picture the final version. One can learn time really flies by just look at the 2 pictures.

Installed .NET, First Proggie

Finally, I installed Microsoft .NET Framework 2.0 Runtime and a copy of sharpDevelop, which is a free C# IDE.

If in the future any of you would like to use my proggies, please download and install the framework from here

And, within a few hours, my very first proggie is out! It's called ping_alpha, the purpose of this program is just to perform a simple ping function to see if the particular IP address or hostname is valid. This will be the base of the main proggie which I am about to embark on, pingOdeath. Much details to be added in the future.

Tuesday, January 17, 2006

Born of theWORKS

This place shall contain works originally done and created by me. They can be:

- Software Programs
- Graphics
- Music Files
- Any other interesting products

*I will only release the final version of my proggies, versions which are "perfect" to me. Of course I would really appreciate if advices are given to me on improving them.