Android

ANTI - Android Network Toolkit – Anti is collection of network exploration tools that help you penetrate your network right away from your android phone. ANTI useful application is developed by ZImperium LTD and they say ‘ ANTI – Penetration Made easy ‘.

ANTI.apk application is divided into two parts;

  • Application
  • Extendable plugins

How to install ANTI APK on android phone?
I’m not sure APK is available on Android Market but you can follow below tutorial to get it installed.

[Keep Reading…]

{ 0 comments }

What is DroidSheep?

DriodSheep is awesome Session Hijacking Android app that can be use to hijack Wifi Sessions. Currently It support Open and WEP Encrypted networks that includes WPA and WPA2 networks (PSK)

According to the author, all websites are vulnerable that includes Google.com, facebook.com. BTW we have tested it with Facebook :-)

How DroidSheep works?

DroidSheep uses ARPSpoofing techniques for normal networks while DNSSpoofing is use for WPA & WPA2 encrypted networks.

What are the requirements to run DroidSheep on Android phones?

You have to make sure the following checklist that we have tested on our SamSung Galaxy S phone with Andriod 2.3.4 :-)

  • libpcap
  • arpspoof  - It can be install using Android Market
  • Your phone Must Be ROOTED in order to use this application.
  • and yes.. DroidSheep.

How to install DroidSheep ?

DroidSheep is removed from Android Market so you have to follow the tutorial in order to get it install on your Android phone.

On Android phone

  1. Open your Internet browser.
  2. Download using URL http://droidsheep.de/download/droidsheep-current.apk
  3. Launch DroidSheep Application. It should popup for Super privileges, allow it.

DroidSheep Source code

Google repository  Droidsheep source code

For detail tutorial, see DroidSheep Video Tutorial below:

 

{ 0 comments }

Android is a very Free Mobile Operating System from Google. Now a days it comes built-in with all smartphones. Android is a good competitor of IPhone from Apple.

Android growth is too fast but on the other hand cyber criminals are targeting it with equal pace :-D

AVG Mobilation Pro Antivirus

AVG antivirus provide some great features that includes malware, virus protection and also provide a feature for privacy protection if you lost your phone it provides remote lock feature to disable your phone and also suggest tips to close those applications which slowdown your phone performance.

Download AVG Mobilation Pro Antivirus

Chip.de is offering Free full version copies of AVG Mobilation Pro Antivirus.

You can download it here

Don’t ask us, how to install this App on android phone :-D

{ 0 comments }

Today I was installing Android SDK on Linux behind authentication proxy server. I tried different settings but there was no way to put user,password in proxy settings. In the end finally I found a workaround to install Squid Proxy on my LinuxMint 11 (Ubuntu based distro) and set proxy to local and it worked enormous!

wget http://http.us.debian.org/debian/pool/main/d/db/libdb5.1_5.1.25-11_amd64.deb
wget http://http.us.debian.org/debian/pool/main/d/db/libdb5.1-dev_5.1.25-11_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/s/squid-langpack/squid-langpack_20110214-1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/s/squid/squid-common_2.7.STABLE9-4ubuntu2_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/s/squid/squid_2.7.STABLE9-4ubuntu2_amd64.deb
dpkg -i libdb5.1_5.1.25-11_amd64.deb  libdb5.1-dev_5.1.25-11_amd64.deb squid-langpack_20110214-1_all.deb squid-common_2.7.STABLE9-4ubuntu2_all.deb squid_2.7.STABLE9-4ubuntu2_amd64.deb

vi /etc/squid/squid.conf

search for ‘cache_peer and  put following around there

cache_peer 192.168.0.100 parent 8080 0 no-query default login=username:password
never_direct allow all

Make a note of following :

Real Proxy Server = 192.168.0.100
8080 = proxy server port
Username = Your authentication proxy user name.
Password = Your Password for proxy.

And restart squid
service squid stop
service squid start

Now define following in your application it will work like a charm;

Proxy Server IP : 127.0.0.1
Port : 3128

Hope that works same for you.

{ 0 comments }

Nmap for android phone

Nmap on Android phone

Nmap is open source security scanner used for network exploration. We have been using it widely on Linux and windows operating system.  And now we have finally got Nmap for android. This is really great to see.

Download :

Nmap for Android

http://ftp.linux.hr/android/nmap/nmap-5.50-android-bin.tar.bz2

{ 0 comments }