Port Authority (Donate) Application icon

Port Authority (Donate) 2.4.5-donate

1 MB / 1+ Downloads / Rating 4.8 - 16 reviews


See previous versions

Port Authority (Donate), developed and published by Aaron Wood, has released its latest version, 2.4.5-donate, on 2022-09-12. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 4.8, based on 16 reviews.

Port Authority (Donate) APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.aaronjwood.portauthority.donate

Updated: 2 years ago

Developer Name: Aaron Wood

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Port Authority (Donate) on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.8
Total 16 reviews

Reviews

5 ★, on 2020-04-27
I have had this app on all my devices over some years without any problem. Very nice app and well worth having 0n my S9. It is also well worth the donation.

5 ★, on 2019-10-23
A perfect application from open source world. Support app and donate the developer.

5 ★, on 2020-09-01
Open source, low permission requirements, works well, and gets updates. Thanks for the handy tool, works great!

5 ★, on 2018-05-06
This is a great app and worth the money to support a developer who understands the importance of having good tools. Thanks for the great app!

5 ★, on 2016-11-02
for analyzing your network.

Previous Versions

Port Authority (Donate) 2.4.5-donate
2022-09-12 / 1 MB / Android 2.3+

About this app

This is the donate version of the free Port Authority app. It is exactly the same as the free version except for the extra support from you :)

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.


This software is 100% free and open source https://github.com/aaronjwood/PortAuthority

New features

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