+ Reply to Thread
Results 1 to 4 of 4

Thread: Pidgin Password Recovery Bash Script

  1. #1
    Join Date
    Jun 2007
    Location
    Kosovo
    Posts
    660
    Rep Power
    23

    Pidgin Password Recovery Bash Script

    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

    Code:
    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Pidgin Password Recovery Bash Script

    I've actually used that to recover passwords in the past.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Jun 2007
    Location
    Kosovo
    Posts
    660
    Rep Power
    23

    Re: Pidgin Password Recovery Bash Script

    IMAO i wrote this 1 month ago didnt public it anywhere but who knows you may have wrote it your own

  5. #4
    Jordan Guest

    Re: Pidgin Password Recovery Bash Script

    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [HELP] convert Perl script to Bash shell script
    By Egypte in forum Linux Programming and Scripting
    Replies: 2
    Last Post: 04-24-2011, 05:37 PM
  2. BASH: FTP Put Script
    By Jordan in forum Bash / Shell Scripting
    Replies: 12
    Last Post: 11-11-2009, 10:26 AM
  3. BASH: SSHFS Backup Script
    By Jordan in forum Bash / Shell Scripting
    Replies: 2
    Last Post: 06-21-2009, 08:00 AM
  4. Password Recovery Error..!!!
    By Grshooba in forum ASP, ASP.NET and Coldfusion
    Replies: 2
    Last Post: 06-06-2009, 12:29 PM
  5. help with making a password recovery tool
    By shadowhound in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-07-2009, 03:17 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts