githubEdit

FileZilla Credentials

1) Location

C:\Users\USER\AppData\Roaming\FileZilla

2) File

type recentservers.xml

Grab the Base64 encoded credential and decode it

echo "BASE64_CRED" | base64 -d

Last updated