Magazine High tech

NMAP on Android

Publié le 22 octobre 2010 par Moroccangeek
NMAP on Android
I’ll show you in this topic how to run NMAP on your Smartphone, and exactly on Android Phone!!!
Nmap is one of the most wanted software used by pentesters, it help to gather informations about ports and services running on a machine, services fingerprinting, detecting Os version… it can run on android too by followind these steps.
First of all you need to download the cross compiled arm nmap from here.
Then connect your phone to your pc and on adb:
adb remount
adb push nmap.zip /sdcard/nmap.zip
adb shell (following on shell)
su
cd /data/local
mkdir bin
cd bin
cp /sdcard/nmap.zip .
unzip nmap.zip
chmod 755 *
After that you can run nmap (nmap -v -iR 5 -PN -p 80 –n) using the terminal emulator like on a normal pc!
The downloaded version is 4.0 if you want to test the 5.30beta1 have a look at this!

Retour à La Une de Logo Paperblog

A propos de l’auteur


Moroccangeek 2 partages Voir son profil
Voir son blog

l'auteur n'a pas encore renseigné son compte l'auteur n'a pas encore renseigné son compte

Dossier Paperblog

Magazine