Android Open Source - Security network PortAuthority






Project Summary

A handy systems and security-focused tool, Port Authority is a very fast Android 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..

Web Site / Source Repository

PortAuthority is hosted in the following web site
https://github.com/aaronjwood/PortAuthority

If you think the Android project PortAuthority listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of PortAuthority.

ItemValue
Java File Count13
Target SDK Version21
Minimum SDK Version16
Activity Count2
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
Asset File Namesassets\Screenshot_2015-01-03-22-49-42.png
assets\Screenshot_2015-01-03-22-49-48.png
assets\Screenshot_2015-01-03-22-49-58.png
assets\Screenshot_2015-01-03-22-50-42.png
assets\Screenshot_2015-01-03-22-50-45.png
assets\Screenshot_2015-01-11-20-54-52.png
assets\Screenshot_2015-01-11-20-55-10.png
assets\Screenshot_2015-01-11-20-56-16.png
assets\feature.psd
assets\icon.psd
assets\portauthority.psd
assets\ports.csv




License

The license information of PortAuthority is as follows:

GNU General Public License

Java Source Files

com.aaronjwood.portauthority.activity.HostActivity.java
com.aaronjwood.portauthority.activity.MainActivity.java
com.aaronjwood.portauthority.async.GetExternalIpAsyncTask.java
com.aaronjwood.portauthority.async.GetHostnameAsyncTask.java
com.aaronjwood.portauthority.async.ScanHostsAsyncTask.java
com.aaronjwood.portauthority.async.ScanPortsAsyncTask.java
com.aaronjwood.portauthority.network.Discovery.java
com.aaronjwood.portauthority.network.Host.java
com.aaronjwood.portauthority.network.Wireless.java
com.aaronjwood.portauthority.response.HostAsyncResponse.java
com.aaronjwood.portauthority.response.MainAsyncResponse.java
com.aaronjwood.portauthority.runnable.ScanHostsRunnable.java
com.aaronjwood.portauthority.runnable.ScanPortsRunnable.java