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.