rorist / android-network-discovery

Android network tool: Discover hosts and scan their ports, in your Wifi/3G network.
http://rorist.github.com/android-network-discovery/
587 stars 242 forks source link

Network Discovery

Machines discovery/mapping (over Wifi) and port scan (over 3G/Wifi) utility for Android devices.

Features

Build

git clone https://github.com/rorist/android-network-discovery.git
cd android-network-discovery;
cp local.properties-example local.properties
vim local.properties #add path to the Android SDK
ant debug install

Todo

Credits

GPLv2 License

Copyright (C) 2009-2011 Aubort Jean-Baptiste (Rorist)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Copy of the license can be found in gpl-2.0.txt