#ftpserver
Jaha, nu blev man sentimental. Minns 93 när jag var admin på MacWarez. Vi dumpade grejerna på en ftpserver som ”hittats” på ett universitet i Sydkorea. 🥲
December 10, 2024 at 4:27 PM
自宅では無い箇所に物理設置してあるftpServerの中身を永遠と眺めてるんですがそこにある画像、外部に漏れたら社会的に簡単に死ねそうなのばかり見つかりいまもう息絶えそう
November 28, 2023 at 11:35 PM
/root, home directory van de root gebruiker, die komt niet in /home te staan. ( doorgaans leeg, niet interessant ).

/run, tijdelijke runtime data.

/srv, data voor services, bijvoorbeeld een ftpserver. Bij mij leeg.

/sys, interface naar kernel en hardware via "files".
February 1, 2026 at 8:29 AM
Need a secure and reliable FTP server on AlmaLinux 9?

Learn how to install and configure VSFTPD on AlmaLinux 9 with our step-by-step guide.

wiki.crowncloud.net?How_Install_...

#VSFTPD #AlmaLinux9 #FTPServer #Linux #SysAdmin #ServerManagement
How Install VSFTPD On AlmaLinux 9
Light
wiki.crowncloud.net
June 3, 2026 at 12:00 PM
Tuesday’s fuck up - And this time, Apache MINA – blog.securelayer7.net/cve-2026-427... CVE-2026-42779. The trick is in GeneratePayload.java: a subclass of ObjectOutputStream overrides writeClassDescriptor() to write a single 0x00 byte before each descriptor. #apache #rce #deserialization #cve
CVE-2026-42779: Apache MINA-Deserialization Allowlist Bypass to RCE - SecureLayer7 - Offensive Security, API Scanner & Attack Surface Management
Apache MINA is the network-I/O framework that backs a long list of well-known Apache subprojects — ActiveMQ Artemis, Vysper, FtpServer, SSHD’s pre-2.x versions, and many internal services. When…
blog.securelayer7.net
July 7, 2026 at 1:07 PM
Need a secure FTP server?
Install #VSFTPD on Rocky Linux 10 — a fast, stable, and secure #FTP solution for managing file transfers. Great for hosting, backups & file sharing!

wiki.crowncloud.net?How_Install_...

#RockyLinux #FTPServer #LinuxServer #SysAdmin #OpenSource #TechGuide #LinuxTips
How Install VSFTPD On Rocky Linux 10
Light
wiki.crowncloud.net
July 7, 2025 at 7:01 AM
Can't acsess FTP
### Error Message Hi, I tryed runnig a script on windows powershell to downlode all files for a backup: Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Users\ernie> $ftpServer = "ftp://ftp.epizy.com" PS C:\Users\ernie> $username = "-hidden for security-" PS C:\Users\ernie> $password = "-hidden for security-" PS C:\Users\ernie> $downloadPath = "C:\Users\ernie\Downloads\beinnovations_files.zip" PS C:\Users\ernie> PS C:\Users\ernie> # Create FTP request object to download a file or list directory PS C:\Users\ernie> $request = [System.Net.FtpWebRequest]::Create($ftpServer) PS C:\Users\ernie> $request.Method = [System.Net.WebRequestMethods+Ftp]::ListDirectoryDetails PS C:\Users\ernie> $request.Credentials = [System.Net.NetworkCredential]::new($username, $password) PS C:\Users\ernie> PS C:\Users\ernie> try { >> $response = $request.GetResponse() >> $reader = [System.IO.StreamReader]::new($response.GetResponseStream()) >> $result = $reader.ReadToEnd() >> $reader.Close() >> $response.Close() >> >> [System.Windows.MessageBox]::Show("Successfully connected and listed directory contents!") >> } catch { >> Write-Error "Connection failed: $_" >> } try { $response = $request.GetResponse() $reader = [System.IO.StreamReader]::new($response.GetResponseStream()) $result = $reader.ReadToEnd() $reader.Close() $response.Close() [System.Windows.MessageBox]::Show("Successfully connected and listed directory contents!") } catch { Write-Error "Connection failed: $_" } : Connection failed: Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (530) Not logged in." + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException PS C:\Users\ernie> ### Other Information origanle comand: $ftpServer = "ftp://ftp.epizy.com" $username = "-hidden for security-" $password = "-hidden for security-" $downloadPath = "C:\Users\ernie\Downloads\beinnovations_files.zip" # Create FTP request object to download a file or list directory $request = [System.Net.FtpWebRequest]::Create($ftpServer) $request.Method = [System.Net.WebRequestMethods+Ftp]::ListDirectoryDetails $request.Credentials = [System.Net.NetworkCredential]::new($username, $password) try { $response = $request.GetResponse() $reader = [System.IO.StreamReader]::new($response.GetResponseStream()) $result = $reader.ReadToEnd() $reader.Close() $response.Close() [System.Windows.MessageBox]::Show("Successfully connected and listed directory contents!") } catch { Write-Error "Connection failed: $_" }
forum.infinityfree.com
September 13, 2026 at 12:55 PM
📰 CISA Peringatkan Celah Wing FTP Server yang Aktif Dieksploitasi Penyerang

👉 Baca artikel lengkap di sini: https://ahmandonk.com/2026/03/18/celah-wing-ftp-server-rce-dieksploitasi/

#cis
a #cisar#cyberSecurityo#exploite#ftpServera#keamananSiber##rcee#vulnerability
March 18, 2026 at 6:23 AM
Critical Zero-Day Vulnerability Grants Root Access to Wing FTP Servers Worldwide
www.cyberkendra.com/2025/07/crit...
#security #vulnerability #ftpserver
Critical Zero-Day Vulnerability Grants Root Access to Wing FTP Servers Worldwide
www.cyberkendra.com
July 1, 2025 at 12:26 AM
this week on the unikernel application spotlight we shuttle some files around with a ftp server written in go w/dropbox, s3, and even email/telegram backends youtube.com/watch?v=LhBu...
[Unikernel Application Spotlight] FTPServer
YouTube video by nanovms
youtube.com
September 13, 2025 at 5:43 PM
確かに古いSPARCは外付けSCSI箱でデイジーチェーンでぶら下げてミラーリング組んで運用してましたが(2‪x年前のうちのISPサービスの1つとしての構成ではあった。確かEudoraを配布するftpserverがそれだった)というかMTAのEudoraはうちが配布してましたのはまあいいとしてなんか色々と思い出してきた
April 13, 2024 at 12:44 PM