Ceso Adventures

Blogs, Security CTFs & Tutorials


FTP

If there is an ftp server which we have access, we can upload files there through it, the "" is the same for both, windows or linux:

Connect and login with:

ftp 192.168.42.42

Upload the files with:

put evil.py

Sometimes is needed to enter in passive mode before doing anything, if is the case, just type:

pass

followed by enter