Your flash drive is partitioned ? Here is the solution.

7:12 PM Unknown 0 Comments

Sometimes unfortunately, storage space of flash drive is partitioned. If your flash drive has the storage space of some G.B but it changes into 1 GB or 2 GB which is annoying.

 No need to worry  I got a solution for you.
This is tutorial for windows user only.


Plug in your flash drive.
Open the command prompt with administrative rights
Type in the following:
  1. diskpart and hit enter
  2. list disk and hit enter
  3. select disk and hit enter (enter the number that corresponds to your USB drive)
  4. clean and hit enter
  5. create partition primary and hit enter
  6. select partition 1 and hit enter
  7. active and hit enter
  8. format fs=fat32 and hit enter
  9. exit and hit enter
Safely eject your USB key, reboot and replug, see if this will help you

0 comments:

How to bypass MAC Filter using Kali.

10:12 AM Unknown 0 Comments

First open up terminal and check for open  wireless network or any other networks which have MAC filter using airodump.

Now check for clients of the network in which you want to bypass MAC filter using the command :

 airodump-ng -c <channel no.> -a –bssid <bssid> <wireless interface>

Now note the MAC address of client associated with that network.

Now using macchanger tool available for linux, change the mac address of your device to that of the client of the network.

Watch here:






Just for knowledge.

0 comments: