Live data from Hacker News

Trojan found in Filezilla downloaded from SourceForge

forum.filezilla-project.org

91–100 of 217 posts

Re: Trojan found in Filezilla downloaded from SourceForge

#91

Earlier quoted context omitted.

Why can the passwords not be hashed?

FTP is inherently insecure, everything is transmitted in plaintext. Because the server cannot check a password against a hash (due to the limitations of FTP), the client needs to store the password, and can't keep only a hash. That being said, Base64 is woefully inadequate, just google 'base64 decode'; and this response (from someone who appears to be a contributor) is just not a defence.

If the server checked against a client-provided hash, the hash would become the password, and the attacker could just use the hash as-is to login to the server. Hashing on the client solves nothing.

Re: Trojan found in Filezilla downloaded from SourceForge

#92
post #21

Something came up last time Sourceforge was discussed here, namely "why are projects still using it?"... I'm the project lead for LXQt ( http://lxqt.org ). We inherited some infrastructure legacy from LXDE, which was hosted on sourceforge. Today, we have moved most of the legacy to Github but we're still using Sourceforge's mailing list system. We're moving to a self-hosted mailman3 instance but it's been excruciatin…

Why mailing lists are still quite massively popular in 2015?..

I have to ask, is the question because you don't understand the value of the communication? There are definitely a type of greenhorn codes that don't and have never worked on anything with the scale to understand it.

Or is it because you value the communication differently than the code? We've evolved distributed revision control to handle issues or geography, connectivity, and work styles effectively allowing you to be self-contained and then collaborate (push, pull, merge someone else's stuff) when you are ready to. Email is the only generally available method of communication that works the same way.

Re: Trojan found in Filezilla downloaded from SourceForge

#93

SourceForge and Filezilla are both on their way out, hence their owners desire to monetize their remaining users while they still can. WinSCP is a decent alternative. As is Swish: http://www.swish-sftp.org/ https://github.com/alamaison/swish

A decent alternative to filezilla would have to be cross-platform, neither swish nor winscp are (they're win only). An alternative to sourceforge implies not using sourceforge but swish does.

Cyberduck is for windows and Mac. They have a command line tool that is cross platform.

https://cyberduck.io

Re: Trojan found in Filezilla downloaded from SourceForge

#94

SourceForge and Filezilla are both on their way out, hence their owners desire to monetize their remaining users while they still can. WinSCP is a decent alternative. As is Swish: http://www.swish-sftp.org/ https://github.com/alamaison/swish

On Windows, you don't always need a 3rd party FTP program. Windows Explorer (not IE) already does FTP. Just open any folder and type ftp://example.com into the path bar.

I guess so does Firefox and Chrome. They have a FTP client if all you want is to download.

Re: Trojan found in Filezilla downloaded from SourceForge

#95

Earlier quoted context omitted.

FTP is inherently insecure, everything is transmitted in plaintext. Because the server cannot check a password against a hash (due to the limitations of FTP), the client needs to store the password, and can't keep only a hash. That being said, Base64 is woefully inadequate, just google 'base64 decode'; and this response (from someone who appears to be a contributor) is just not a defence.

If the server checked against a client-provided hash, the hash would become the password , and the attacker could just use the hash as-is to login to the server. Hashing on the client solves nothing.

Except if you require hash of (password+timestamp modulo 60000)

Re: Trojan found in Filezilla downloaded from SourceForge

#96
post #13
post #12

Earlier quoted context omitted.

The problem is not FileZilla, but SourceForge. They do this to all their files.

That's not quite accurate... FileZilla has opted into the bundle-with-crapware program [1] to make some money. [1] https://news.ycombinator.com/item?id=8849950

Not only that, but the FileZilla Admin is posting in that thread denying any claim that there is anything wrong with the installer, despite repeated reports from multiple users.

FileZilla is maintained by people who want to push spyware to you because it's how they get paid. This isn't an accident.

Re: Trojan found in Filezilla downloaded from SourceForge

#97
post #29

Earlier quoted context omitted.

FWIW, Google Groups powers email distribution lists for Gmail for Work. Or at least, the two are strongly linked. At this point, unlike Reader, there's real cash behind the functionality. It's possible they could just fold it into Gmail, I guess, but with other mail interfaces like Inbox popping up in the Google ecosystem it seems if anything they're trying not to shoehorn too much more into a flagship product. My gu…

That's interesting, but it doesn't reassure me much. The infrastructure behind Groups may be in use, it doesn't stop Google from shutting the UI down.

To be clear: it's not just the infrastructure; the set up a Google Apps mailing list you use the Google Groups UI.

Re: Trojan found in Filezilla downloaded from SourceForge

#98

Earlier quoted context omitted.

On Windows, you don't always need a 3rd party FTP program. Windows Explorer (not IE) already does FTP. Just open any folder and type ftp://example.com into the path bar.

That is not a reliable work tool It does not support passive mode No queue No SFTP No FXP

Nobody supports FXP anymore on the server side - it is a security issue.

Re: Trojan found in Filezilla downloaded from SourceForge

#99

Earlier quoted context omitted.

Why can the passwords not be hashed?

FTP is inherently insecure, everything is transmitted in plaintext. Because the server cannot check a password against a hash (due to the limitations of FTP), the client needs to store the password, and can't keep only a hash. That being said, Base64 is woefully inadequate, just google 'base64 decode'; and this response (from someone who appears to be a contributor) is just not a defence.

In addition, Filezilla supports more than just FTP
Post reply on HN