GoHacking.com: Ethical Hacking and Cyber Security
EMAIL SECURITY

Tips to Secure and Safeguard Your Email Account

HOW STUFFS WORK

Articles Explaining How Everything Works!

HOW-TO GUIDES

How-To Articles on Various Subjects

INTERNET SECURITY

Tips for a Safe and Secure Internet Usage

NETWORK HACKS

Network Hacking Techniques Exposed!

C Program Without a Main Function
Mon, 3/03/08 – 1:20 | 34 Comments
C Program Without a Main Function

How to write a C program without a main function?. Is it possible to do that. Yes there can be a C program without a main function. Here’s the code of the program without a …

Guessing Game In C
Sat, 1/03/08 – 8:14 | 8 Comments
Guessing Game In C

This is a small guessing game written in C. In this guessing game you have to guess a number between 0 & 100. You have 8 chances to do that. Every time you guess wrongly …

A Self Destructing Program in C
Sat, 1/03/08 – 7:35 | 23 Comments
A Self Destructing Program in C

This program will destroy itself upon execution. The program will cause the .exe file to be deleted upon execution. That is this program is capable of destroying itself upon execution. Here is the code
 
 
#include<stdio.h>
#include<conio.h>
#include<dos.h>
void main()
{
printf(“This …

C Program for Pigeon Breeding Problem
Thu, 28/02/08 – 16:33 | 8 Comments
C Program for Pigeon Breeding Problem

The problem is as follows…
Initially I have a pair of adult pigeons (capable of breeding) which give rise to another young pair every month until it reaches the age of 5 years (60 months). But …

How to Create a CON folder in Windows?
Thu, 21/02/08 – 6:13 | 23 Comments
How to Create a CON folder in Windows?

Can you create a folder named “con”, “prn”, “nul” “com1″ “com2″ “lpt1″ etc. in windows ?
The answer is NO and YES!
NO because when create a new folder and try to rename it to any one …

What to do when your Orkut Account is Hacked ?
Sat, 2/02/08 – 18:25 | 23 Comments
What to do when your Orkut Account is Hacked ?

It can be a nightmare if someone else takes control of your Google Account because all your Google services like Gmail, Orkut, Google Calendar, Blogger, AdSense, Google Docs and even Google Checkout are tied to …

Phishing Tools Available Online
Sat, 2/02/08 – 7:02 | 20 Comments
Phishing Tools Available Online

Tools that can help people potentially defraud innocent surfers are available for free download on the internet, it has been claimed.
The do-it-yourself kits provide all the essential tools for launching phishing attacks – those that …

Forgot Windows XP Password ?
Thu, 31/01/08 – 9:13 | 20 Comments
Forgot Windows XP Password ?

Yes it is possible to change Adminstrator password both in Win XP and Vista without knowing it. If you somehow manage to login as an Administrator then you can change the password without knowing it.
 
 
Here’s …