LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Secret Variable

0 votedvote

Detected 1 occurrence(s) of ‘(api|secret)key\s*[\=]+’:

import http.client, json, sys
#Configuration!

apiKey = ''

def lookup(word):
	connection = http.client.HTTPConnection('words.bighugelabs.com')
	connection.request('GET', '/api/2/' + apiKey + '/' + word + '/json')
	response = connection.getresponse()
	
	if response.status == 200:
		#It's working! Decod

Source: pastebin.com/raw.php?i=Z2faE5uJ

Tags: ,

Comments are closed.