VkShiv

How to do things on PC

Create Fake Wireless Access Point in Kali Linux

To create a Fake Wireless Access Point in Kali Linux. We will need a wireless network interface and then putting it into Monitor Mode.

1. To check if there is Wireless Network Interface or not , Open Terminal and run command- "iwconfig". And in Image below we can see that "wlan0" is wireless interface.


 2. Now put your "wlan0" interface into Monitor Mode. We will use command- "airmon-ng start wlan0", but before this we will kill some process which can interfere in starting monitor mode by command- "airomon-ng check kill".


3. Now we will check our Monitor Mode Interface, by using Command- "iwconfig". As you can see my monitor mode interface is "wlan0mon".


4. Now we will create Fake Access Point using "mdk3" application. Run following command in Terminal- "mdk3 wlan0mon b -n Hell".
-n Hell is used for SSID(Name) of the AP.



5. This command will send Beacon Frame to Broadcast on different Channels using different MAC Address every time. Every Wireless Access Point sends beacon frames to broadcast to show their presence in Wireless Network and Every Wireless Client receives Beacon Frames and get their SSID.

How to See Windows Files in Linux


1. In Linux System, First of all open "File".
2. Then, Go to "Other Locations".


3. Then, Note Down the Corresponding name of Disk in Linux system (for example: Movies&TVseries - "/dev/sda8" )


4. Then, Open "Terminal" and Write following command and hit Enter.
     "-o ro" for Read Only Option
     "-t ntfs" for type of file system of the disk, for mine it is ntfs.
     "/dev/sda8" Linux system addr for the disk
     "/mnt/win" Where it will be mounted.


5. Now, Open the mounted disk in Linux.
    Other Locations > Computer > mnt > win >








How to Download Torrent if ISP has Blocked it ?

How to Download Torrent if ISP has Blocked it ?
  1. First of all, Download uTorrent and Install it.
  2. Then Download a VPN (Betternet.co - Free Forever) and Install it.
  3. Now connect to VPN.
  4. Open uTorrent and see if it is showing "DHT: Waiting to Login". Then Right Click on it and Disable it and Enable it Again (So it can Login).
  5. Now Try to Download the Torrent (It will Start).
  6. One Disadvantage of VPN is that it will decrease Downloading Speed.
  7. To Increase Speed under VPN, Watch my Full Video.

How To Add Audio Tracks To Video In VLC Media Player

You can add Audio Track to a video in VLC Media Player
  • Open VLC Media Player
  • Then go to Media in VLC
  • Open Multiple Files
  • Click on Add
  • Now add Video that you want to play
  • Then click on show more options
  • Click on Play another media synchronously
  • Click on Browse
  • Now Add that Audio file which you want to play
  • Click on Play
  • Video will start, Now go to Audio>Audio Tracks>Track that you added

Create WiFi In Your PC (Windows)

You can create WiFi using Two Methods
  1. Using Connectify Hotspot
    • For this you have to simply download the Connectify Hotspot App on Windows
    • And Enable WiFi on your PC
    • Open Connectify Hotspot
    • Do as it says
  2. Using Command Prompt in Windows
    • Open Command Prompt in Administrative Mode and Write below Commands
    • netsh wlan set hostednetwork mode=allow ssid=anyname key=yourpassword
      netsh wlan start hostednetwork
      netsh wlan show hostednetwork