User Forks FileZilla FTP Client After Getting Hacked (filezillasecure.com)
Slashdot reader Entropy98 writes: A frustrated FileZilla user took matters into his own hands after getting hacked due to the fact that his saved passwords were being saved in plain text files. Despite years of numerous requests over almost 10 years the FileZilla devs refused to add a Master Password option to encrypt the stored passwords. Finally fed up one user forked FileZilla and created FileZilla Secure with the Master Password option.
When devs act like asshats and refuse to consider that just because you can still get at encrypted passwords doesn't mean it's not helpful to make the bar a little higher than reading plain fucking text.
Now as long as those lazy bastards at FileZilla don't sue him, maybe this will be a nice step forward.
As for you fucking clowns at FileZilla storing passwords in plain text files, what the fuck? Did you just teleport in from 1992 or something??
Just cruising through this digital world at 33 1/3 rpm...
How many OSS projects would benefit from:
User demands feature.
Devs refuse feature.
User forks and adds feature.
If your system is already compromised by malware, won't it just capture your master password when you start Filezilla? This effort just seems to be adding a pointless layer for a software program that's has nowhere near the attack surface of a web browser.
Filezilla is a populat FTP client, but it's NOT an FTP server.
It should just use whatever password manager is installed on the OS, like the gnome keyring or kde wallet manager
https://filezilla-project.org/...
Filezilla is a client for FTP, SFTP (SSH File Transfer Protocol), and FTP over TLS. Only one of those three uses cleartext passwords over the network.
FileZilla uses NSIS for its installers (also open source), and are (falsely) flagged by some AVs as malicious all the time, including Avast.
Apparently, there's a bug in Microsoft's IIS server that causes corruption when attempting to resume large downloads. FileZilla does not take this into account, and as a result, the download is corrupted. Clearly, this is Microsoft's fault, but the situation is that there are many buggy IIS servers out there, and Filezilla, by not having a workaround for this (other FTP clients do have a workaround), ends up corrupting the download. After looking at this ticket, it shows that the developer clearly does not live in the real world.
Personally, this issue hasn't affected me, but the exchange I linked to tells me a lot about the attitude of the developer. I only even discovered this issue when reading about FileZilla.
So is this fork going to address this issue?
After reading that thread on the Filezilla forum I feel slightly sick in my stomach.
That dev is one dense motherfucker, his only reply is "Yes but how did you get infected in the first place", as if that mattered in any way.
Don't store PLAIN TEXT passwords in your software, dummy!
Seriously reaching black hole level density here buddy, shame on you...
Switch to WinSCP because it's better than FileZilla in every way.
That's not a fair interpretation of what the grandparent poster wrote. Should we interpret your response to be anti-business because you didn't mention that non-developing users can hire developers? Of course not, that wouldn't be fair because you didn't say any such thing.
Users who aren't developers still have viable options. They can learn development (as the other developing users did) or they can hire developers. These options make FLOSS better than proprietary software. When proprietary software isn't good enough, nobody is allowed to improve it, distribute their improved versions (even commercially), and help others.
It's also great that FileZilla is GPL'd so the copyright holders can compel those who distribute to distribute their improved source code too. Software freedom is great to have and copyleft is a good mechanism for helping others get to share in the freedom.
Digital Citizen
Are you positive about that?
Browsing at +1 - no ACs, I ignore their posts. So refreshing!
It's just as secure as the web browser you're using right now (HTTP vs HTTPS)
...but yes, not encrypting login credentials is a major concern for me too. Also, I prefer to use keys rather than passwords wherever possible but more often than not, Filezilla throws up a bunch of bugs that haven't been patched in a long time when I try to use them.
So yes, the Filezilla devs really need to get their acts together on security.
BTW, no Filezilla Secure available for Linux yet. Since Linux pretty well has encryption for all things web built in, it's tempting to give up on GUIs and simply do it all from the command line.
Great! I've been thinking about doing the same thing for some time now since the FileZilla Devs seem dead set about ignoring Segmented FTP. People have been requesting it for years and the devs are like 'eh, I don't need it so why would anyone else?'
https://whatbox.ca/wiki/Multi-threaded_and_Segmented_FTP
https://forum.filezilla-project.org/viewtopic.php?t=24720
https://trac.filezilla-project.org/ticket/2309
https://trac.filezilla-project.org/ticket/2762
https://trac.filezilla-project.org/ticket/5526
Depends what you are installing - FileZilla distributes official versions of their software that is loaded with Malware. Tim (BotG) has sworn up and down that it isn't Malware, and the rest of the world disagrees with him. SourceForge's takeover forced him to at least keep the malware-laden links off Sourceforge, but they're still there as the default if you download from Filezilla.org
Seriously, give WinSCP a try. https://winscp.net/eng/downloa...
Just don't use software with "zilla" in the name. With a name like that, it can't be serious.
Serves forked-because-of-security-enhancements download over HTTP instead of HTTPS even though certs are free via LetsEncrypt. SMH.
Probably you should learn to read.
This: Only one of those three uses cleartext passwords over the network.
is not the topic.
The topic are clear text passwords saved in a text file on the clients computer.
Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
Does not run on Linux, Mac OS X, BSD, AIX, Solaris ... and many other OSes.
Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
I've seen several comments shrugging shoulders over whether there is a better sftp client out there. As an instructor who teaches an introductory C++ on Linux course to students whose only previous experience has been in Windows, I have found that MobaXterm is much better than Filezilla or PuTTY.
YMMV, etc., etc.
Filezilla is a client for FTP, SFTP (SSH File Transfer Protocol), and FTP over TLS. Only one of those three uses cleartext passwords over the network.
Thank you for the clarification, but the year is 2016. None of the protocols or programs used today should be using or storing cleartext passwords on any system or transmitted over any network.
Enough of the bullshit excuses to continue to even support insecure protocols. No excuse is viable today.
Does not run on Linux, Mac OS X, BSD, AIX, Solaris ... and many other OSes.
Pretty much all of the aforementioned OSes natively support SSH and SFTP from the command line, so what's the problem again?
Oh yeah, that's right, I forgot. The command line has become the standard transmission of interfaces today. (sorry, couldn't help but toss a car analogy in...)
why didn't somebody fork it long before now?
Of course they do!
What has that to do with WinSCP? Or Filezilla?
Or more importantly, Filezilla saving passwords in clear text?
As far as I can tell: nothing.
BTW: ssh only works if you have a native account on the target system. Neither ftp or sftp require that. Probably you should stop mixing up tools and protocols. Might help you in discussions where this is relevant.
SFTP requires a certificate infrastructure. In other words: it only works if the server you want to connect to via SFTP has an TSL certificate that can be verified somehow.
So, your thrown in comment, off topic as it is, makes not much sense.
Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
The very same feature is already in Thunderbird and Firefox: both are Mozilla packages.
FTP is such an old protocol, after a while you have implemented it properly, and nothing will really change. One would think FileZilla is then pretty stable and won't see new builds often. But they apparently find time to spend on new features almost weekly. Instead of spending the time on bugs in the core point of the tool, namely doing file transfer which actually transfers the file, they spend time on random features in the UI and tacked on crap not needed for transferring files.
Never underestimate the relief of true separation of Religion and State.
Some of the later FileZilla releases have been clients for malware.
Why is this news? This is a standard open source practice, to fork and change/improve.
Good work developer. Good use of Open Source.
I had to read the article to see, the hack was not due to a bug in filezilla. But this bug/missing feature made the other hack much more devastating. Once the malware infiltrated, it was coded to look for filezilla passwords and took advantage of that.
Yeah but then everyone would start abbreviating it "MS Filezilla" and noone would use it, because it looks like Microsoft touched it.