BCA

0 How to Install and Run a GNU/Linux OS on Your Android Device

Monday, September 18, 2017

                              Download here
Installing a GNU/Linux environment on your android device can enhance and increase its productivity. Although the Android OS runs on the same Kernel as GNU/Linux, the two Operating systems run on different programs.
A common caveat of android apps is that they are sometimes more limited when compared to desktop apps for example, and one way to get around that is installing a GNU/Linux environment, which can be applicable on rooted or non-rooted devices. This guide assumes a non-rooted device is being used.

GNU/Linux Setup on Android

To Set up a GNU/Linux environment you will need to download GNURoot Debian and Xserver XSDL followed by applicable Linux commands to complete the process.
GNURoot allows you to create a Linux environment within a host OS. Normally you would need Linux’s “Chroot” functionality to do this however, GNURoot uses “proot” a software that allows you to achieve the same function without proot privileges.
The purpose of Xserver XSDL, is to provide an application that GNURoot connects to. An X server is needed to run software that is heavy on graphics.
Xserver XDSL provides options for customizing things like display resolution.

How To Install GNU/Linux on Android Device

1. Search and Install GNURoot Debian and Xserver XSDL from the Playstore.
2. After the download is completed run GNURoot Debian, however watch-out for a “root” shell, which is a fake root shell running in Andriod application sandbox, so ignore it.
Linux Shell on Android
Linux Shell on Android
3. To ensure you have the most recent upgrades run “apt-get update and apt-get upgrade”. You will need Apt-get to install software in a Debian/Ubunu Linux environment.
$ sudo apt-get update
$ sudo apt-get upgrade
4. The next step is to install a graphical environment. You can do this by running “apt-get install lxde” for the environment with all the tools, alternatively you can run “apt-get install lxde-core” for just the desktop environment.
$ sudo apt-get install lxde
$ sudo apt-get install lxde-core
5. What is left now is a way to provide access to the terminal when in a graphical environment, a software called XTerm is used for this.
  Use Bluetooth Tethering to Connect Ubuntu to Android's WiFi
Finally you will need Synaptic Package Manager as a front-end to apt-get drivers for audio play back with Pulseaudio.
$ sudo apt-get install xterm synaptic pulseaudio
6. As a final step start xServer XSDL and download all fonts then go back to GNURoot to run these commands:
$ sudo export DISPLAY=:0 PULSE_SERVER=tcp:127.0.0.1:4712
$ sudo startlxde &
After this, revert back to XServer XSDL and wait for the LXDE desktop.
Running LXDE Desktop on Android
Running LXDE Desktop on Android

Installing Linux Applications on Android

Now that you have Debian Linux on your Android device you will need apps to enjoy it fully. To access the large repository of Linux apps use the Synaptic Package Manager previously installed.
Access Run from the start menu and type in “synaptic”. Press the search button when the Synaptic Package Manager opens and key in the name of the app you are looking for then mark it for installation.
Synaptic Package Manager
Synaptic Package Manager
Images credit: xda-developers
With your apps installed, you are finally good to go! Remember however, that because this is a Linux environment running within Android, it will not run as seamlessly as you would expect from the whole Linux package, some apps may not run at all. Also, android apps do not necessarily work differently within a Linux environment so don’t expect more than the usually from your android apps
it is also important to remember that some games will not work especially those requiring hardware acceleration But all in all, most apps and simple games will work just fine!
We hope you find this guide easy to follow, let us know if you have any comments, tips or suggestions or simply to let us know you successfully installed Linux on your Android device with these guidelines!
Read more

2 Intercepter-NG v2.0 is an Android penetration testing app

Tuesday, September 5, 2017
Intercepter-NG apk need root

by using Intercepter-NG you will be able to intercept and analyze un-encrypted communications over WiFi network.




Intercepter-NG is a network toolkit for various types of IT specialists and an easy-to-use application to intercept communication.
it's an MiTM attacks tool , you can perform different kinds of MiTM attacks using this android app

Requirement:
  1. Android 2.3.3+
  2. Root
  3. Busybox
Intercepter-NG v2.0 Features:
  • Intercept communications.
  • Analyze data packets.
  • Hijack sessions. ( cookie hijacking )
Session hijacking, also known as TCP session hijacking and cookie hijacking , is a method of taking over a Web user session by surreptitiously obtaining the session ID and masquerading as the authorized user.
  • SSL Strip connections.
SSLStrip is a type of MITM attack that forces a user browser into communicating with an adversary in plain-text over HTTP, it simply watch for HTTPS links and redirects, then map those links into look-alike HTTP
  • Monitor target's web activity
  •  ARP Poisoning
ARP stand for “Address Resolution Protocol” this type of attack sends falsified ARP messages over a local area network to link the attacker MAC address with the IP address of a legitimate computer or server on the network.
  •  Network Discovery with OS Detection
  •  Network Traffic Analysis
  •  Passwords Recovery
  •  Files Recovery
Installation

1. Download Intercepter-NG V2.0  Click here

2. Install Busybox from Google Store 
Remember your Android phone must be rooted

2. Install and open the app click on the Radar icon in the upper left corner of IntercepterNG.



3.After you click on the radar icon It will scan the network and list all the connected  devices 


4. Now select the Devices you want to spy on from the list  , it will show the operating system next to the IP address 



5. Click the Play icon on the top right then  Select the Settings icon
Now tick the check box of  Save pcap session and change the memory location to SD Card if you want the file to be saved on your SD card.



6.Return to main menu and then select the play button
now it will start downloading packs


7. To see graphical capturing of data click the Wireshark icon click the play button


8.  Click the cookies icon and wait for the cookies to load then select any one of the IP shown it will load the web page your victim are in.

Read more