#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.