Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': import requests as req from requests.auth import HTTPBasicAuth import json username = "james" password = "james1" user = HTTPBasicAuth(username, password) n = 156 BASE_URL = "http://46.101.77.79/app/api/v1/files/156" headers = {'vary':'Accept', 'Content-Type' : 'application/json'} data = { 'id': int(n), 'converted': True, 'converted_url': 'htt Source: http://pastebin.com/raw.php?i=zTugrrT2

Viewing all articles
Browse latest Browse all 2663

Trending Articles