biometrics
Honorary Master
- Joined
- Aug 7, 2003
- Messages
- 71,856
- Reaction score
- 2,239
I wanted to go through the motions to learn what is involved in creating a free app, creating a Play Store account, submitting the apk/description/screenshots/updates, adding admob to the app and making it phone, tablet, resolution and Android version independent.
So I picked a quick and easy app to write. Took me two days all in all.
It's nothing special but it's still a handy utility to check the security of your network.
Please give it a go and let me know if it runs on your device.
I tested it with:
Samsung Note 2 GT-N7100 (Android 4.3) [note the issue with this later on]
Google Nexus 7 2013 K008 (Android 4.4)
Samsung Galaxy Tab 7.0 Plus GT-P6200 (Android 3.2)
Samsung Galaxy Tab 10.1 GT-P7510 (Android 3.2)
Description:
Subnet and Port Scanner:
Automatically detect your wifi subnet.
Ping each subnet IP address from 0 to 255.
For each IP that is pingable scan for the following open ports:
Port 21: FTP
Port 22: SSH
Port 23: Telnet
Port 25: SMTP
Port 80: HTTP
Port 110: POP3
Port 119: NNTP
Port 143: IMAP
Port 443: HTTPS
Port 445: MS DS
Port 5000: UPnP
Results are displayed in real time in a user friendly grid.
If ping is available the fast scan is used. If ping is unavailable (e.g. Samsung Note 2 with Android 4.3) then the slower full port scan will be used.
Samsung Note 2
View attachment 89930
Google Nexus 7
View attachment 89932
Play Store: Subnet Scanner
Logo:
View attachment 89936
View attachment 89934
Next version:
- Currently it scans in series, the next version will do it in parallel making it substantially faster.
- Cancel button takes a few seconds to respond before stopping. Need to fix that.
So I picked a quick and easy app to write. Took me two days all in all.
It's nothing special but it's still a handy utility to check the security of your network.
Please give it a go and let me know if it runs on your device.
I tested it with:
Samsung Note 2 GT-N7100 (Android 4.3) [note the issue with this later on]
Google Nexus 7 2013 K008 (Android 4.4)
Samsung Galaxy Tab 7.0 Plus GT-P6200 (Android 3.2)
Samsung Galaxy Tab 10.1 GT-P7510 (Android 3.2)
Description:
Subnet and Port Scanner:
Automatically detect your wifi subnet.
Ping each subnet IP address from 0 to 255.
For each IP that is pingable scan for the following open ports:
Port 21: FTP
Port 22: SSH
Port 23: Telnet
Port 25: SMTP
Port 80: HTTP
Port 110: POP3
Port 119: NNTP
Port 143: IMAP
Port 443: HTTPS
Port 445: MS DS
Port 5000: UPnP
Results are displayed in real time in a user friendly grid.
If ping is available the fast scan is used. If ping is unavailable (e.g. Samsung Note 2 with Android 4.3) then the slower full port scan will be used.
Samsung Note 2
View attachment 89930
Google Nexus 7
View attachment 89932
Play Store: Subnet Scanner
Logo:
View attachment 89936
View attachment 89934
Next version:
- Currently it scans in series, the next version will do it in parallel making it substantially faster.
- Cancel button takes a few seconds to respond before stopping. Need to fix that.
Last edited:
