Potential leak of data: Secret Variable
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: Pastebin, Secret Variable
This entry was posted on Friday, April 20th, 2012 at 12:47 and is filed under Pastebin. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.

