Wednesday, December 21, 2016

Installation of modified Reaver with Pixie-dust

Hello Guys
Today i am going to show you "How to install modified Reaver which include Pixie Dust Attack"

About Reaver

Reaver has been designed to be a robust and practical attack against Wi-Fi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases. It has been tested against a wide variety of access points and WPS implementations.
The original Reaver implements a online brute force attack against, as described in http://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf. reaver-wps-fork-t6x is a community forked version, which has included various bug fixes and additional attack method (the offline Pixie Dust attack).
Depending on the target's Access Point (AP), to recover the plain text WPA/WPA2 passphrase the average amount of time for the transitional online brute force method is between 4-10 hours. In practice, it will generally take half this time to guess the correct WPS pin and recover the passphrase. When using the offline attack, if the AP is vulnerable, it may take only a matter of seconds to minutes.

 Installation

Step 1: Type on Terminal
"apt-get -y install build-essential libpcap-dev sqlite3 libsqlite3-dev aircrack-ng pixiewps"



Step 2: Go to this link "https://github.com/t6x/reaver-wps-fork-t6x"


 Step 3: Now type on Terminal "git clone https://github.com/t6x/reaver-wps-fork-t6x"

 Step 4: Type on Terminal"cd reaver-wps-fork-t6x/"

Step 5: Type on Terminal "cd src/"

Step 6: Type on Terminal "./configure"

Step 7: Type on Terminal "make"

Step 8: Type on Terminall "make install "






Thats all guys ;-) you are ready to launch reaver, to use pixiewps

Type "reaver -i (interface) -b (Bssid) -c (channel) -vvv K 1"

where  -i : interface of monitermode
           -b : Bssid
           -c : Current channel for Bssid
         -K 1: Launching Pixiewps   




 

Monday, November 28, 2016

You want to be an Ethical Hacker ..So read it carefully

Hello guys
Today i m sharing my feeling about a article which i read today,thats best on "Ethical Hacking". For those people who are newbie in this regularly updating field,you must read this well written article ,i found myself fan of this guy.
My favorite line in that article

"Ethical Hacker closely related to Certified Ethical Hacker(CEH) certification offer by EC-Council which in my opinion is one of the worst courses and certifications on the market. At best an utter waste of time and money if you ask me. This course is a mindless run through of tools that will quickly become obsolete and outdated and you will not be able to hack anything after taking this certification. The only value is that for some reason the HR crowd thinks it’s hardcore."

Please go through the link for nicely written article by Kim Guldberg

https://www.linkedin.com/pulse/20141113184204-8752964-so-you-want-to-be-an-offensive-security-guy

Friday, October 14, 2016

How to install teamviewer in Kali linux 2.1 or 2.2

Hello Guys

Today i am going to tell you how to install "teamviewer" in Kali 2.1 or 2.2

First of all we will download teamviewer from the given link.

https://www.teamviewer.com/en/download/linux/

Now we select "Debian Multiarch". See this screen shot





It will by default download in "Downloads" directory.

Now open your Terminal and type

mkdir teamviewer

cd teamviewer

cp /root/Downloads/teamviewer_11.0.67687_i386.deb /root/teamviewer/teamviewer_11.0.67687_i386.deb

now you can check by typing command "ls"

See this screen-shot




 Now we type on terminal

gdebi teamviewer_11.0.67687_i386.deb

And rest of thing left to powerfull gdebi. See this screen shot










Thursday, September 22, 2016

Best five books on Kali Linux

Hello Guys
Today i am posting about best five books on kali linux.I hope you guys would love
these books.we all know that we are alway desperate to learn new things about kali linux.So i think these books will help you.

1.Kali Linux Cook Book



2.Mastering-Linux-Advanced-Penetration-Testing


3.Advanced-Penetration-Testing-Highly-Secured-Environments








4.Linux-Assuring-Security-Penetration-Testing






 5.Intermediate-Security-Testing-Kali-Linux


Friday, September 9, 2016

Installing VMware 12.1.1 on Kali2.1(Rolling)


Hello Guys
Today I am writing about "how to install vmware 12.1.1 on Kali 2.1(Rolling).
Make sure you have updated and upgraded your Kali Linux.And Vm ware 12.1.1 work fine with kernel version 4.8. If your kernel version is 4.9 then follow

I am sure you have downloaded VMware workstation 12.1.1 .So first goto that directory where you have downloaded VMware workstation.And type this
(i) chmod +x VM(press Tab key)
(ii) ./VM(press Tab Key)
then install it properly.


when you run vmware after installing,I am sure you will get gcc error.See this screen shot.

If it showing same on your machine..So do same as i am writing here.
STEP 1:
  • Type "apt-get install build-essential dkms -y".I am installing it because some times vmware need more dependencies for its modules.So installing dkms will help us.And it will not give you any trouble in future.its safe.I have tested it.
  • type "apt-get purge gcc-6"
  • type "apt-get remove gcc-6"
STEP 2:Install gcc-5
  • Type "apt-get update"
  • Type "apt-get install gcc-5"
  • Type "apt-get install g++-5"
STEP 3:Linking Gcc
  • Type "ln -s /usr/bin/gcc-5 /usr/bin/gcc"
  • Type "ln -s /usr/bin/g++-5 /usr/bin/g++"
Now after these steps ,if you run vmware you will get an error of "Linux-headers"

Now you have to install "Linux-Headers for kernel 4.6.0"

STEP 4:
  • Type "apt-get install linux-headers-$(uname -r) -y"
STEP 5:

Now I hope that, When you'll run vmware "linux header"
error will be gone.And you will get another error like this.See screen shot.





Now to solve this error.Do the following.


STEP 6:
  • cd /usr/lib/vmware/modules/source  
  • tar xf vmmon.tar  
  • mv vmmon.tar vmmon.old.tar  
  • sed -i -e 's/get_user_pages/get_user_pages_remote/g' vmmon-only/linux/hostif.c  
  • tar cf vmmon.tar vmmon-only  
  • rm -r vmmon-only 


  • tar xf vmnet.tar  
  • mv vmnet.tar vmnet.old.tar  
  • sed -i -e 's/get_user_pages/get_user_pages_remote/g' vmnet-only/userif.c  
  • tar cf vmnet.tar vmnet-only  
  • rm -r vmnet-only
Now you are done but some times you need to install "vmware-modconfig --console --install-all". So you may run  "vmware-modconfig --console --install-all"








you can watch this Youtube video as well.




Step 7 : If your Kernel version is 4.9 then proceed accordingly
First update your Vmware 12.1.1 to 12.5.0 and then follow this LINK

Thanks for reading guys ;-) .
























Tuesday, September 6, 2016

How to install skype in Kali Rolling without any error from Terminal

Hello guys
Today i am writing about how to install skype in Kali Linux without any error.There are some other method as well but they show error in installing.

STEP 1:
Make sure you have updated and upgraded you Kali Linux.Now first we add architecture for 32 bit.
  • Open your terminal 
  • type "dpkg --add-architecture i386"
  • Now "apt-get update" 
  • Check your architecture by typing "cat /var/lib/dpkg/arch"


STEP 2:
Now we are going to make a directory for skype where we will download skype debian package.
  • Type "mkdir skype" on terminal
  • then "cd skype"
Now we will download skype debian package for multiarch.see this screeshot

Now copy skype debian package from your downloads to skype directory(which we have created above).

  • type "cp  /root/Downloads/skype-debian_4.3.0.37-1_i386.deb  /root/skype"
Now we can confirm it.see the screen shot.
STEP 3:
Now we add a repository in our sources list
  • copy this line "deb http://ftp.de.debian.org/debian jessie main" 
  • And paste it into "leafpad /etc/apt/sources.list" then save it (ctrl+s)
see this screen shot.

  • Type "apt-get update"
  • now do "apt-get install gdebi"
Now one final Step :
  • gdebi skype-debian_4.3.0.37-1_i386.deb
See this screen shot.


Thanks for reading, Enjoy ;-)