“iWash” for iPhone
April 25th, 2009 Category: iPhoneAre you suck of cleaning the touch display of your iPhone? Then you should try iWash!
Download Links
Are you suck of cleaning the touch display of your iPhone? Then you should try iWash!
Download Links
Speed Test is a native iPhone application without advertising and allows you to measure the network speed of your iPhone or iPod Touch. The application come from speedtest.net which is a well known site for measuring your speed of your network connection.
Download Link
There are not so many network tools for admins available on the iPhone but a few are available like the “Network Utility“. It provides some terminal-like network tools on your iPhone. The standard edition is free and comes with some advertisements whereas the pro version does not contain any advertisement.
It comes with the main features:
Download Links
Another nice and free network tool for administrators: ChkWebSpeed. It measures the download speed of any website via WiFi or Cellular network. You can add your own websites and check the min, max & avg download speed over 10 iterations.
So you can easily compare several the speed of several the web sites to see if the site is slow or your current network connection.
It sounds quite strange, a VNC client for the iPhone. But incredible it works! I’ve used the Mocha VNC client because it is compatible with all known VNC server solutions. There are also other VNC clients available, but as far as I know they are not working together with all VNC server solutions.
I’ve tested the VNC client in a WiFi via a VPN connection to a Linux Red Hat Enterprise 3 server with the VNC server that comes with the Red Hat Enterprise distribution. After creating a profile and starting the remote connection a small surprise: a warning the my iPhone is low on memory. Funny, never seen such a warning before on my iPhone. But nevertheless the connection works.
The client supports landscape mode as well. And it’s possible to change the zoom of the remote display. Mouse handling is maybe not perfect but basically it works to remote control your server. I’ve not yet checked it over a G3 connection, it maybe a little bit slow. But for emergency cases it can be useful.
Links:
Another nice free admin tool “Network Ping Lite” with useful features:
Get it from here:
As written in a previous article Defending Againt SSH Attacks I think it’s really worth trying to install a tool like denyhosts. Since about 5 days denyhosts blocks IP addresses from all over the world every few minutes. In total now more than 550 different blocked IP addresses.
The reason seems that the IP address of my server has been added to a bot network which tries to hack servers using SSH brute force attacks. As far as I know such bot networks are built up with Viruses and Trojans. I think there is no reason why your server may have also been added to such a list, somehow IP addresses seem to added.
But the question is how to defend against such brute force attacks from bot networks?
Known Methods
I think there is one additional easy method to defend against such attacks. Why I think so? Read on..
Another Simple Method
When checking the auth.log we see that the user names of the attacks are taken from a dictionary:
Failed keyboard-interactive/pam for invalid user aderes from 195.xxx.xxx.xx port 39566 ssh2It seems that the bots are not adding digits to the user names. So I think one easy method to defend against such attacks is:
Failed keyboard-interactive/pam for invalid user aderyn from 203.xxx.xxx.xx port 44099 ssh2
Failed keyboard-interactive/pam for invalid user adi from 78.xxx.xxx.xx port 42748 ssh2
Failed keyboard-interactive/pam for invalid user adia from 89. port 51028 ssh2
Failed keyboard-interactive/pam for invalid user adiel from 217. port 33861 ssh2
Failed keyboard-interactive/pam for invalid user adila from 77. port 52867 ssh2
And definitely never ever add a user “admin”. In my logs the user “admin” is always used for brute force attacks:
Failed keyboard-interactive/pam for invalid user admin from 203.xxx.xxx.xx port 39711 ssh2
Failed keyboard-interactive/pam for invalid user admin from 203.xxx.xxx.xx port 55493 ssh2
Failed keyboard-interactive/pam for invalid user admin from 220.xxx.xxx.xx port 34502 ssh2
Failed keyboard-interactive/pam for invalid user admin from 80.xxx.xxx.xx port 51846 ssh2
Failed keyboard-interactive/pam for invalid user admin from 80.xxx.xxx.xx port 53934 ssh2
“Domain Scout” is maybe not a power tool but it’s free and useful for IT and network administrators. It’s helpful for easy whois queries to check if a domain is available, have a look at the DNS and registrar details.
Get it from here:
Definitely a useful tool for network administrator or people dealing with Linux servers: TouchTerm. Two versions are available: light and pro. I’ve running the light version on my iPhone. The pro version comes with gestures, additional plug ins and many more.
TouchTerm supports the landscape mode as well. SSH connections are managed with a session manager, which makes in unnecessary to enter host names for every connection.
Links:
I was not aware that the iPhone supports VPN’ing. Recently I’ve found the VPN menu within the iPhone menu. Going through the menu I was much more surprised that it also supports the proprietary Cisco VPN (IPSec).
All import VPN protocols are supported:
I could not believe that it will be possible to connect my iPhone with a Cisco PIX (running with PIX IOS 7) so I’ve tried it.
New VPN profiles are generated under Settings, General, Network, VPN. Entering the IP of the VPN server, account name and group name is all what is needed in my case. Once the parameters have been entered the VPN connection can be activated under the Settings menu. Unbelievable it works!
Ping’ing through VPN is up and running. It’s not clear which kind of transport the iPhone is using, the tested Cisco PIX is configured to support all possible transport types:
Using the original Cisco VPN client it’s possible to configure the transport type. Since it’s not possible to edit transport type settings on the iPhone, VPN may not work depending on the VPN configuration of the Cisco PIX. I don’t think that the iPhone will try different transport types, but who knows…
Links:
Useful tips regarding technical stuff for things like Linux, MySQL, apache, PHP, linux server, iPhone and more.