Port Authority - Port Scanner

4.1
1.3K reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

A handy systems and security-focused tool, Port Authority is a very fast port scanner. Port Authority also allows you to quickly discover hosts on your network and will display useful network information about your device and other hosts.

One of the fastest port scanners with host discovery on the market! Host discovery is typically performed in less than 5 seconds. If the device you're scanning drops packets, it takes about 10 seconds to scan 1000 ports. If the device you're scanning rejects packets, it takes less than 30 seconds to scan all 65,535 ports!

Features

* Heavily threaded, no more waiting for results one at a time
* LAN host discovery
* Public IP discovery
* MAC address vendor detection
* LAN/WAN host TCP port scanning
* Custom port range scans
* Open discovered HTTP(S) services to browser
* Lightweight service fingerprinting (SSH/HTTP(S) server type and version)
* DNS record lookups supporting almost every record type
* Wake-on-LAN for LAN hosts

How are scans so fast?

This application makes heavy use of threading. Because most of the operations performed are I/O bound a lot more threads can be used than the number of cores on a device. In fact, one of the most intensive parts of the application is updating the UI during scans. This has gone through many optimizations but still remains a bit of a hotspot.

I have a lower end and/or older device, will this work?

Absolutely! Just lower the number of threads that are used for port scans in the settings. I'm always working on improving the efficiency and memory footprint of the application, and things have been greatly improved since the original version!

I keep getting crashes when scanning a large range of ports

The crash is most likely an out of memory exception that is occurring due to using too many threads. Lower your port scan thread count in the settings. The right value will be highly dependent on the device and its hardware.

I'm getting a warning that says this application is trying to send email

A few users have reported that a warning pops up on their device, warning them that this application is trying to send mail. This is caused by various security software so you can be assured (or just look at the code yourself) that I'm not sending mail.

Some security software looks at where traffic is coming and going from the device and takes certain actions for certain cases. If you're running any kind of port scan that includes port 25 (SMTP) this will most likely be flagged. Even though no data is being sent to that port the security software will see an outbound connection to an SMTP service and throw up a warning. Obviously this is a very bad check but some security tools are better than others and may actually look for data flowing out to port 25 to see if there's really anything happening.

I'm not finding some of the hosts/devices on my LAN

If you're finding that some devices aren't responding in time you should increase the host scan timeout setting, just be aware that it will cause host scans to take longer. In some cases it may be worth trading time for accuracy.

I'm not finding open ports that I know are truly open

You can now adjust the timeout for connections made to ports when performing either LAN or WAN scans. If you're scanning something over WAN (mobile network if you're using a cell phone) please be aware that scanning is best effort. Mobile carriers may detect that a real port scan is occurring and apply traffic shaping dynamically, or they may just start terminating the connections entirely. Additionally, if you happen to have poor signal or to not have 4G the quality of the network connection may be so poor that you'll need to have a fairly high timeout in order to tolerate latency spikes.


Do you like the application? Consider purchasing the donate version https://play.google.com/store/apps/details?id=com.aaronjwood.portauthority.donate

This software is 100% free and open source https://github.com/aaronjwood/PortAuthority
Updated on
Sep 11, 2022

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.1
1.21K reviews
George Marshall
November 24, 2020
I have to commend the responsibility and the knowledgeability of the developer here, even though this app does not have what I wanted. I was looking for a way to apply restrictive filters to block all traffic on specified ports to either an IP address or a wildcard (*) for ALL IP addresses. I wanted this because some of my Android 9 system apps are making unencrypted connections through Port 80 http! BIG security risk. Anyway, I wish more developers were like you. Best of luck!
60 people found this review helpful
Did you find this helpful?
A Google user
January 5, 2019
handy tool for network mapping at high level, it was only after reading another reviewers notes that I realised you could text-entry the scrollable port entry though. (tap the number in the scroll and you should be able to edit the number). Doesn't remember the discovered ports after you leave the node / ports list and go back to the network nodes list. Doesn't seem to indicate tcp / udp either.
36 people found this review helpful
Did you find this helpful?
Aaron Wood
January 5, 2019
Thanks for the feedback. This is a TCP port scanner only so I didn't mark the found ports with TCP/UDP. If you feel that saving the list of open ports is useful feel free to open an issue on GitHub (this whole thing is open source)
Tripple Moon (TriMoon)
October 16, 2022
Functions as expected. EXCEPT it doesn't save discovered hosts info, which disables the Wake-On-Lan functionality because you don't have the info needed for a powered-off device... If saving/editing of discovered hosts info is added it would be 5⭐
5 people found this review helpful
Did you find this helpful?

What's new

- Fix (for now) issue that broke host scans on Android 12 and 13. See https://github.com/aaronjwood/PortAuthority/issues/151 for more details