Jony
Jony

Reputation: 6774

Android cross compilation

How can I use Nmap port scanner on Android SDK in Windows?

Upvotes: 0

Views: 194

Answers (1)

Mantas Vidutis
Mantas Vidutis

Reputation: 16794

Not entirely sure what you meant, so here are the answers to some of the possible meanings:

Installing nmap on windows: http://nmap.org/book/inst-windows.html#inst-win-source

Running nmap on an android device: http://www.helloandroid.com/ideas/nmap

To run an nmap scan against an android device, I assume you need to have it on a wifi network and know it's IP address. In which case, just run the scan as you normally would.

Upvotes: 2

Related Questions