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

