GitHub - mediaVISION/android-network-discovery: Android network tool: Discover hosts and scan their ports, in your Wifi/3G network.
Machines discovery/mapping (over Wifi) and port scan (over 3G/Wifi) utility for Android devices.
# Setup your env
cp local.properties-example local.properties
vim local.properties #add path to the Android SDK
# Checkout, build and install
git clone git://github.com/rorist/android-network-discovery.git
cd android-network-discovery;
ant debug
adb install bin/NetworkDiscovery-debug.apk
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.