Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ms = [site.select('//h2').extract()] item = [site.select('//h3').extract()] item1 = [site.select('//meta').extract()] # open a connection to the server con = MySQLdb.connect( host="localhost", user="dreamriks", passwd="dreamriks", db="scraped_data", ) cur = con.cursor() # run the commands: try: for st, st1, st2 in izip(items, item, item1): assert st and st1 and st2, 'one of the three […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles