Jump to content

Pidgin Password Recovery Bash Script

- - - - -

  • Please log in to reply
4 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
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

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>"

xD if anyone wants to improve it nth against it :D
Posted Image

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
I've actually used that to recover passwords in the past.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
IMAO i wrote this 1 month ago didnt public it anywhere but who knows you may have wrote it your own
Posted Image

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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.

#5
meochain

meochain

    Newbie

  • Members
  • Pip
  • 7 posts
  • Programming Language:C, C++
Nice information...Thanks




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users