LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Secret Variable

0 votedvote

Detected 1 occurrence(s) of ‘\s*apikey\s*[:=]+\s*["']\S+["']‘:

#!/usr/bin/python
import urllib
import BeautifulSoup as BS

apikey = 'A5538835357'
zipcode = '95818'
data = []

weather = 'http://'+apikey+'.api.wxbug.net/getLiveCompactWeatherRSS.aspx?ACode='+apikey+'&zipCode='+zipcode+'&OutputType=1'
soup = BS.BeautifulSoup(urllib.urlopen(weather).read())

y = ('aws:temp', 'aws:rain-today', 'aw

Source: http://pastebin.com/raw.php?i=MvH4rfkY

Tags: ,

Comments are closed.