In the case of FTP (unlike SFTP or FTPS) it is even simpler to get the user name and password as they are not encrypted. Any network monitor will show the credentials.
Yes, totally agree , specifically with sniffers like "Ettercap" We don't need, modify the configuration in the switches. (That mean, put a mirror port and put the switch to work like the Hubs devices)
, that mean, the network administrator can only detect the ARP poisoned, using IDS like Snort. the attacker don't need touch the configuration inside of the switches . The risk is sooooooooooo high, and it is so easy to use the Ettercap.
Indeed it can inject packets too. very funny tool. It work very well. Wireshark sniffer, need the admin of network to modify the ports in the switches. So Ettercap is very special.
I am still thinking how to work around this situation, How to avoid leave in hard code the username and password. I had the idea to put only the username in hard code and use HTTPS to ask or retrieve from web the password for that specific user, but it will be safe of any sniffer "man in the middle attack" etc, but the hacker can debug anyway the target variable in the phone anyway
. the only benefit, I can change the password quickly, another approach Oauth can't help here. I think
The idea is use only one username and password to allow access to special FTPs folder in my Website.
The Informatix solutions will help in this scenario.
Hence about this
https://security.web.cern.ch/security/recommendations/en/password_alternatives.shtml
I am looking to do something with "
Hash users' passwords:" or something like Gmail is doing with tokens. My understanding the Gmail APP does not save the password, only username, it is similar to Oauth.
I will keep in touch, if I find a solution I will write here to help others too. Anyway, I would like to put an extra layer with the Informatix ProBundle in the near future.
Thanks Erel.