This application is a simple wrapper around the ncat binary cross-compiled for Android from the Nmap source. This is not an official Nmap application.
Ncat is a powerful networking tool, it allows you to perform a variety of operations, such as (and absolutely not limited to):
- Open TCP connections
- Listen on TCP ports
- Send UDP datagrams
- Receive UDP datagrams
- Execute system commands and redirect IO to sockets.
If you have never used nc, ncat (or any other netcat implementation before), chances are you don't need this app, but to give you an idea, using the above examples you can remotely control your phone from your computer and remotely control your computer from your phone if you know what you are doing.
The options offered by ncat are too many for me to test all of them. If you encounter any bug while using the app, please open an issue on Github.
Source code for this application is available here: https://github.com/ruvolof/nc-for-android.
Latest Version
2.1.5Uploaded by
Nguyễn Chí Hào
Requires Android
Category
Free Tools AppContent Rating
Everyone
Security Report
Report
Flag as inappropriateLast updated on Apr 21, 2026
Upgrading ncat to version 7.99 and openssl to version 3.5.6.
Fix bug with trailing spaces in ncat command.
Fix bug with CPU spinning when no data was transmitted.