Return to Snippet

Revision: 19631
at October 27, 2009 14:03 by tobewan


Initial Code
SELECT REPLACE(sys_users.home,'/home/httpd/vhosts/','') AS domain,
sys_users.login,accounts.password FROM sys_users
LEFT JOIN accounts on sys_users.account_id=accounts.id
ORDER BY sys_users.home ASC;

Initial URL


Initial Description


Initial Title
Grab Plesk FTP account passwords

Initial Tags
sql, server

Initial Language
SQL