Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Monday, March 07, 2016

Enabling Monitor Mode in Kali 2.0 SANA



Hey guys
Today I am gonna show you "how to enable monitor mode in kali 2.0 SANA"

First of all press (ctrl+alt+t) to open "Terminal".Then type following commands :





Commands:

To get name of your wifi card type "ifconfig" only it should be something like "wlan0,wlan1" (i.e, wlan in starting and a no. at last)

ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up



To check whether your monitor mode is enabled or not, just type:

airodump-ng wlan0 

Note: In kali 2.0, latest version of aircrack is used, in which monitor mode name is same as wifi card name i.e., wlan0,wlan1 types(not mon0).


For KALI's previous versions, the command for enabling monitor mode was:

airmon-ng start wlan0

and name of monitor mode will be mon0, so it was very simple in the previous versions of aircrack :p


Thanx for visiting. :)

Hope it helped.

Subscribe us and like us if you liked our posts.

Our youtube channel: tricksvibe

Video Description : Enabling Monitor Mode in Kali 2.0 SANA
Read more

Monday, January 18, 2016

Android Emulator for MICROSOFT WINDOWS LINUX MAC OS (How to use android on pc)

Hi guys,

Whether nowadays we have an 80k phone or an 8k phone, still we need a android emulators on PC( LINUX, WINDOWS or MAC). So Today i am gonna tell you all of the emulators available in the market for any OS.


Common for all of them :

I. Softwares:
1. Genymotion

2. Install Android x86 (for kitkat android 4.4 x86 r2.iso is working only) in any virtual machine (like vmware, virtual box etc)

II: Cloud Services:
1. Appetize

2. Manymo


Only for MAC OS:

1. Xamarin Android Player

2. Andy

3. Droid4X


Only for LINUX OS:

No Individual Tools :(


Only for WINDOWS OS:

1. Windroye

2. Bluestack

3. Xamarin Android Player

4. Andy

5. AMIDuOS

6. Droid4X

7. YouWave

8. MEmu

9. Nox APP Player


Thanks for visiting.
Wish if it helped y'all.

Read more

How to install ADB+FASTBOOT in LINUX OS

Hello guys,

As we all know that the best OS for doing Development tasks is LINUX, so today i am gonna tell you guys to install "ADB+FASTBOOT" in LINUX with simply installing ".sh" scripts.


Steps:

1. Download this zip from here.

2. Extract it.

3. Open terminal emulator ( shortcut key: alt + ctrl + T )

4. Now just type the following command:

#sudo -i                                                  (then enter your passwod)
#cd "Directory where you extracted that zip" (eg: cd /home/username/Download/V1.Automatic-Adb+Fastboot_Linux_Installer/)
# ./Adb+Fastboot_Drivers_installer.sh

Done

Comment below if any problem........... Have a good time.... :)
Read more