Register.net.id Bugs Hunt

This Might Be The Biggest Ever Zero Day Vulnerabilities Reported in Indonesia From the View of it’s Impact.

Register.net.id is a .id domain registrar of Indonesia. It provided Indonesia webmasters domains at affordable prices (But I got this domain for FREE – promotion period only!! :P ). Since it’s a domain registrar site, so it can be considered as a very important site in Indonesia. It serves webmasters in Indonesia for their .id domains need with approximately more than 40.000 active domains, which is a huge number.

One of the term to apply a .id domain is that user must upload his/her personal information thingie like Personal Identity Card, NPWP, SIUP, SITU, etc. Depend on what kind of TLD he/she wanted. For example, to request a .web.id domain, an user must upload his/her Personal Identity Card (KTP). And so are other kinds of TLD. Read the rest of this entry »

Protect Folder with Password w/o Software

cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>” Read the rest of this entry »

Protecting and Removing Local Virus Without Antivirus

It’s very irritating when we’re infected with those sick local viruses. There is no exact way to remove it, but there are some tricks for you all that I wanna share. With these tricks, you can remove most of local viruses (my experience). They are :

Attrib (MS DOS Command)

This command let us change the virus file attribute. The most common usage of this command is for this file : autorun.inf located on the root of a hard drive. Usage : attrib autorun.inf -h -s -r. Before you delete the autorun.inf, make sure you note down the virus file name and location.

Create A New User Account

Why create a new user account? Read the rest of this entry »

Hacking TelkomSpeedy Account

Before you start reading, I’ll tell you that this trick is Patched. It’s up to you whether you wanna carry on or just stop here :)

A new system always get some fundamental problems, and so is TelkomSpeedy. This trick is damn easy one, but once you learn this, you can owned most of the TelkomSpeedy users out there, even now. But as I said, it’s patched. Although we can still gain access to some routers out there, but we can’t use their TelkomSpeedy account even we got their username and password.

Here the story goes :

Download any TCP/IP Port Scanner. And do a scan of course from some IP range like 125.162.55.1 to 125.162.55.254 (as long as it’s TelkomSpeedy IP Range). And you’ll get the result :D Note down all IPs with port 80 opened. And type down their IP address on your web browser and hit enter. Read the rest of this entry »

Free Game Hacking Tutorial

Hi there, I am back here for my blog update :P recently i’ve been very busy doing my thesis and working on a project with Th0R.

We are developing a web portal and a forum to public for FREE concering gaming security. Here is the link http://gamingsolution.org. There are plenty of game hacking video tutorials with voice and step-by-step guide :D Hope you guys enjoy this and remember to visit back there, we will keep updating it.

Creating a home network using Wi-Fi

You can create a small home / office network without using any access pooint or router. Not only like any peer-to-peer network uses NIC, but also Wi-Fi network can be done peer-to-peer by using the same method. And the connection speed will be far more faster.

The steps are :

1. Activating your Wi-Fi

The first and the utmost important step is preparing your wireless device and activating it. There are various way to activate wireless decives on computers. Some of it you need to press an activation button, and sme you need to activate it through a series of your operating system settings. To configure it on Microsoft Windows XP : Open your Control Panel, on the Wireless Network Connection icon,, right click it and choose Enable. If the Wireless Connection icon appear in the Taskbar, then the last step to do is to click the connect menu on it. Read the rest of this entry »

Microsoft Windows Tweaks – Part I

Microsoft Windows Tweaks
Part 1: Registry Editing: Taskbar

¡Hóla, amigos! My name is Calvin Limuel. Maybe you don’t know me. But don’t worry my tweaks won’t harm your computer :) .

Lemme show you my Desktop:

Free Image Hosting at www.ImageShack.us

Pretty cool, eh? Yes for this tutorial I use Microsoft® Windows® Vista™ Ultimate. The dearest version of Windows Vista (oh dear soooooo expensive XD) But my tutorials will be compatible with other Windows NT version. I hope… Read the rest of this entry »