Tuesday, 18 August 2015

How to hack wifi password (WEP) ?

Hellow friends today i am going to tell you about how to hack wifi password.Today every one is trying to hack wifi password and it is not tough enough to hack wifi password.This trick is to hack wifi password which is secured by WEP security,Before this i would like to tell you that WEP (Wired Equivalent Privacy ) use to protect the wireless packets which are communicate over the wireless network, The RC4 encryption implemented over WEP. but in 2001 the person name Brovis found that WEP has the problem of weak initialization vectors.This IV's has a feature of predicting the correct key.So if get 10,000 packets or so then you can predict the correct key.To hack WEP secured wifi i am going to use a tool name wifite which comes free in all flavors of backtrack.So lets start.

Follow the given below steps ....
  • Open terminal window in your linux.
  • Now type su for switching to root user
  • Now type wifite and press enter.
     
how to hack wifi password
hack wifi using wifite








  • Now wait for few seconds , then you will see nearby wireless networks name and serial number.
  • press ctrl+c to finish searching , Then enter the serial number of the wireless network which you want to hack then press enter.
  • Now skip the wps pin attack by pressing ctrl+c.And wait while it is collecting the packets to predict the correct key.
  •  That is it...
Thank you.

Monday, 10 August 2015

How to access files hidden by ADS ?

Hello guys, Today i am gonna tell you how to access hidden files from system or how to access files hidden by ADS(alternative data stream). as i have already posted about How to hide secret files by using ADS. Now i'll tell you how to access those files.

It is very simple to access those files just follow the given below steps

  • open cmd (command prompt)
  • Navigate to the directory where file exist
you need to use different command as per the extension of file.
Means you need an app which can open those type of extension.

In my case i need to view Girlfriend.jpg which can open using mspaint 
So the command will be:

c:/folder>mspaint hide.txt:Girlfriend.jpg
In case if you have hide other type of file you need to set the path of an app which can open those files.


Thank you
share and post comments guys for any query related to this post.   

How to hide secret files with alternative data stream?

Hello guys, Today i am gonna tell you how to hide secret or sensitive files in your system.It is  very secret method which is rarely known by anyone. Most of the users are using Microsoft windows as their operating system and this trick will work only with windows.It is very useful method to hide your sensitive or secret files or images.This method or facility is provided by NTFS file system. It is the inbuilt feature of NTFS file system.You know any file in an ADS(alternative data stream) is hidden no command can fetch the information from it, whether original data or original size of data.Very less people know about it.It is the best solution to hide your secret file and no one can see those files even if you tell the exact path where your file exists.You can hide images , text files , video files etc.
 Lets start hiding.

Suppose we have 2 files
  •  hide.txt
  • Girlfriend.jpg
I don't want others to see my Girlfriend's picture and i don't wanna use any third party software to hide my secret files or images,so what should i do?

follow the below step to hide your secret files in your system
  1. Open cmd (command prompt)
  2. Navigate to the directory where both files exist.
  3. type given below command.
c:/folder>type Girlfriend.jpg>  hide.txt:Girlfriend.jpg

Now you will see the size of hide.txt will remain same and you can delete Girlfriend.jpg file because your Girlfriend.jpg is behind hide.txt and no one can access it.


must read how to access hidden files ?

 Thank you guys...
share this post and do comments for any query related to this post.

Tuesday, 4 August 2015

How to remove shortcut virus ?

Hello guys, Today i am gonna tell you that how to remove shortcut virus from PC?.Shortcut virus is one of the most annoying virus.It can infect the whole drive or disk. The shortcut virus can come from pen drive,SD card,Internet etc.It just leave the copy or shortcut of any folder,sub folder or files. Here is the best solution of shortcut virus or empty folder virus.Follow the steps given below.


  • Click on start button
  • Click on run Or press Window Button+r
  • Type cmd and click OK Or hit enter.
  • Type '@echo off' and hit enter
  •  Now navigate to the directory from where you want to remove the viruses
  •  Now type  attrib -h -r -s /s /d drive:\*.*
  Note: in above line "drive" is your drive letter(C,D,E or F) any one from where you want to remove the shortcut virus.

Friday, 31 July 2015

How to hide files behind image?

Hello guys, Today i am  gonna show you how to hide sensitive files in your windows computer.This post is amazing, you can hide video behind image,or you can also hide any picture behind another picture.It is a simply method to hide files behind an image or hide files in windows.

MUST CHECK : How to remove temporary files

 Follow the steps to hide the file:-

   Step 1: click on start button.
   Step 2: click on run Or press Window Button+r.
   Step 3: type cmd and click OK Or hit enter.
   Step 4: now go to the directory on which you want to merge the files.
   Step 5: select those file which you want to hide behind an image and 
              add them to archive
   Step 6: now the command for copy the .rar file behind the image is :
                 copy /b  imagefile.jpg+archiveFile.rar  newfile.jpg
   

 To access the hidden files:-

  1. Open winrar
  2. navigate to the location where your combined or merged new file is located Or drag the new/merged file into the winrar.
  3. extract the merged file.
 

How to remove temporary files from system ?

Hello guys i am writing this post to let you know about how to remove unused files or temporary files from your computer.Before showing how to remove temporary files from computer i would like to tell you that, whenever a program (any program) runs on your system it leaves various files in your system, These files consumes a lots of disk space , when number of files increase it may lead your PC to crash or slow down the PC speed.follow the below easy steps to make it work.

MUST CHECK : How to hide sensitive files ?

  • click on start
    • type run
    • type “%temp%” and click OK. without quotes.
    • Select all the temporary files
    • delete it by shift+Del

How to Boost up your system speed ?

    Hello guys today i am gonna show you how to increase the speed of your system or PC without using any third party software or tool.The below given steps will help you to increase or boost up your system speed..
    MUST CHECK :How to remove viruses manually ?


    BY USING msconfig

  1. click on start button. 
  2. click on run Or press WindowButton+r.
  3. type msconfig and hit enter.
  4. now click on services. uncheck those services which you don't want to run in your PC.
  5. now click on startup uncheck those application which you don't want to run when window starts up
  6. now click apply button.
  7. now hit OK button.
     

How to remove autorun virus from windows ?

Hello guys today i am gonna show you how to remove viruses from your PC without using any third third party software or tools. Just follow the simple steps written below to remove virus from your system manually.

MUST CHECK : How to boost up your system speed ?


Step 1: click on start button.
Step 2: click on run Or press WindowButton+r.
Step 3: type cmd and click ok Or hit enter.
Step 4: now navigate to the directory cd command on which you want to 
remove the autorun virus
Step 5: now type ( attrib -h -r -s autorun.inf) without brackets .
Step 6: now hit the enter button.
Step 7: now type del autorun.inf and hit the enter button.
    Follow same for other drives......

Thursday, 30 July 2015

How to create con folder in windows

 Hello guys today i will tell you that how to create 'con' folder in windows PC.It is very simple to create con folder in system by using command prompt. follow the below written steps.

MUST CHECK : How to speed up your PC ?


  •  click on start button.
  •  click on run Or press Window-button+r.
  •  type cmd and click OK Or hit enter.
To create con Folder:
 md\\.\drive:\con

EXAMPLE==> md\\.\c:\con 

To delete con folder:
 rd\\.\driver:\con

EXAMPLE==> rd\\.\c:\con