Monday 20 February 2017

Procedure to enable wireless LAN adapter in vmware!

I have went to find the way in which wlan in Kali Linux could be made listed my airmon-ng command.

Most of the videos and posts suggested me that it is necessary to have another wi-fi adapter to have connected to wifi network. But this is not necessary.

The procedure to do this is as follows:

1. Download this package in Virtual Machine(Kali linux) " http://linuxwireless.org/download/compat-wireless-2.6/"

2.Unzip this package in terminal

i.e navigate to place where you have downloaded this file , say desktop then type : cd Desktop

for unzip type : tar -jxvf compat-wireless-2010-06-26-p.tar.bz2

3. Navigate into the uncompressed directory and type:

i."make unload"  (only words within the quotes are the commands)
ii."make load"


Done!  now airmon-ng  should have the list of the required devices.


Example:--

iwconfig

airmon-ng

http://linuxwireless.org/download/compat-wireless-2.6/

Download -- compat-wireless-2010-06-26-p.tar.bz2

cd Desktop
ls
tar -jxvf "nameOfTheFile"

//It should unzip

ls
cd "nameOfTheFile"#make unload
          #make load

//Test Again

iwconfig

Video - How to configure crunch password generator


How to configure crunch password generator ?

https://sourceforge.net/projects/crunch-wordlist/

nevigate to crunch directory

make

man crunch


//Test If crunch is already loaded and its version
--crunch
--crunch 4 4 0123456789 -o /root/Desktop/pin.lst
--crunch min max charset -o START -c word per file
--crunch 4 4 0123456789 -t 9@@9 -o /root/Desktop/pin.lst

Sunday 19 February 2017

Video - How to install AirCrack ng in Kali Linux


 How to install AirCrack.ng in Kali Linux ?

--sudo apt-get install aircrack-ng

Testing please use below cmd

--airmon-ng start "nameOfWifiNetworkCard"

--airodump-ng mono
//list all the availabel networks

Install AirCrack-NG in Windows

https://www.aircrack-ng.org/

after download / extrate then execute aircrack gue.exe

Google how to  use windows --
https://code.google.com/archive/p/reaver-wps/downloads

Video - How to configure wlan0 in kali linux


How to configure wlan0 in kali linux ?
iwconfig

airmon-ng

http://linuxwireless.org/download/compat-wireless-2.6/

Download -- compat-wireless-2010-06-26-p.tar.bz2

cd Desktop
ls
tar -jxvf "nameOfTheFile"

//It should unzip

ls
cd "nameOfTheFile"#make unload
          #make load

//Test Again

iwconfig

Video -FootPrinting NMAP ORG


FootPrinting - NMAP.ORG,Zenmap

Nmap Footprinting tool for hacking and Penetration Testing Defined in Detail-Part One - See more at: http://www.hackersthirst.com/2011/06/nmap-footprinting-tool-for-hacking-and.html#sthash.5kH2Q0Kd.dpuf

http://www.nirsoft.net/

nmap --help

nslookup scanme.nmap.org

nslookup "ipAddress"

Video -Macchanger Media Access Control addressMAC address


Macchanger -- Media Access Control address (MAC address)

ifconfig

ifconfig eth0

ifconfig eth0 | HWaddr

macchanger --help

macchanger -s eth0
macchanger -r eth0

Video - SetUp anonymous proxy change


VPN Connect

apt-get install network-manager-openvpn-gnome -y
apt-get install network-manager-pptp -y
apt-get install network-manager-pptp-gnome -y
apt-get install network-manager-strongswan -y
apt-get install network-manager-vpnc -y
apt-get install network-manager-vpnc-gnome -y