ok while ago i was using Pidgin on Windows then while watching some files in the Application Data Folder i found out that Pidgin saves all your Accounts info in .XML as plain text without encrypting only some splitts were needed to make it look more nice so i tried it on linux to and i did a bash script which is not realy great done my first one :H but here is it also i did a recovery function in vb6
xD if anyone wants to improve it nth against itCode:alias=$(whoami); TheInput=$(cat '/home/'$alias'/.purple/accounts.xml'); echo $TheInput | sed "s/ /\n/g" | grep "protocol"; echo $TheInput | sed "s/ /\n/g" | grep "<name>"; echo $TheInput | sed "s/ /\n/g" | grep "<password>"; echo $TheInput | sed "s/ /\n/g" | grep "<alias>"![]()
I've actually used that to recover passwords in the past.
IMAO i wrote this 1 month ago didnt public it anywhere but who knows you may have wrote it your own
Very disheartening that pidgin stores everything in plain text. I could easily steal someones passwords and log into their account knowing this information.
Good to know though.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks