Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': #!/usr/bin/python #pip install MySQL-python #pip install pytest import MySQLdb # connect db = MySQLdb.connect(host="localhost", user="root", passwd="root", db="wadiyabi_wordsofgod") cursor = db.cursor() # execute SQL select statement cursor.execute("SELECT * FROM books") # commit your changes db.commit() # get the number of rows in the resultset numrows = int(cursor.rowcount) # get and display […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles