OP 03 March, 2022 - 05:42 PM
Find the IP address of the target and see if it is online
Connect to the target's FTP server
Enter credentials
username: anonymous
password: guest
Cheatsheets on how to use FTP can be found online, but as anonymous user you are given only the rights that the administrator gives to anonymous logins. You cannot act like a superadmin for example.
Code:
host <target host>
ping -c 1 <target host>
Connect to the target's FTP server
Code:
ftp <target IP>
Enter credentials
username: anonymous
password: guest
Cheatsheets on how to use FTP can be found online, but as anonymous user you are given only the rights that the administrator gives to anonymous logins. You cannot act like a superadmin for example.
Don't Forget To Click Like Button