Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: #!/usr/bin/python # -*- coding: utf-8 -*- import time import gdata.spreadsheet.service if __name__ == "__main__": email = 'email@gmail.com' password = 'secret' weight = '180' # Find this value in the url with 'key=XXX' and copy XXX below spreadsheet_key = '0AiKRVC_dEsdfafdC1Id2FGdGVMR1pHb3E4UGlmbUYxS1E' # All spreadsheets have worksheets. I think worksheet #1 by default […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles